GCC build failed for native with your patch on 2002-11-15T14:03:21Z.

GCC regression checker geoffk@apple.com
Fri Nov 15 08:51: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.

For more information, see (web pages still under construction).
-------------- next part --------------
ChangeLog entries since last run on 2002-11-15T11:16:23Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Fri Nov 15 03:17:03 2002
+++ gcc/gcc/ChangeLog	Fri Nov 15 06:04:02 2002
@@ -1,3 +1,11 @@
+2002-11-14  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
+
+	* config/arm/arm.h (EXPAND_BUILTIN_VA_ARG,
+	FUNCTION_ARG_PASS_BY_REFERENCE): Define.
+	* config/arm/arm.c (arm_va_arg,
+	arm_function_arg_pass_by_reference): New.
+	* config/arm/arm-protos.h: Add prototypes.
+
 2002-11-14  Kazu Hirata  <kazu@cs.umass.edu>
 
 	* gthr-single.h: Fix formatting.

ChangeLog entries between 2002-11-15T11:16:23Z and the last time everything
passed, on 2002-11-14T23:10:45Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog	Thu Nov 14 15:11:31 2002
+++ gcc/gcc/ChangeLog	Fri Nov 15 03:17:03 2002
@@ -1,3 +1,7 @@
+2002-11-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* gthr-single.h: Fix formatting.
+
 2002-11-14  Zack Weinberg  <zack@codesourcery.com>
 
 	* tree.c (tree_vec_elt_check_failed): New function.
@@ -584,7 +588,7 @@
 	* i386.c (optimization_options): Set flag_omit_frame_pointer,
 	flag_asynchronous_unwind_tables, flag_pcc_struct_return to 2.
 	Do not clear -momit-leaf-frame-pointer when profiling.
-	(ix86_frame_pointer_required): Frame pointer is allways required when
+	(ix86_frame_pointer_required): Frame pointer is always required when
 	profiling.
 
 Thu Oct 31 16:09:44 CET 2002  Jan Hubicka  <jh@suse.cz>
@@ -4617,7 +4621,7 @@
 
 	* i386.c (index_register_operand): New.
 	* i386.h (predicate_codes): Add new predicate.
-	* i386.md (lea_general_*): Use index_regsiter_operand
+	* i386.md (lea_general_*): Use index_register_operand
 	(ashift to lea splitter): Do not produce invalid leas
 	(ashift to mov+ashift split): New.
 
--- /Users/regress/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Thu Nov 14 15:11:34 2002
+++ gcc/gcc/cp/ChangeLog	Fri Nov 15 00:30:04 2002
@@ -1,3 +1,9 @@
+2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* ChangeLog: Follow spelling conventions.
+	* class.c: Likewise.
+	* decl2.c: Likewise.
+
 2002-11-14  Zack Weinberg  <zack@codesourcery.com>
 
 	* search.c (dfs_push_decls): Do not try to reorder elements
@@ -237,7 +243,7 @@
 	(layout_nonempty_base_or_field): Do not check for conflicts when
 	laying out a virtual base using the GCC 3.2 ABI.
 	(build_base_field): Correct checking for presence of empty classes
-	at non-zero offsets when clearing CLASSTYPE_NEARLY_EMPTY_P.
+	at nonzero offsets when clearing CLASSTYPE_NEARLY_EMPTY_P.
 
 	* class.c (include_empty_classes): Use normalize_rli.
 	(layout_class_type): Likewise.
--- /Users/regress/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Wed Nov 13 18:55:11 2002
+++ gcc/libstdc++-v3/ChangeLog	Fri Nov 15 00:30:26 2002
@@ -1,3 +1,21 @@
+2002-11-15  Paolo Carlini  <pcarlini@unitus.it>
+            Loren J. Rittle  <ljrittle@acm.org>
+
+	PR libstdc++/8399
+	* acinclude.m4
+	(GLIBCPP_CHECK_UNISTD_DECL_AND_LINKAGE_1): New macro to
+	check for unistd.h functions.
+	(GLIBCPP_CHECK_UNISTD_SUPPORT): New macro, check for isatty
+	in unistd.h.
+	* configure.in: Call here.
+	* src/ios.cc (ios_base::Init::_S_ios_create(bool)):
+	Use _GLIBCPP_HAVE_ISATTY: ifdef, in case of interactive
+	input __in_size = 1 even when sync_with_stdio is false;
+	otherwise fall back to __in_size = 1.
+	* aclocal.m4: Regenerate.
+	* config.h.in: Regenerate.
+	* configure: Regenerate.
+
 2002-11-13  Benjamin Kosnik  <bkoz@redhat.com>
 
 	* acconfig.h (HAVE_DRAND48): Add.
-------------- next part --------------
/bin/sh ../libtool --tag CXX --mode=compile /Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++  -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src/.libs -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.0/include -nostdinc++ -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include/powerpc-apple-darwin6.0 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++  -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libmath    -g -O2 -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once  -g    -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/globals.cc
/Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src/.libs -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.0/include -nostdinc++ -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include/powerpc-apple-darwin6.0 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libmath -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/globals.cc -o globals.o
/bin/sh ../libtool --tag CXX --mode=compile /Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++  -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src/.libs -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.0/include -nostdinc++ -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include/powerpc-apple-darwin6.0 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++  -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libmath    -g -O2 -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once  -g    -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/io-inst.cc
/Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src/.libs -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.0/include -nostdinc++ -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include/powerpc-apple-darwin6.0 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libmath -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/io-inst.cc -o io-inst.o
/bin/sh ../libtool --tag CXX --mode=compile /Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++  -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src/.libs -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.0/include -nostdinc++ -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include/powerpc-apple-darwin6.0 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++  -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libmath    -g -O2 -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once  -g    -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/ios.cc
/Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/src/.libs -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.0/include -nostdinc++ -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include/powerpc-apple-darwin6.0 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libmath -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/ios.cc -o ios.o
/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/ios.cc: In static member 
   function `static void std::ios_base::Init::_S_ios_create(bool)':
/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/ios.cc:161: error: `isatty' 
   undeclared (first use this function)
/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/src/ios.cc:161: error: (Each 
   undeclared identifier is reported only once for each function it appears 
   in.)
make[4]: *** [ios.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive-am] Error 2
make[1]: *** [all-target-libstdc++-v3] 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