GCC build failed for native with your patch on 2002-02-06T05:15:06Z.

GCC regression checker regress@maat.cygnus.com
Tue Feb 5 23:30:00 GMT 2002


With your recent patch, GCC does not compile on:
 native
Attached is build output for those targets.

The last time the regression tests were run, GCC did not compile either,
so the problem might not be caused by your patch.

For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-02-06T02:28:53Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Tue Feb  5 18:29:17 2002
+++ gcc/gcc/ChangeLog	Tue Feb  5 21:15:37 2002
@@ -1,3 +1,35 @@
+2002-02-06  Hans-Peter Nilsson  <hp@bitrange.com>
+
+	Implement using "base addresses" in insn operands as default.
+	* config/mmix/mmix.c (mmix_conditional_register_usage): if
+	-mabi=gnu, modify fixed_regs to fit the GNU ABI.
+	(mmix_extra_constraint): Use 'R' to indicate that GETA should be
+	used to read the rtx value.
+	(mmix_target_asm_function_epilogue): Fix spacing.
+	(mmix_constant_address_p): Handle TARGET_BASE_ADDRESSES.
+	(mmix_legitimate_address): Ditto.
+	(mmix_encode_section_info): Set SYMBOL_REF_FLAG on rtx:es that
+	should be loaded with a GETA insn.  Don't allocate needless extra
+	char for nul termination and fix misleading comment.
+	(mmix_print_operand_address): Handle constants if
+	TARGET_BASE_ADDRESSES.
+	(mmix_output_register_setting): Use base addressing if
+	TARGET_BASE_ADDRESSES and the number of insns is 3.
+	* config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): New.
+	* config/mmix/mmix.md ("movdi"): Change the alternative with GETA
+	to use R as constraint, add LDA to match s.
+	* config/mmix/mmix.h (TARGET_BASE_ADDRESSES): New.
+	(TARGET_DEFAULT): Add TARGET_MASK_BASE_ADDRESSES.
+	(TARGET_SWITCHES): Add -mbase-addresses, -mno-base-addresses.
+	(FIXED_REGISTERS): Make registers $231..$246 fixed by default.
+	(MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Move $231..$246 last, in
+	order with other fixed registers.
+	(MMIX_GNU_ABI_REG_ALLOC_ORDER): Put forward $231, in order with
+	other parameter/call-clobbered registers.
+	* doc/invoke.texi (Option Summary) <MMIX Options>: Add
+	-mbase-addresses, -mno-base-addresses.
+	(MMIX Options): Ditto.
+
 2002-02-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
 	* pa.h (PREDICATE_CODES): Add reg_before_reload_operand.

ChangeLog entries between 2002-02-06T02:28:53Z and the last time everything
passed, on 2002-02-05T23:14:55Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Tue Feb  5 11:48:20 2002
+++ gcc/gcc/ChangeLog	Tue Feb  5 18:29:17 2002
@@ -1,3 +1,11 @@
+2002-02-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
+
+2002-02-06  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/altivec.h: Change elem to _S_elem.
+
 2002-02-05  Jason Thorpe  <thorpej@wasabisystems.com>
 
 	* config/netbsd.h (WCHAR_TYPE): Define.
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Tue Feb  5 01:49:12 2002
+++ gcc/libjava/ChangeLog	Tue Feb  5 18:29:35 2002
@@ -1,3 +1,13 @@
+2002-02-05  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.
+	Symlink PLATFORMH to platform.h.
+	* Makefile.am (libgcj_la_DEPENDENCIES, libgcj_la_LIBADD): Add
+	PLATFORMOBJS.
+	* java/lang/natSystem.cc: #include platform.h not posix.h.
+	* Makefile.in: Rebuilt with libgcj automake.
+	* configure: Rebuilt.
+
 2002-02-05  Richard Henderson  <rth@redhat.com>
 
 	* Makefile.in: Undo munging last change.
-------------- next part --------------
   undefined type `struct tm'
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natSystem.cc:243: forward 
   declaration of `struct tm'
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natSystem.cc:268: invalid use of 
   undefined type `struct tm'
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natSystem.cc:243: forward 
   declaration of `struct tm'
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natSystem.cc:245: warning: `long 
   int tzoffset' might be used uninitialized in this function
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natSystem.cc:246: warning: `
   const char*tz1' might be used uninitialized in this function
make[3]: *** [java/lang/natSystem.lo] Error 1
make[3]: Leaving directory `/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/maat/heart/tbox/native/build'
make: *** [bootstrap] Error 2
+ '[' -s gcc/.bad_compare ']'
+ exit 1
-------------- next part --------------
-- 
Geoffrey Keating <regress@maat.cygnus.com> 
(via an automated GCC regression-testing script.)



More information about the Gcc-regression mailing list