Commit Graph

22732 Commits

Author SHA1 Message Date
Jeffrey A Law be8b493b63 * mips.md (leasi, leadi): New patterns.
From-SVN: r27827
1999-06-28 20:01:08 -06:00
Jeff Law 35393415f4 Daily bump.
From-SVN: r27823
1999-06-28 18:46:04 -06:00
Jeff Law 4bc973aedd expr.c (emit_block_move): Properly handle case where one of the block move arguments has a queued...
�
        * expr.c (emit_block_move): Properly handle case where one of the
        block move arguments has a queued increment or decrement.
        (clear_storage): Similarly.  Fix formatting goof.

From-SVN: r27822
1999-06-28 18:42:41 -06:00
Jeff Law 5dd2921918 expr.c (emit_block_move): Properly handle case where one of the block move arguments has a queued...
�
        * expr.c (emit_block_move): Properly handle case where one of the
        block move arguments has a queued increment or decrement.
        (clear_storage): Similarly.  Fix formatting goof.

From-SVN: r27821
1999-06-28 18:42:37 -06:00
Craig Burley 0ce1234e7b Denote experimental version
From-SVN: r27818
1999-06-28 14:48:26 -04:00
Craig Burley 687794084f Fix ICE involving -fno-f2c and COMPLEX intrinsic invocation
From-SVN: r27817
1999-06-28 14:43:48 -04:00
Craig Burley 245d977a8a Update to Netlib version of 1999-06-28, doc fix
From-SVN: r27816
1999-06-28 14:38:42 -04:00
Tom Tromey 4198d73419 * jvspec.c (lang_specific_driver): Recognize --help.
From-SVN: r27814
1999-06-28 11:34:35 +00:00
Jeff Law cfc2e87eae Opps. Wrong file the first time.
From-SVN: r27813
1999-06-28 01:24:42 -06:00
Jeffrey A Law da621fd225 * gcc.c-torture/execute/990628-1.c: New test.
From-SVN: r27812
1999-06-28 01:23:05 -06:00
David O'Brien eca5590fb8 inclhack.def (stdio_va_list): This patch Removes a semicolon from the BSD VA_LIST replacement expression.
* fixinc/inclhack.def(stdio_va_list): This patch Removes a
	semicolon from the BSD VA_LIST replacement expression.
	* fixinc/inclhack.sh: regen
	* fixinc/fixincl.x: regen
	* fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
	now use the fixincl program.

From-SVN: r27811
1999-06-28 07:07:04 +00:00
Jeffrey A Law 44e3d967f7 m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA case.
* m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
        case.  Also make the PIC register call_used.

From-SVN: r27809
1999-06-27 23:13:02 -06:00
Jeffrey A Law 8945f887ed m68k.h (FINALIZE_PIC): Delete.
* m68k.h (FINALIZE_PIC): Delete.
        * m68k.c (finalize_pic): Delete.

From-SVN: r27807
1999-06-27 22:39:42 -06:00
Richard Henderson 9839cd6251 m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles to memory.
P
        * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
        to memory.

From-SVN: r27805
1999-06-27 22:23:36 -06:00
Richard Henderson 9f81f5231b m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles to memory.
�
        * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
        to memory.

From-SVN: r27804
1999-06-27 22:23:32 -06:00
Richard Henderson dee6497db0 * decl.c (cp_finish_decl): Fix typo in cp_warning_at call.
From-SVN: r27798
1999-06-27 21:13:36 -06:00
David Edelsohn c8e7fe5816 * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
From-SVN: r27796
1999-06-27 21:09:43 -06:00
Jeff Law 8119eca6ff Daily bump.
From-SVN: r27793
1999-06-27 18:45:04 -06:00
Jason Merrill dcd08efc5f error.c (dump_type_real): Handle TREE_LIST again.
* error.c (dump_type_real): Handle TREE_LIST again.
	* typeck.c (comp_target_parms): Don't complain about
	converting from () to (...) if !flag_strict_prototype.
	* decl.c (grokdeclarator): Update the names of all variants when
	de-anonymizing.

From-SVN: r27792
1999-06-27 20:13:17 -04:00
Richard Henderson 9da8a3ae97 * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
From-SVN: r27788
1999-06-26 19:39:42 -07:00
Jeff Law e2b2063128 Daily bump.
From-SVN: r27781
1999-06-26 18:45:32 -06:00
David Edelsohn 19087b1c32 * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
From-SVN: r27779
1999-06-26 10:19:55 -04:00
Jeff Law f0eafa79f6 Daily bump.
From-SVN: r27777
1999-06-25 18:45:04 -06:00
Craig Burley f4362b92d7 Describe K(5)=10*3 NAMELIST-read bug
From-SVN: r27775
1999-06-25 19:59:27 -04:00
Alexandre Petit-Bianco 2c56429a68 [multiple changes]
Fri Jun 25 13:35:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (resolve_package): Fixed bogus return statement.
	(patch_method_invocation): Resolve method invocation beginning with
 	a package name qualifier.
