GCC build of gcc-3_3-branch failed for native with your patch on 2003-11-12T17:45:04Z.

GCC regression checker geoffk@apple.com
Wed Nov 12 18:03:00 GMT 2003


With your recent patch, GCC gcc-3_3-branch does not compile on:
 native
Attached is build output for those targets.

The build failures are new.

For more information, see http://gcc.gnu.org/regtest/.

-------------- next part --------------
ChangeLog entries since last run on 2003-11-11T20:45:06Z:
--- /Users/regress/tbox/changelog_mail/gcc/include/ChangeLog	Thu Oct 16 12:48:12 2003
+++ gcc/include/ChangeLog	Wed Nov 12 09:48:28 2003
@@ -1,3 +1,9 @@
+2003-11-12  Daniel Jacobowitz  <drow@mvista.com>
+
+	Backport from mainline:
+	2003-02-20  Daniel Jacobowitz  <drow@mvista.com>
+	* libiberty.h (lrealpath): Add declaration.
+
 2003-10-16  Release Manager
 
 	* GCC 3.3.2 Released.
--- /Users/regress/tbox/changelog_mail/gcc/libiberty/ChangeLog	Thu Oct 16 12:48:20 2003
+++ gcc/libiberty/ChangeLog	Wed Nov 12 09:48:34 2003
@@ -1,3 +1,22 @@
+2003-11-12  Daniel Jacobowitz  <drow@mvista.com>
+
+	Backport from mainline:
+	2003-02-20  Daniel Jacobowitz  <drow@mvista.com>
+
+	* Makefile.in (CFILES): Add lrealpath.c.
+	(REQUIRED_OFILES): Add lrealpath.o.
+	(lrealpath.o): Add rule.
+	* aclocal.m4 (libiberty_NEED_DECLARATION): Add.
+	* configure.in: Add realpath and canonicalize_file_name to
+	checkfuncs and AC_CHECK_FUNCS.  Use libiberty_NEED_DECLARATION
+	for canonicalize_file_name.
+	* lrealpath.c: New file.
+	* make-relative-prefix.c: Update documentation.
+	(make_relative_prefix): Simplify.  Use lbasename and lrealpath.
+	* config.in: Regenerated.
+	* configure: Regenerated.
+	* functions.texi: Regenerated.
+
 2003-10-16  Release Manager
 
 	* GCC 3.3.2 Released.

ChangeLog entries between 2003-11-11T20:45:06Z and the last time everything
passed, on 2003-11-11T20:45:06Z:
-------------- next part --------------
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/Users/regress/tbox/cvs-gcc/gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic  /Users/regress/tbox/cvs-gcc/gcc/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/Users/regress/tbox/cvs-gcc/gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic /Users/regress/tbox/cvs-gcc/gcc/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/Users/regress/tbox/cvs-gcc/gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic  /Users/regress/tbox/cvs-gcc/gcc/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/Users/regress/tbox/cvs-gcc/gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic /Users/regress/tbox/cvs-gcc/gcc/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/Users/regress/tbox/cvs-gcc/gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic  /Users/regress/tbox/cvs-gcc/gcc/libiberty/hex.c -o pic/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/Users/regress/tbox/cvs-gcc/gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic /Users/regress/tbox/cvs-gcc/gcc/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/Users/regress/tbox/cvs-gcc/gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic  /Users/regress/tbox/cvs-gcc/gcc/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/Users/regress/tbox/cvs-gcc/gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic /Users/regress/tbox/cvs-gcc/gcc/libiberty/lbasename.c -o lbasename.o
make[1]: *** No rule to make target `lrealpath.c', needed by `lrealpath.o'.  Stop.
make: *** [all-libiberty] 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