GCC build failed for native with your patch on 2003-12-20T05:40:31Z.

GCC regression checker geoffk@apple.com
Sat Dec 20 07:40:00 GMT 2003


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

The build failures are new.

For more information, see http://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2003-12-19T22:19:10Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Fri Dec 19 06:58:46 2003
+++ gcc/gcc/ChangeLog	Fri Dec 19 21:41:31 2003
@@ -1,3 +1,63 @@
+2003-12-19  Jason Merrill  <jason@redhat.com>
+
+	* tree.c (get_unwidened): Decide whether to narrow a bitfield
+	reference based on TYPE_SIZE, not TYPE_PRECISION.
+
+	* stmt.c (parse_output_constraint): Warn about in-out constraint
+	that doesn't allow a register.
+	(parse_input_constraint): Warn about matching constraint that
+	doesn't allow a register.
+
+2003-12-19  James E Wilson  <wilson@specifixinc.com>
+
+	* flow.c (mark_set_regs, case PARALLEL): Scan loop forwards.
+	Add case for ASM_OPERANDS.
+	* global.c (global_alloc): Set regs_ever_live for regs_asm_clobbered
+	registers.
+
+2003-12-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* expr.c (check_max_integer_computation_mode): Remove.
+	* dojump.c (do_jump): Don't use MAX_INTEGER_COMPUTATION_MODE.
+	* fold-const.c (fold): Likewise.
+	* system.h (MAX_INTEGER_COMPUTATION_MODE): Poison.
+	* doc/tm.texi (MAX_INTEGER_COMPUTATION_MODE): Remove.
+
+2003-12-19  James E Wilson  <wilson@specifixinc.com>
+
+	* configure.in: Delete libunwind_has_eh_support test.
+	* configure: Regenerate.
+	* config.gcc (ia64*-*-linux*): Delete reference to t-libunwind-no-eh
+	and libunwind_has_eh_support check.
+	* config/t-libunwind-no-eh: Delete.
+
+2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* c-format.c (print_char_table): Allow 'I' flag on floating point
+	decimal formats.
+
+2003-12-19  Stuart Hastings  <stuart@apple.com>
+
+	* gcc/config/i386/i386.c (ix86_expand_call, x86_output_mi_thunk):
+	Trivial fixes for i386.c on Darwin/x86.
+	
+2003-12-19  Fariborz Jahanian <fjahanian@apple.com>
+
+        * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): Add code to
+        recognize macho-style lo_sum adrress patterns.
+
+2003-12-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* dwarfout.c: Remove uses of "register" specifier in
+	declarations of arguments and local variables.
+	* gensupport.c: Likewise.
+	* local-alloc.c: Likewise.
+	* regclass.c: Likewise.
+
+2003-12-19  Kelley Cook  <kelleycook@wideopenwest.com>
+
+	* config.guess: Remove.
+
 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
 
 	* config/ia64/unwind-ia64.c (ia64_copy_rbs): New function.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog	Fri Dec 19 14:20:09 2003
+++ gcc/gcc/cp/ChangeLog	Fri Dec 19 21:41:44 2003
@@ -1,3 +1,19 @@
+2003-12-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* cvt.c: Remove uses of "register" specifier in
+	declarations of arguments and local variables.
+	* decl.c: Likewise.
+	* decl2.c: Likewise.
+	* expr.c: Likewise.
+	* friend.c: Likewise.
+	* lex.c: Likewise.
+	* name-lookup.c: Likewise.
+	* repo.c: Likewise.
+	* search.c: Likewise.
+	* tree.c: Likewise.
+	* typeck.c: Likewise.
+	* typeck2.c: Likewise.
+
 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
 
 	PR c++/12795
@@ -8,6 +24,8 @@
 
 	PR c++/13371
 	* typeck.c (build_modify_expr): Stabilize lhs if we're narrowing.
+	* cvt.c (convert_to_void): Don't warn about the RHS of a comma
+	being useless if TREE_NO_UNUSED_WARNING is set.
 
 2003-12-18  Richard Henderson  <rth@redhat.com>
 
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Fri Dec 19 14:20:13 2003
+++ gcc/gcc/testsuite/ChangeLog	Fri Dec 19 21:41:51 2003
@@ -1,3 +1,8 @@
+2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
+	formats.
+
 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
 
 	PR c++/12795
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Fri Dec 19 14:20:26 2003
+++ gcc/libstdc++-v3/ChangeLog	Fri Dec 19 21:42:00 2003
@@ -1,3 +1,22 @@
+2003-12-19  Jason Merrill  <jason@redhat.com>
+
+	* config/cpu/cris/atomicity.h: Remove memory clobbers.
+	* config/cpu/mips/atomicity.h: Likewise.
+	* config/cpu/i486/atomicity.h: Remove memory clobbers.
+	Split up read-write memory operand.
+	* config/cpu/m68k/atomicity.h: Likewise.
+	* config/cpu/powerpc/atomicity.h: Make memory I/O explicit.
+	* config/cpu/s390/atomicity.h: Likewise.
+	* config/cpu/sparc/atomicity.h: Likewise.
+
+2003-12-20  Carlo Wood  <carlo@alinoe.com>
+
+	* bits/demangle.h
+	namespace __gnu_cxx::demangler
+	(session<Allocator>::decode_encoding): Put the postfix
+	of the return type of (member) functions after the function
+	instead of after the return type.
+
 2003-12-19  Jerry Quinn  <jlquinn@optonline.net>
 
         * include/bits/locale_facet.h

ChangeLog entries between 2003-12-19T22:19:10Z and the last time everything
passed, on 2003-12-19T22:19:10Z:
-------------- next part --------------
/Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src/.libs -B/Users/regress/tbox/objs/powerpc-apple-darwin6.3/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.3/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.3/include -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.3/sys-include -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/complex_io.cc -o complex_io.o
/tmp/ccCDXJL7.s:2198:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:2294:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:2328:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:2349:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:3047:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:3143:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:3177:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:3198:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:3928:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:4024:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:4058:Parameter syntax error (parameter 3)
/tmp/ccCDXJL7.s:4079:Parameter syntax error (parameter 3)
make[4]: *** [complex_io.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libstdc++-v3] Error 2
make: *** [bootstrap] Error 2
+ '[' -s gcc/.bad_compare ']'
+ exit 1
-------------- next part --------------
-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list