This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GCC build failed for 2 targets with your patch on 2001-07-21T23:30:02Z.


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

The build failures are new.

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
ChangeLog entries since last run on 2001-07-21T20:14:50Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Sat Jul 21 13:15:03 2001
+++ gcc/gcc/ChangeLog	Sat Jul 21 16:30:18 2001
@@ -1,3 +1,15 @@
+2001-07-21 Neil Booth  <neil@daikokuya.demon.co.uk>
+	   Richard Henderson  <rth@redhat.com>
+
+	* dbxout.c (dbxout_global_decl): New.
+	(xcoff_debug_hooks, dbx_debug_hooks): Use it.
+	* sdbout.c (sdbout_finish): New.
+	(sdbout_debug_hooks): Use it, add comments.
+	(sdbout_global_decl): Defer initialised public vars to
+	sdbout_finish.
+	* varasm.c (assemble_variable): Don't output debug information
+	for file-scope variables.
+
 2001-07-21  H.J. Lu  (hjl@gnu.org)
 
 	* config/mips/mips.c (mips_cpu): Moved into ...

ChangeLog entries between 2001-07-21T20:14:50Z and the last time everything
passed, on 2001-07-21T20:14:50Z:
checking for objdir... .libs
checking for /maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc option to produce PIC... -fPIC -DPIC
checking if /maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc PIC flag -fPIC -DPIC works... no
checking if /maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc static flag -static works... no
finding the maximum length of command line arguments... (cached) 49153
checking if /maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc supports -c -o file.o... (cached) yes
checking if /maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/maat/heart/tbox/objs/powerpc-eabisim/bin/ld) supports shared libraries... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... no
checking command to parse /maat/heart/tbox/objs/powerpc-eabisim/bin/nm output... failed
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
appending configuration tag "CXX" to libtool
checking for GNU make... make
checking for g++ that will successfully compile libstdc++-v3... configure: error: please upgrade to GCC 3.0 or above
make: *** [configure-target-libstdc++-v3] Error 1
+ exit 1
checking if /maat/heart/tbox/native/build/gcc/xgcc supports -c -o file.o... (cached) yes
checking if /maat/heart/tbox/native/build/gcc/xgcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (ld) supports shared libraries... 
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse nm output... failed
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
appending configuration tag "CXX" to libtool
checking for GNU make... make
checking for g++ that will successfully compile libstdc++-v3... configure: error: please upgrade to GCC 3.0 or above
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/maat/heart/tbox/native/build'
make: *** [bootstrap] Error 2
+ exit 1

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]