GCC build failed for native with your patch on 2002-03-06T18:46:34Z.

GCC regression checker regress@maat.cygnus.com
Wed Mar 6 13:01: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.

There were also 3 new regression test failures, and 0
failures that existed before and after that patch; 1 failures
have been fixed.

The new failures are:
powerpc-eabisim g++.sum g++.brendan/label1.C
powerpc-eabisim gcc.sum gcc.dg/20020304-1.c
powerpc-eabisim gcc.sum gcc.dg/noncompile/930622-1.c

The fixed failures are:
powerpc-eabisim gcc.sum gcc.c-torture/compile/920410-2.c,

For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-03-06T18:01:10Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Wed Mar  6 10:01:27 2002
+++ gcc/gcc/ChangeLog	Wed Mar  6 10:46:50 2002
@@ -1,3 +1,11 @@
+2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
+
+	* version.c:  Fix misplaced leading blanks on first line.
+
+Wed Mar  6 19:08:03 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.
+
 Wed Mar  6 18:14:43 CET 2002  Jan Hubicka  <jh@suse.cz>
 
 	* cfgcleanup.c (mentions_nonequal_regs): New function.
--- /maat/heart/tbox/changelog_mail/gcc/gcc/f/ChangeLog	Sun Mar  3 13:15:51 2002
+++ gcc/gcc/f/ChangeLog	Wed Mar  6 10:46:51 2002
@@ -1,3 +1,7 @@
+2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
+
+	* version.c:  Fix misplaced leading blanks on first line.
+
 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
 
 	* com.c, target.h: Remove all #ifndef REAL_ARITHMETIC
--- /maat/heart/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Tue Mar  5 15:16:08 2002
+++ gcc/libstdc++-v3/ChangeLog	Wed Mar  6 10:47:36 2002
@@ -1,3 +1,7 @@
+2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
+
+	* include/bits/c++config:  Fix misplaced leading blanks on first line.
+
 2002-03-05  Benjamin Kosnik  <bkoz@redhat.com>
 
 	* docs/html/17_intro/RELEASE-NOTES: Fix usage.
--- /maat/heart/tbox/changelog_mail/gcc/libf2c/ChangeLog	Tue Jan 29 05:32:01 2002
+++ gcc/libf2c/ChangeLog	Wed Mar  6 10:47:11 2002
@@ -1,3 +1,9 @@
+2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
+
+	* libF77/Version.c:  Fix misplaced leading blanks on first line.
+	* libI77/Version.c:  Likewise.
+	* libU77/Version.c:  Likewise.
+
 2002-01-28  Geoffrey Keating  <geoffk@redhat.com>
 
 	* aclocal.m4: Replace with version copied from libstdc++-v3.

ChangeLog entries between 2002-03-06T18:01:10Z and the last time everything
passed, on 2002-03-05T15:30:06Z:
--- /maat/heart/tbox/changelog_pass/gcc/ChangeLog	Thu Feb 28 18:53:08 2002
+++ gcc/ChangeLog	Tue Mar  5 15:15:52 2002
@@ -1,3 +1,7 @@
+2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
 
 	* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Tue Mar  5 04:00:24 2002