Thu Jun 24 13:12:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (java_complete_lhs): When doing cross referencing, don't
 	try to keep file location on a WFL expanded as a CALL_EXPR.
Wed Jun 23 14:37:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (finish_method_declaration): Insert a RETURN_EXPR when
 	compiling to class file a void method with an empty method body.
  	As a side effect, the bytecode backend will generate the
 	appropriate `return' instruction.
Tue Jun 22 20:43:49 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (lookup_package_type_and_set_next): New function prototype.
	(resolve_package): Search current and imported packages.
	(lookup_package_type_and_set_next): New function.

From-SVN: r27773
1999-06-25 09:33:20 -07:00
Tom Tromey 7dda3e3a78 libjava.exp (test_libjava_from_javac): Fixed typo.
* lib/libjava.exp (test_libjava_from_javac): Fixed typo.  Always
	make class_files a list.

From-SVN: r27772
1999-06-25 13:59:09 +00:00
Tom Tromey 527c99b3ec libjava.exp (test_libjava_from_javac): Prepend `$objdir/' to class file names.
* lib/libjava.exp (test_libjava_from_javac): Prepend `$objdir/' to
	class file names.

From-SVN: r27771
1999-06-25 13:55:59 +00:00
Richard Henderson be78cbc93e * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
From-SVN: r27770
1999-06-25 04:34:14 -07:00
David Edelsohn 31bfaa0b70 rs6000.c (output_toc): Always use hex values for floating-point constants.
* rs6000.c (output_toc): Always use hex values for floating-point
        constants.  Store single-precision values in upper-half of TOC
        entry in 64-bit mode.
        * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
        to final constraints.
        (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
        (fctiwz): Improve accuracy of RTL for pattern.

From-SVN: r27769
1999-06-25 06:44:37 -04:00
Gavin Romig-Koch 6ab46dffd6 expr.c (expand_expr): Allow RTL_EXPR's through the MAX_INTEGER_COMPUTATION_MODE checks.
* expr.c (expand_expr): Allow RTL_EXPR's through the
	MAX_INTEGER_COMPUTATION_MODE checks.

From-SVN: r27768
1999-06-25 08:28:35 +00:00
Kaveh R. Ghazi 58ec428559 SMP bootstrap fixes for chill:
* Make-lang.in (CHILL.stage1): Depend on stage1-start.
        (CHILL.stage2): Likewise for stage2-start.
        (CHILL.stage3): Likewise for stage3-start.
        (CHILL.stage4): Likewise for stage4-start.
SMP bootstrap fixes for java:
        * Make-lang.in (java.stage1): Depend on stage1-start.
        (java.stage2): Likewise for stage2-start.
        (java.stage3): Likewise for stage3-start.
        (java.stage4): Likewise for stage4-start.

From-SVN: r27766
1999-06-25 08:21:47 +00:00
Richard Henderson a76c0119c0 alpha.h (MASK_SUPPORT_ARCH, [...]): Define such that MASK_SUPPORT_ARCH is not negative.
h
        * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
        such that MASK_SUPPORT_ARCH is not negative.

From-SVN: r27765
1999-06-24 23:12:42 -06:00
Richard Henderson b75ff53e41 alpha.h (MASK_SUPPORT_ARCH, [...]): Define such that MASK_SUPPORT_ARCH is not negative.
�
        * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
        such that MASK_SUPPORT_ARCH is not negative.

From-SVN: r27764
1999-06-24 23:12:36 -06:00
Jeffrey A Law 790f04d1ab * gcc.c-torture/compile/990625-2.c: New test.
From-SVN: r27763
1999-06-24 23:11:56 -06:00
Jeff Law 8d22ad723e loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops.
h
        * loop.c (verify_dominator): Properly handle ADDR_VEC and
        ADDR_DIFF_VEC insns that appear inside loops.

From-SVN: r27760
1999-06-24 22:38:30 -06:00
Jeff Law 2f47f8d0af loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops.
�
        * loop.c (verify_dominator): Properly handle ADDR_VEC and
        ADDR_DIFF_VEC insns that appear inside loops.

From-SVN: r27759
1999-06-24 22:38:26 -06:00
Jeffrey A Law 3fb36cbd29 * gcc.c-torture/compile/990625-1.c: New test.
From-SVN: r27756
1999-06-24 22:29:41 -06:00
Jeff Law e63600de0f Daily bump.
From-SVN: r27753
1999-06-24 18:45:01 -06:00
David Edelsohn 2b97222d65 rs6000.md (movdf_hardfloat32): Revert previous patch.
* rs6000.md (movdf_hardfloat32): Revert previous patch.
        Handle LO_SUM the same as offsettable in cases 1 and 2.
        * rs6000.c (find_addr_reg): Revert previous patch.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>

From-SVN: r27752
1999-06-24 15:59:02 -06:00
Philippe De Muyter c22c8e60a2 system.h (strstr): New external function declaration.
�
        * system.h (strstr): New external function declaration.
        * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
        * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
        * config.in, configure: Rebuilt.

From-SVN: r27748
1999-06-24 15:48:40 -06:00
Jeff Law f36fcf57f2 system.h (strstr): New external function declaration.
�
        * system.h (strstr): New external function declaration.
        * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
        * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
        * config.in, configure: Rebuilt.

From-SVN: r27747
1999-06-24 15:48:31 -06:00
Jeff Law d3d5cc971d system.h (strstr): New external function declaration.
�
        * system.h (strstr): New external function declaration.
        * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
        * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
        * config.in, configure: Rebuilt.

From-SVN: r27746
1999-06-24 15:48:29 -06:00
Tom Tromey 8607048d69 gcc.c (main): Read user-specified specs files after computing additional startfile_prefixes.
h
        * gcc.c (main): Read user-specified specs files after computing
        additional startfile_prefixes.

From-SVN: r27742
1999-06-24 15:33:54 -06:00
Tom Tromey a5ac753387 gcc.c (main): Read user-specified specs files after computing additional startfile_prefixes.
�
        * gcc.c (main): Read user-specified specs files after computing
        additional startfile_prefixes.

From-SVN: r27741
1999-06-24 15:33:51 -06:00
Jeff Law e8bb250c8d Whoops. Revert patch applied to the wrong tre.
From-SVN: r27737
1999-06-24 15:30:38 -06:00
Philippe De Muyter 4ef877d9fb setenv.c (sys/types.h, stdio.h): Files included.
* setenv.c (sys/types.h, stdio.h): Files included.
        * xstrdup.c (sys/types.h): File included.
For the gcc-2.95 branch only.  Not to be migrated into the mainline tree
because it is incomplete.

From-SVN: r27736
1999-06-24 15:28:22 -06:00
Tom Tromey 2dc130a72e [multiple changes]
1999-06-24  Tom Tromey  <tromey@cygnus.com>
	* java/lang/e_asin.c: Don't use __int32_t or __uint32_t.
	* java/lang/fdlibm.h (HUGE): Conditionally define.
Fri May 28 22:20:03 1999  Anthony Green  <green@cygnus.com>
	* java/lang/fdlibm.h: Don't use __uint32_t.  Include mprec.h.
	* java/lang/e_log.c: Don't use __uint32_t.

From-SVN: r27733
1999-06-24 20:41:47 +00:00
Tom Tromey 0d16618c58 [multiple changes]
Fri May 28 22:20:03 1999  Anthony Green  <green@cygnus.com>
	* java/lang/fdlibm.h: Don't use __uint32_t.  Include mprec.h.
	* java/lang/e_log.c: Don't use __uint32_t.
1999-05-27  Eric Christopher <echristo@cygnus.com>
	* configure: Rebuilt
	* configure.in: Fixed ISO C9X and namespace collision with __uint32_t
	* acconfig.h: Rebuilt
	* include/config.h.in: Rebuilt
	* java/lang/mprec.h, java/lang/e_acos.c, java/lang/e_asin.c,
 	java/lang/e_atan2.c, java/lang/e_exp.c, java/lang/e_fmod.c,
 	e_log.c, java/lang/e_pow.c, java/lang/e_rem_pio2.c,
 	java/lang/e_remainder.c, java/lang/e_sqrt.c, java/lang/fdlibm.h,
 	k_tan.c, java/lang/mprec.h, java/lang/s_atan.c,
 	java/lang/s_ceil.c, java/lang/s_copysign.c, java/lang/s_fabs.c,
 	s_floor.c, java/lang/s_rint.c, java/lang/sf_rint.c: Fixed ISO C9X
 	and namespace collision with __uint32_t

From-SVN: r27729
1999-06-24 20:06:09 +00:00
Tom Tromey fe574d5d92 libjava.exp (libjava_arguments): If `libtool' not found in build tree, just use $GCJ_UNDER_TEST as compiler.
* lib/libjava.exp (libjava_arguments): If `libtool' not found in
	build tree, just use $GCJ_UNDER_TEST as compiler.

From-SVN: r27728
1999-06-24 19:06:28 +00:00
Mark Mitchell e04ea7d3eb Revert these two patches:
Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
	* loop.c (strength_reduce): When doing biv->giv conversion, update
	reg note of NEXT->insn.
	Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
	* loop.c (strength_reduce): When doing biv->giv conversion, fix up
	reg_biv_class.
	(recombine_givs): Set ix field after sorting.

From-SVN: r27727
1999-06-24 14:59:23 +00:00