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 with your patch on 2001-02-23T19:20:00Z.


(This is an automated message.)

With your recent patch, GCC does not compile.  The last 20 or so
lines of the build output are attached.  Also attached is a diff of
the ChangeLog entries since the last time the regression tests passed,
on 2001-02-23T03:20:00Z.

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://www.cygnus.com/~geoffk/gcc-regression/>.
   undeclared (first use this function)
/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/include/bits/std_ostream.h:532: (Each
   undeclared identifier is reported only once for each function it appears 
   in.)
/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/include/bits/basic_string.h: In 
   function `std::basic_istream<_CharT, _Traits>& 
   std::operator>>(std::basic_istream<_CharT, _Traits>&, 
   std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = 
   std::char_traits<char>, _Alloc = std::allocator<char>]':
/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/src/misc-inst.cc:189:   instantiated from here
/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/include/bits/basic_string.h:1133: warning: comparison
   between signed and unsigned integer expressions
make[3]: *** [misc-inst.lo] Error 1
make[3]: Leaving directory `/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/ChangeLog	Thu Feb 22 16:35:45 2001
+++ gcc/gcc/ChangeLog	Fri Feb 23 10:20:32 2001
@@ -1,3 +1,35 @@
+2001-02-23  Jeffrey Oldham  <oldham@codesourcery.com>
+
+	* Makefile.in (resource.o): Add params.h dependence.
+	* params.def (MAX_DELAY_SLOT_LIVE_SEARCH): New parameter.
+	* params.h (MAX_DELAY_SLOT_LIVE_SEARCH): Likewise.
+	* resource.c: Add dependence on params.h.
+	(current_live_regs): Fix explanatory comment.
+	(find_basic_block): Add new parameter to permit limiting search
+	for a BARRIER.
+	(mark_target_live_regs): Add new argument to find_basic_block call.
+	(incr_ticks_for_insn): Likewise.
+
+2001-02-23  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
+
+	* diagnostic.c (output_to_stream): Rename to
+	output_buffer_to_stream. Loses the stream parameter.
+	(init_output_buffer): Set diagnosic_buffer's stream.
+	(flush_diagnostic_buffer): Adjust.
+	(default_print_error_function): Likewise.
+	(finish_diagnostic): Likewise.
+	(verbatim): Likewise.
+
+	* diagnostic.h (struct output_buffer): Add `stream' field.
+	(output_buffer_attached_stream): New macro.
+
+2001-02-23  Jakub Jelinek  <jakub@redhat.com>
+
+	* fold-const.c (extract_muldiv) [case PLUS_EXPR]: If not MULT_EXPR,
+	check if either operand is divisible by C.
+	(multiple_of_p): Handle LSHIFT_EXPR with small constant shift.
+	If type is signed, consider negative numbers as well.
+
 2001-02-22  Richard Henderson  <rth@redhat.com>
 
 	* config/ia64/crtbegin.asm (.fini): Use pc-relative relocs to
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Thu Feb 22 04:05:57 2001
+++ gcc/gcc/testsuite/ChangeLog	Fri Feb 23 04:35:58 2001
@@ -1,3 +1,7 @@
+2001-02-23  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/20010222-1.c: New test.
+
 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
 
 	* g++.old-deja/g++.other/inline20.C: New test.
--- /sloth/delay/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Wed Feb 21 14:51:11 2001
+++ gcc/libstdc++-v3/ChangeLog	Fri Feb 23 11:20:39 2001
@@ -1,3 +1,33 @@
+2001-02-23  Alexandre Oliva <aoliva@redhat.com>
+
+	* mknumeric_limits (CC): Use VAR=${VAR=...} form.
+
+2001-02-23  David Edelsohn <dje@watson.ibm.com>
+
+	* mknumeric_limits (CC): Use $BUILD_DIR/../../gcc/xgcc
+
+2001-02-23  Phil Edwards  <pme@sources.redhat.com>
+
+	c++/2052
+	* include/backward/iostream.h:  Expose std::flush in old headers.
+
+2001-02-23  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
+
+	* mknumeric_limits: Remove special-casing on target.  Use gcc
+	instead of g++ to build gen-num-limits.cc
+
+2001-02-22  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* tests_flags.in (CXXFLAGS): Add -rpath to gcc build dir.
+
+	* include/bits/codecvt.h: Use alloca instead of __extension__ for
+	the time being.
+	* include/bits/ostream.tcc: Same.
+	* include/bits/std_ostream.h: Same.
+	* include/bits/fstream.tcc: Same.
+	* include/bits/locale_facets.tcc: Add typename.
+	* include/bits/c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS): Enable.
+
 2001-02-21  Phil Edwards  <pme@sources.redhat.com>
 
 	* tests_flags.in:  Remove -n flag from call to echo.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

aoliva@redhat.com
dje@watson.ibm.com

2001-02-23T19:20:00Z 2001-02-23T20:03:39Z build

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