+++ gcc/gcc/ChangeLog	Wed Mar  6 10:01:27 2002
@@ -1,3 +1,86 @@
+Wed Mar  6 18:14:43 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* cfgcleanup.c (mentions_nonequal_regs): New function.
+	(thread_jump): Use it.
+	* toplev.c (rest_of_compilation): Run jump threading after
+	liveness.
+
+2002-03-06  Jakub Jelinek  <jakub@redhat.com>
+
+	* ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05
+	patch.
+
+Wed Mar  6 11:28:19 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* predict.c (estimate_bb_frequencies): Do not reload the
+	frequencies from notes.
+
+Wed Mar  6 10:59:39 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
+	* rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare
+
+	* basic-block.h (update_life_info, update_life_info_in_dirty_blocks,
+	delete_noop_moves): Return indeger.
+	* flow.c (ndead): New variable.
+	(propagate_block_delete_insn): Use delete_insn_and_edges; remove
+	BB argument; update callers.
+	(propagate_block_delete_libcall): Use delete_insn_chain_and_edges.
+	(life_analysis): Do not call purge_all_dead_edges.
+	(update_life_info): Return number of deleted insns; print statistics.
+	(update_life_info_in_dirty_blocks): likewise.
+	(delete_noop_moves): Use delete_insn_and_edges; print statistics;
+	return number of insns deleted.
+
+	* cse.c: Include timevar.h
+	(delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
+	iterate until stabilizes; print statistics; return number of killed
+	insns.
+	* Makefile.in: (cse.o): Add timevar.h dependency
+	* rtl.h (delete_trivially_dead_insns): New.
+	* timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
+	* toplev.c (rest_of_compilation): Update callers.
+
+	* cfgcleanup.c (try_optimize_cfg): Kill blocks.
+	(try_optimize_cfg): Do not update liveness.
+	(cleanup-cfg): Loop until try_optimize_cfg and dead code
+	removal stabilizes; use delete_trivially_dead_insns.
+
+	* cfgrtl.c (verify_flow_info): Sanity check outgoing edges.
+
+2002-03-05  Zack Weinberg  <zack@codesourcery.com>
+
+	* cppmain.c (setup_callbacks): Disable #pragma and #ident
+	callbacks when processing assembly language.
+
+2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* pa.h (ASM_FILE_END): Define.
+	* som.h (ASM_FILE_END): Delete.
+
+	* pa.c (function_arg): Don't pass floats in general registers in
+	indirect calls if TARGET_ELF32.
+
+2002-03-05  Richard Henderson  <rth@redhat.com>
+
+	* config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
+
+2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
+
+	* gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
+
+2002-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+	* mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
+	-r command line.  Don't hide any symbols if not building
+	shared libgcc.
+
+Tue Mar  5 18:31:27 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* cfg.c (dump_flow_info): Warn about profile mismatches.
+	* cfgrtl.c (verify_flow_info): Few aditional sanity checks.
+	(purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
+
 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
 
 	* expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
--- /maat/heart/tbox/changelog_pass/gcc/include/ChangeLog	Fri Feb 22 09:15:30 2002
+++ gcc/include/ChangeLog	Tue Mar  5 23:34:51 2002
@@ -1,3 +1,7 @@
+2002-03-06  Andrew Cagney  <ac131313@redhat.com>
+
+	* floatformat.h (floatformat_arm_ext): Delete declaration.
+
 2002-02-22  Jim Blandy  <jimb@redhat.com>
 
 	Allow the user to specify functions for allocating memory for
--- /maat/heart/tbox/changelog_pass/gcc/libiberty/ChangeLog	Mon Mar  4 13:45:28 2002
+++ gcc/libiberty/ChangeLog	Tue Mar  5 23:34:55 2002
@@ -1,3 +1,7 @@
+2002-03-06  Andrew Cagney  <ac131313@redhat.com>
+
+	* floatformat.c (floatformat_arm_ext_big): Delete definition.
+
 2002-03-04  Phil Edwards  <pme@gcc.gnu.org>
 
 	* configure.in:  Add --enable-install-libiberty option.
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Tue Mar  5 07:31:24 2002
+++ gcc/libstdc++-v3/ChangeLog	Tue Mar  5 15:16:08 2002
@@ -1,3 +1,20 @@
+2002-03-05  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* docs/html/17_intro/RELEASE-NOTES: Fix usage.
+	* README (libmath): Make clear.
+
+2002-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+	* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Check for version
+	script globbing in ld.
+	* aclocal.m4: Rebuilt.
+	* configure: Rebuilt.
+
+2002-03-05  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* docs/html/17_intro/RELEASE-NOTES: Update.
+	* README: Format subdirectories.
+
 2002-03-05  Paolo Carlini  <pcarlini@unitus.it>
 
 	libstdc++/5816
@@ -54,12 +71,15 @@
 
 2002-02-26  Benjamin Kosnik  <bkoz@redhat.com>
 
+	libstdc++/3983
 	* include/bits/basic_ios.tcc (basic_ios::init): Set _M_fill to zero.
 	Adjust comment.
 	* include/bits/basic_ios.h (basic_ios::_M_fill): Make mutable.
 	(basic_ios::_M_fill_init): New.
 	(basic_ios::fill()): Delay dealing with _M_fill.
 	Adjust comment. 
+	* ios.cc (ios_base::ios_base()): Initialize _M_callbacks, _M_words.
+	(ios_base::_M_call_callbacks): Adjust.
 	* testsuite/27_io/ios_init.cc (test02): Adjust testcase.
 
 2002-02-26  Loren Rittle  <ljrittle@acm.org>
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Sun Mar  3 18:24:13 2002
+++ gcc/libjava/ChangeLog	Wed Mar  6 02:16:43 2002
@@ -1,3 +1,18 @@
+2002-03-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* java/awt/MediaTracker.java: Implemented.
+	* Makefile.am: Add MediaTracker.
+	* Makefile.in: Rebuilt.
+
+2002-03-05  Tom Tromey  <tromey@redhat.com>
+
+	* java/lang/natPosixProcess.cc (fail): Removed.
+	(startProcess): Simplified error-handling.  Preserve
+	LD_LIBRARY_PATH across exec.
+
+	* jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkError, not
+	AbstractMethodError.
+
 2002-03-03  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
 	* Makefile.am: Use -bootclasspath, not -CLASSPATH.
-------------- next part --------------
/bin/sh ./libtool --tag=CXX --mode=compile /maat/heart/tbox/native/build/gcc/xgcc -shared-libgcc -B/maat/heart/tbox/native/build/gcc/ -nostdinc++  -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/maat/heart/tbox/objs/i686-pc-linux-gnu/bin/ -B/maat/heart/tbox/objs/i686-pc-linux-gnu/lib/ -isystem /maat/heart/tbox/objs/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/maat/heart/tbox/cvs-gcc/gcc/libjava -I./include -I./gcj -I/maat/heart/tbox/cvs-gcc/gcc/libjava -Iinclude -I/maat/heart/tbox/cvs-gcc/gcc/libjava/include -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../boehm-gc/include  -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1   -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/.././libjava/../gcc -I/maat/heart/tbo!
x/cvs-gcc/gcc/libjava/../zlib -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../libffi/include -I../libffi/include   -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -D__NO_MATH_INLINES  -ffloat-store  -W -Wall -D_GNU_SOURCE -DPREFIX="\"/maat/heart/tbox/objs\"" -g -O2 -D_GNU_SOURCE -c /maat/heart/tbox/cvs-gcc/gcc/libjava/defineclass.cc
/maat/heart/tbox/native/build/gcc/xgcc -shared-libgcc -B/maat/heart/tbox/native/build/gcc/ -nostdinc++ -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/maat/heart/tbox/objs/i686-pc-linux-gnu/bin/ -B/maat/heart/tbox/objs/i686-pc-linux-gnu/lib/ -isystem /maat/heart/tbox/objs/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/maat/heart/tbox/cvs-gcc/gcc/libjava -I./include -I./gcj -I/maat/heart/tbox/cvs-gcc/gcc/libjava -Iinclude -I/maat/heart/tbox/cvs-gcc/gcc/libjava/include -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../boehm-gc/include -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/.././libjava/../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../zlib -I/maat/heart/tbo!
x/cvs-gcc/gcc/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -W -Wall -D_GNU_SOURCE -DPREFIX=\"/maat/heart/tbox/objs\" -g -O2 -D_GNU_SOURCE -Wp,-MD,.deps/defineclass.pp -c /maat/heart/tbox/cvs-gcc/gcc/libjava/defineclass.cc  -fPIC -DPIC -o .libs/defineclass.o
/maat/heart/tbox/cvs-gcc/gcc/libjava/defineclass.cc: In member function `void 
   _Jv_ClassReader::read_one_method_attribute(int)':
/maat/heart/tbox/cvs-gcc/gcc/libjava/defineclass.cc:607: Missing REG_EH_REGION 
   note in the end of bb 10
/maat/heart/tbox/cvs-gcc/gcc/libjava/defineclass.cc:607: verify_flow_info 
   failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [defineclass.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