GCC build failed for native with your patch on 2004-01-12T18:00:01Z.

GCC regression checker geoffk@apple.com
Mon Jan 12 18:17:00 GMT 2004


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 2004-01-12T17:28:05Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Mon Jan 12 09:29:03 2004
+++ gcc/gcc/ChangeLog	Mon Jan 12 10:01:01 2004
@@ -58,6 +58,7 @@
 
 2004-01-12  Hartmut Penner  <hpenner@de.ibm.com>
 
+	PR target/13534
 	* gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
 	predicate to handle 'ld' conform addresses.
 	* gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'

ChangeLog entries between 2004-01-12T17:28:05Z and the last time everything
passed, on 2004-01-12T10:05:20Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog	Mon Jan 12 02:06:25 2004
+++ gcc/gcc/ChangeLog	Mon Jan 12 09:29:03 2004
@@ -1,6 +1,50 @@
+2004-01-12  Roger Sayle  <roger@eyesopen.com>
+
+	PR middle-end/11397
+	* varasm.c (assemble_alias): Remove weak aliases from weak_decls.
+
+2004-01-12  Jan Hubicka  <jh@suse.cz>
+
+	PR opt/12826
+	* loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
+	stored.
+
+	PR opt/12863
+	* cfgcleanup.c (label_is_jump_target_p): Move to...
+	* rtlanal.c (label_is_jump_target_p): ... here.
+	* cfgrtl.c (cfg_layout_redirect_edge_and_branch):  Fix redirecting of fallthru
+	edges unified with branch edges.
+
+2004-01-12  Richard Earnshaw  <rearnsha@arm.com>
+
+	* simplify-rtx.c (simplify_immed_subreg): Correctly extract the
+	high word of an integral CONST_DOUBLE.
+
+2004-01-09  Paul Brook  <paul@codesourcery.com>
+
+	* simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
+
+2004-01-12  J"orn Rennecke <joern.rennecke@superh.com>
+
+	PR target/13585
+	* sh-protos.h (check_use_sfunc_addr): Declare.
+	* sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
+	* sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
+
+2004-01-12  Jan Hubicka  <jh@suse.cz>
+
+	* alias.c:  Invlude varray.h
+	(alias_sets): Turn into varray.
+	(get_alias_set_entry): Use VARRAY; mark inline.
+	(mems_in_disjoint_alias_sets_p): Mark inline.
+	(record_alias_subset): Use varray.
+	(init_alias_once): Initialize varray.
+	(new_alias_set): Grow array.
+	* varray.c: Make VARRAY_GENERIC_PTR non GTYized.
+
 2004-01-12  Jan Hubicka  <jh@suse.cz>
 
-	Partial fox for PR opt/10776 II
+	Partial fix for PR opt/10776 II
 	* cselib.c: Include params.h
 	(cselib_invalidate_mem):  Limit amount of nonconflicting memory
 	locations.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Sun Jan 11 18:44:04 2004
+++ gcc/gcc/cp/ChangeLog	Mon Jan 12 09:30:04 2004
@@ -1,3 +1,21 @@
+2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
+
+	PR c++/4100
+	* parser.c (cp_parser_decl_specifier_seq): Add check for a friend
+	decl-specifier occurring along with a class definition.
+
+2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
+
+	* parser.c (cp_parser_decl_specifier_seq): Add parenthetical
+	clauses to comments describing declares_class_or_enum.
+	(cp_parser_type_specifier): Set *declares_class_or_enum to 0, not
+	false.
+
+2004-01-12  Jan Hubicka  <jh@suse.cz>
+
+	* pt.c (for_each_template_parm): Do not check for duplicates.
+	(for_each_template_parm): Use walk_tree duplicate checking code.
+
 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
 
 	PR c++/3478
--- /Users/regress/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Sun Jan 11 18:44:08 2004
+++ gcc/gcc/testsuite/ChangeLog	Mon Jan 12 09:30:14 2004
@@ -1,3 +1,28 @@
+2004-01-12  Roger Sayle  <roger@eyesopen.com>
+
+	PR middle-end/11397
+	* gcc.dg/special/wkali-2.c: Add dg-require-alias.
+
+2004-01-12  Jan Hubicka  <jh@suse.cz>
+
+	PR opt/12826
+	* gcc.dg/20040112-1.c: New.
+
+	* gcc.dg/dwarf-die[1-7].c: Move to...
+	* gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
+	* gcc.dg/debug/dwarf2/dwarf2.exp: New.
+
+2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
+
+	PR c++/4100
+	* g++.dg/parse/friend4.C: New test.
+
+2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
+
+	PR c++/4100
+	* g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
+	definition is called a friend.
+
 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
 
 	* gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
--- /Users/regress/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Mon Jan 12 02:06:44 2004
+++ gcc/libstdc++-v3/ChangeLog	Mon Jan 12 09:30:27 2004
@@ -1,3 +1,24 @@
+2004-01-12  Paolo Carlini  <pcarlini@suse.de>
+
+	* testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc:
+	Use try_mkfifo.
+	* testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc:
+	Likewise.
+
+2004-01-12  Paolo Carlini  <pcarlini@suse.de>
+
+	* include/bits/locale_facets.h (struct __numpunct_cache):
+	Add members _M_truename_len and _M_falsename_len, caching
+	the lengths of _M_truename and _M_falsename.
+	(__numpunct_cache<>::_M_cache): Assign the latter.
+	* include/bits/locale_facets.tcc (num_get::do_get(bool&),
+	num_put::do_put(bool)): Use the new members, thus avoiding
+	computing string lengths again and again.
+	* config/locale/generic/numeric_members.cc
+	(numpunct<>::_M_initialize_numpunct): Assign the new members.
+	* config/locale/gnu/numeric_members.cc
+	(numpunct<>::_M_initialize_numpunct): Likewise.
+
 2004-01-12  Mark Mitchell  <mark@codesourcery.com>
 
 	* testsuite/testsuite_hooks.h (__gnu_test::try_mkfifo): Declare it.
-------------- next part --------------
  CFLAGS="-g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common " \
  CONFIG_H="tconfig.h /Users/regress/tbox/cvs-gcc/gcc/gcc/../include/ansidecl.h" TM_H="tm.h      /Users/regress/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.h /Users/regress/tbox/cvs-gcc/gcc/gcc/config/darwin.h /Users/regress/tbox/cvs-gcc/gcc/gcc/config/rs6000/darwin.h /Users/regress/tbox/cvs-gcc/gcc/gcc/defaults.h insn-constants.h insn-flags.h" \
  MAKEOVERRIDES= \
  -f libgcc.mk all
for d in libgcc; do \
  if [ -d $d ]; then true; else /bin/sh /Users/regress/tbox/cvs-gcc/gcc/gcc/mkinstalldirs $d; fi; \
done
mkdir -p -- libgcc
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.3/bin/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.3/include -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.3/sys-include -L/Users/regress/tbox/native/build/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -mlong-double-128 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I -I/Users/regress/tbox/cvs-gcc/gcc/gcc -I/Users/regress/tbox/cvs-gcc/gcc/gcc/ -I/Users/regress/tbox/cvs-gcc/gcc/gcc/../include -I../intl  -DL_muldi3 -c /Users/regress/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
/Users/regress/tbox/cvs-gcc/gcc/gcc/libgcc2.c:0: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[2]: *** [libgcc.a] Error 2
make[1]: *** [stage1_build] 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