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-15T13: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 2000-11-15T11:20:00Z.

The build failures are new.

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/cp/ChangeLog	Tue Nov 14 23:50:47 2000
+++ egcs/gcc/cp/ChangeLog	Wed Nov 15 05:20:30 2000
@@ -1,3 +1,7 @@
+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.)

kenneth.block@compaq.com
nathan@codesourcery.com

2000-11-15T13:20:00Z 2000-11-15T13:54:08Z build

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