GCC build failed for native with your patch on 2003-12-20T16:34:38Z.
GCC regression checker
geoffk@apple.com
Sat Dec 20 18:34:00 GMT 2003
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://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2003-12-20T14:34:52Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog Fri Dec 19 23:41:52 2003
+++ gcc/gcc/ChangeLog Sat Dec 20 08:35:36 2003
@@ -1,3 +1,11 @@
+2003-12-20 Josef Zlomek <zlomekj@suse.cz>
+
+ PR optimization/13430, PR optimization/12322
+ * bb-reorder.c (copy_bb_p): Do not allow block with many successors to
+ be copied.
+ (find_traces_1_round): Surround check for fake edges by
+ #ifdef ENABLE_CHECKING #endif.
+
2003-12-20 Eric Botcazou <ebotcazou@libertysurf.fr>
PR other/7956
--- /Users/regress/tbox/changelog_mail/gcc/gcc/java/ChangeLog Sat Dec 6 05:38:59 2003
+++ gcc/gcc/java/ChangeLog Sat Dec 20 08:35:43 2003
@@ -1,3 +1,19 @@
+2003-12-20 Kazu Hirata <kazu@cs.umass.edu>
+
+ * class.c: Remove uses of "register" specifier in
+ declarations of arguments and local variables.
+ * decl.c: Likewise.
+ * expr.c: Likewise.
+ * gjavah.c: Likewise.
+ * jcf-dump.c: Likewise.
+ * jcf-io.c: Likewise.
+ * jcf-parse.c: Likewise.
+ * jcf-write.c: Likewise.
+ * keyword.h: Likewise.
+ * parse.y: Likewise.
+ * typeck.c: Likewise.
+ * verify.c: Likewise.
+
2003-12-06 Kelley Cook <kcook@gcc.gnu.org>
* Make-lang.in (GCJ_CROSS_NAME): Delete.
--- /Users/regress/tbox/changelog_mail/gcc/libiberty/ChangeLog Fri Dec 19 14:20:20 2003
+++ gcc/libiberty/ChangeLog Sat Dec 20 08:35:52 2003
@@ -1,3 +1,9 @@
+2003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
+
+ * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
+ after the identifier.
+ * testsuite/demangle-expected: Add test case.
+
2003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
Fix for PR c++/13447:
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog Fri Dec 19 21:42:00 2003
+++ gcc/libstdc++-v3/ChangeLog Sat Dec 20 08:35:56 2003
@@ -1,3 +1,9 @@
+2003-12-20 Jerry Quinn <jlquinn@optonline.net>
+
+ * docs/doxygen/TODO: Update.
+ * include/bits/locale_classes.h (locale, facet, id): Document.
+ * include/bits/locale_facets.tcc (has_facet, use_facet): Document.
+
2003-12-19 Jason Merrill <jason@redhat.com>
* config/cpu/cris/atomicity.h: Remove memory clobbers.
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog Sat Dec 20 06:35:54 2003
+++ gcc/libjava/ChangeLog Sat Dec 20 08:35:55 2003
@@ -1,3 +1,33 @@
+2003-12-20 Mohan Embar <gnustuff@thisiscool.com>
+
+ * gnu/java/nio/SelectorImpl.java
+ (selectThreadMutex): New field.
+ (selectThread): New field.
+ (unhandledWakeup): New field.
+ (implCloseSelector): Added skeleton code which
+ synchronizes as per Sun JRE JavaDoc.
+ (keys): Throw ClosedSelectorException if selector
+ is closed.
+ (selectNow): Added comment that we're faking out
+ an immediate select with a one-microsecond-timeout one.
+ (select): Use 0 instead of -1 for infinite timeout.
+ (implSelect): Changed comment in declaration.
+ (select): Added synchronized to method declaration.
+ Added synchronization and wakeup support as per Sun
+ JRE JavaDoc.
+ (selectedKeys): Throw ClosedSelectorException if selector
+ is closed.
+ (wakeup): Implemented.
+ (deregisterCancelledKeys): Synchronize on cancelled key
+ set before deregistering.
+ (register): Synchronize on key set before registering.
+ * java/nio/channels/spi/AbstractSelector.java
+ Added import for java.nio.channels.ClosedSelectorException.
+ (close): Added synchronized to method declaration.
+ (cancelledKeys): Throw ClosedSelectorException if selector
+ is closed.
+ (cancelKey): Synchronize on cancelled key set before key.
+
2003-12-20 Michael Koch <konqueror@gmx.de>
* Makefile.am (ordinary_java_source_files):
ChangeLog entries between 2003-12-20T14:34:52Z and the last time everything
passed, on 2003-12-19T22:19:10Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog Fri Dec 19 06:58:46 2003
+++ gcc/gcc/ChangeLog Fri Dec 19 23:41:52 2003
@@ -1,3 +1,92 @@
+2003-12-20 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ PR other/7956
+ * genmultilib: New variable disable_multilib. Set it to 'yes'
+ if enable_multilib was set to 'no'. Emit DISABLE_MULTILIB
+ if disable_multilib was set to 'yes'.
+ * gcc.c: Include multilib.h before tm.h.
+ * config/sparc/sol2-bi.h (LINK_ARCH_SPEC): Emit an error
+ message for multiarch options if DISABLE_MULTILIB is set.
+ * config/sparc/sol2-gld-bi.h (LINK_ARCH_SPEC): Likewise.
+
+2003-12-20 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ PR c/12085
+ * c-typeck.c (build_function_call): Issue a warning if a
+ function is called through an incompatible prototype and
+ replace the call by a trap in this case.
+
+2003-12-19 James E Wilson <wilson@specifixinc.com>
+
+ * install.texi (ia64-*-linux): Document minimum libunwind version
+ number.
+
+2003-12-19 Per Bothner <per@bothner.com>
+
+ * langhooks.c (lhd_print_error_function): Fix for PR c/13110.
+ Don't do pp_newline; it causes an extra blank line.
+ * pretty-print.c (pp_base_flush): Clear pp_needs_newline.
+
+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_pass/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_pass/gcc/gcc/testsuite/ChangeLog Fri Dec 19 14:20:13 2003
+++ gcc/gcc/testsuite/ChangeLog Fri Dec 19 23:41:58 2003
@@ -1,3 +1,12 @@
+2003-12-20 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gcc.dg/cast-function-1.c: New test.
+
+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_pass/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
--- /Users/regress/tbox/changelog_pass/gcc/libjava/ChangeLog Fri Dec 19 14:20:22 2003
+++ gcc/libjava/ChangeLog Sat Dec 20 06:35:54 2003
@@ -1,3 +1,17 @@
+2003-12-20 Michael Koch <konqueror@gmx.de>
+
+ * Makefile.am (ordinary_java_source_files):
+ Added gnu.java.net.URLParseError.java.
+ * Makefile.in: Regenerated.
+
+2003-12-20 Guilhem Lavaux <guilhem@kaffe.org>
+
+ * gnu/java/net/URLParseError.java: New file.
+ * gnu/java/net/protocol/jar/Handler.java
+ (parseURL): Throw URLParseError if needed, fix '/' handling.
+ * java/net/URL.java (URL): Catch URLParseError and
+ transform it into a MalformedURLException.
+
2003-12-19 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/ChannelOutputStream.java: New file.
-------------- 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/ccq1ryJZ.s:2198:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:2294:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:2328:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:2349:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:3047:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:3143:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:3177:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:3198:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:3928:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:4024:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.s:4058:Parameter syntax error (parameter 3)
/tmp/ccq1ryJZ.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