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 2000-11-15T16:05: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 2000-11-15T11: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/>.
cxxmain.c:1033: variable `demangled' has initializer but incomplete type
cxxmain.c:1033: conflicting types for `demangled'
cxxmain.c:996: previous declaration of `demangled'
cxxmain.c:1033: ANSI C forbids data definition with no type or storage class
cxxmain.c:1035: parse error before `for'
cxxmain.c:1035: `i' undeclared here (not in a function)
cxxmain.c:1035: parse error before `!='
cxxmain.c:1048: warning: type defaults to `int' in declaration of `demangled'
cxxmain.c:1048: conflicting types for `demangled'
cxxmain.c:1033: previous declaration of `demangled'
cxxmain.c:1048: warning: initialization makes integer from pointer without a cast
cxxmain.c:1048: initializer element is not constant
cxxmain.c:1048: ANSI C forbids data definition with no type or storage class
cxxmain.c:1049: parse error before `if'
cxxmain.c:55: warning: `ada_demangle' used but never defined
cxxmain.c:954: warning: `DEFUN' declared `static' but never defined
make[1]: *** [cxxmain.o] Error 1
make[1]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc'
make: *** [all-gcc] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Wed Nov 15 03:20:46 2000
+++ egcs/gcc/ChangeLog	Wed Nov 15 08:05:26 2000
@@ -1,3 +1,24 @@
+2000-11-15  Fred Fish  <fnf@be.com>
+
+	* fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of
+	machines for which fixincludes is not needed.
+	* config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto.
+
+2000-11-15  Jason Merrill  <jason@redhat.com>
+
+	* diagnostic.c (finish_abort): New fn.
+	(fancy_abort, error_recursion): Use it.
+	* toplev.c (crash_signal): Likewise.
+	* diagnostic.h: Declare it.
+
+2000-11-13  Andrew Haley  <aph@redhat.com>
+
+	* tree.c (build_type_no_quals): New function.
+	* tree.h (build_type_no_quals): Declare.
+	* c-common.c (c_get_alias_set): When considering type
+	compatibility for pointer types, ignore cv-qualifiers anywhere in
+	a pointer chain.
+
 2000-11-15  Graham Stott  <grahams@redhat.com>
 
 	* regrename.c (scan_rtx_rtx): Skip to the next chain on
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/cp/ChangeLog	Tue Nov 14 23:50:47 2000
+++ egcs/gcc/cp/ChangeLog	Wed Nov 15 08:05:28 2000
@@ -1,3 +1,12 @@
+2000-11-15  Jason Merrill  <jason@redhat.com>
+
+	* typeck2.c (friendly_abort): Uncount the error before handing
+	off to fancy_abort.
+
+2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* typeck.c (lookup_anon_field): Cope with qv qualifiers.
+
 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
 
 	* class.c (build_vtbl_initializer): Fix typo in comment.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Tue Nov 14 12:50:54 2000
+++ egcs/gcc/testsuite/ChangeLog	Wed Nov 15 05:20:31 2000
@@ -1,3 +1,7 @@
+2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.other/anon5.C: New test.
+
 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
 
 	* gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
--- /sloth/delay/tbox/changelog_pass/egcs/include/ChangeLog	Sat Nov  4 00:05:27 2000
+++ egcs/include/ChangeLog	Wed Nov 15 05:20:33 2000
@@ -1,3 +1,7 @@
+2000-11-15  Kenneth Block  <kenneth.block@compaq.com>
+
+	* demangle.h: Add gnat and java demangle styles.
+
 2000-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
 
 	* hashtab.h (struct htab): Add member return_allocation_failure.
--- /sloth/delay/tbox/changelog_pass/egcs/libiberty/ChangeLog	Sat Nov  4 00:05:27 2000
+++ egcs/libiberty/ChangeLog	Wed Nov 15 05:20:34 2000
@@ -1,3 +1,8 @@
+2000-11-15  Kenneth Block  <kenneth.block@compaq.com>
+
+	* cplus_dem.c: Add gnat demangler.  Add java to demangle style
+	list.
+
 2000-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
 
 	* hashtab.c (htab_expand): Change to return int.  Use calloc or
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

fnf@be.com
jason@redhat.com

2000-11-15T16:05:00Z 2000-11-15T16:39:19Z build

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