GCC build failed for native with your patch on 2003-12-07T14:59:17Z.

GCC regression checker geoffk@apple.com
Sun Dec 7 16:55: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-07T13:03:01Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Sun Dec  7 05:03:58 2003
+++ gcc/gcc/ChangeLog	Sun Dec  7 07:00:20 2003
@@ -1,5 +1,24 @@
 2003-12-07  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+	* configure.in: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
+	with modern equivalents.
+	* configure: Regenerate.
+
+	* configure.in: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
+	* aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
+	* configure: Regenerate.
+
+	* configure: Regenerate with (preferred) autoconf 2.57.
+	* doc/install.texi: Note that 'gcc' is now a 2.57 directory.
+
+2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	PR optimization/12965
+	* caller-save.c (save_call_clobbered_regs): Do not save/restore
+	registers around no-return calls.
+
+2003-12-07  Nathanael Nerode  <neroden@gcc.gnu.org>
+
 	* configure.in: Make minimum necessary changes for autoconf 2.5x.
 	* aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
 	* configure: Regenerate with autoconf 2.58.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Sun Dec  7 05:04:06 2003
+++ gcc/gcc/testsuite/ChangeLog	Sun Dec  7 07:00:25 2003
@@ -1,3 +1,7 @@
+2003-12-07  Falk Hueffner  <falk@debian.org>
+
+	* g++.dg/opt/noreturn-1.C: New test.
+
 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
 
 	* gcc.dg/overflow-1.c: New test.

ChangeLog entries between 2003-12-07T13:03:01Z and the last time everything
passed, on 2003-12-06T21:23:56Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog	Sat Dec  6 13:24:52 2003
+++ gcc/gcc/ChangeLog	Sun Dec  7 05:03:58 2003
@@ -1,3 +1,25 @@
+2003-12-07  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* configure.in: Make minimum necessary changes for autoconf 2.5x.
+	* aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
+	* configure: Regenerate with autoconf 2.58.
+
+2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	PR optimization/13318
+	* loop.c (express_from): Protect integer division from overflow.
+
+2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	PR optimization/13060
+	* function.c (fixup_var_refs_1) [SUBREG]: Recognize even if a
+	replacement already exists.  Fix again the whole insn if that fails.
+
+2003-12-06  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	* config/rs6000/rs6000.c (macho_branch_islands): Use 
+	HOST_WIDE_INT_PRINT_UNSIGNED.
+
 2003-12-06  Richard Sandiford  <rsandifo@redhat.com>
 
 	* varasm.c (incorporeal_function_p): New.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Sat Dec  6 05:38:55 2003
+++ gcc/gcc/cp/ChangeLog	Sat Dec  6 21:15:58 2003
@@ -1,3 +1,10 @@
+2003-12-06  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/13323
+	* class.c (same_signature_p): Handle conversion operators
+	correctly.
+	(check_for_override): Likewise.
+
 2003-12-06  Kelley Cook  <kcook@gcc.gnu.org>
 
 	* Make-lang.in (GXX_CROSS_NAME, CXX_CROSS_NAME): Delete.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Sat Dec  6 05:39:01 2003
+++ gcc/gcc/testsuite/ChangeLog	Sun Dec  7 05:04:06 2003
@@ -1,3 +1,16 @@
+2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
+
+	* gcc.dg/overflow-1.c: New test.
+
+2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	* g77.f-torture/compile/13060.f: New test.
+
+2003-12-06  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/13323
+	* g++.dg/inherit/operator2.C: New test.
+
 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
 
 	PR c++/13305
--- /Users/regress/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Fri Dec  5 05:55:59 2003
+++ gcc/libstdc++-v3/ChangeLog	Sat Dec  6 21:16:10 2003
@@ -1,3 +1,17 @@
+2003-12-06  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* testsuite/ext/enc_filebuf/char/13189.cc: Guard for __enc_traits.
+	* testsuite/ext/enc_filebuf/wchar_t/13189.cc: Same.
+	
+2003-12-06  Benjamin Kosnik  <bkoz@redhat.com>
+
+	PR libstdc++/11691 
+	* include/ext/stdio_filebuf.h (stdio_filebuf::stdio_filebuf):
+	Remove __del argument to file descriptor constructor.
+	* config/io/basic_file_stdio.h (__basic_file::sys_open): Remove
+	bool argument.
+	* config/io/basic_file_stdio.cc: Same.
+
 2003-12-05  Benjamin Kosnik  <bkoz@redhat.com>
 
 	PR libstdc++/13189
-------------- next part --------------
make \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -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
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
echo timestamp > stage3_build
echo stage3_build > stage_last
Configuring in fastjar
configure: loading cache .././config.cache
configure: error: `LDFLAGS' was not set in the previous run
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm .././config.cache' and start over
make[1]: *** [configure-fastjar] Error 1
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