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.


(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-07-12T04:20:01Z.

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/>.

If it seems that you have been sent this mail incorrectly---that is,
if you did not recently check in a change to GCC---please
contact Geoffrey Keating <geoffk@cygnus.com>.  The script that
extracts e-mail addresses from ChangeLog entries is not completely
reliable.
gcc -c -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include /sloth/delay/tbox/cvs/egcs/gcc/mkdeps.c
gcc -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include \
-DPREFIX=\"/sloth/delay/tbox/objs\" \
  -c `echo /sloth/delay/tbox/cvs/egcs/gcc/prefix.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include /sloth/delay/tbox/cvs/egcs/gcc/version.c
gcc -c -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2  -DHAVE_CONFIG_H    -I. -I/sloth/delay/tbox/cvs/egcs/gcc -I/sloth/delay/tbox/cvs/egcs/gcc/config -I/sloth/delay/tbox/cvs/egcs/gcc/../include /sloth/delay/tbox/cvs/egcs/gcc/mbchar.c
rm -rf libcpp.a
ar rc libcpp.a cpplib.o cpphash.o cpperror.o cppexp.o cppfiles.o cppinit.o cppulp.o cpplex.o cppdefault.o mkdeps.o prefix.o version.o mbchar.o 
if [ -f true ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then true libcpp.a ; else true ; fi
cd cp && make /sloth/delay/tbox/cvs/egcs/gcc/cp/parse.c
make[2]: Entering directory `/sloth/delay/tbox/build/gcc/cp'
expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
cd /sloth/delay/tbox/cvs/egcs/gcc/cp; bison  -d -o parse.c parse.y
/usr/clocal/bin/bash: bison: command not found
make[2]: *** [/sloth/delay/tbox/cvs/egcs/gcc/cp/parse.c] Error 127
make[2]: Leaving directory `/sloth/delay/tbox/build/gcc/cp'
make[1]: *** [/sloth/delay/tbox/cvs/egcs/gcc/cp/parse.c] Error 2
make[1]: Leaving directory `/sloth/delay/tbox/build/gcc'
make: *** [all-gcc] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Tue Jul 11 21:20:36 2000
+++ egcs/gcc/ChangeLog	Wed Jul 12 09:50:26 2000
@@ -1,8 +1,73 @@
+2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL.
+
+	* c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
+	lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
+	
+	* c-parse.in (stmt): Delete unused variables.
+
+	* convert.c (convert_to_vector): Likewise.
+
+	* gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
+
+	* tree.c (finish_vector_type): Prototype.
+
+2000-07-12  Bruce Korb  <bkorb@gnu.org>
+
+	* fixinc/fixfixes.c: use xmalloc
+	* fixinc/fixincl.c(initialize): set program name for xmalloc
+	* fixinc/fixlib.c(must_malloc): obsolete
+	(is_cxx_header): no longer used - disabled
+	(skip_quote): inserted and disabled for future use
+	* fixinc/fixlib.h: reflects above
+	* fixinc/fixtests.c: removed dinkleberries
+
+2000-07-12  Neil Booth  <NeilB@earthling.net>
+
+	* cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
+	* cpplex.c (TOKEN_SPELL) Move to cpphash.h.
+
+	* cpphash.c: (struct macro_info, alloc_macro, free_macro,
+	struct toklist_dummy): New.
+	(cpp_free_definition): Free macros with free_macro.
+	(count_params): Don't save paramter spellings.  Save macro
+	information in a struct macro_info.
+	(parse_define): Don't allocate a token list.
+	(save_expansion): Allocate the macro's token list, and
+	save parameter spellings if necessary.  Use TOKEN_SPELL.
+	(cpp_create_definition): Make list const.
+
+2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+	* c-typeck.c (pedwarn_c99): Move to
+	* c-errors.c: ... Here.
+	* toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
+	* diagnostic.c (verror, vwarning, vpedwarn): Make static.
+	* Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
+	(c-errors.o): List dependency.
+
+2000-07-12  Mark Mitchell  <mark@codesourcery.com>
+
+	* c-parse.c: Remove.
+	* c-parse.h: Likewise.
+	* c-parse.y: Likewise.
+	* objc/objc-parse.c: Likewise.
+	* objc/objc-pasre.y: Likewise.
+	
+2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
+
+	* gcc.texi: Fix minor typos
+	* extend.texi: Fix minor typos
+
 2000-07-11  Marc Espie <espie@openbsd.org>
 
 	* collect2.c (main): Recognize .lo as object files.
 
 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
+	true.
 
 	* aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
 	with MAP_ANONYMOUS and MAP_ANON.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/cp/ChangeLog	Tue Jul 11 12:20:36 2000
+++ egcs/gcc/cp/ChangeLog	Wed Jul 12 00:20:38 2000
@@ -1,3 +1,9 @@
+2000-07-12  Mark Mitchell  <mark@codesourcery.com>
+
+	* Makefile.in ($(PARSE_H)): Depend directly on parse.y.
+	* parse.c: Remove.
+	* parse.h: Likewise.
+
 2000-07-11  Mark Mitchell  <mark@codesourcery.com>
 
 	* class.c (layout_class_type): Add pointers to virtual bases after
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/java/ChangeLog	Mon Jul 10 21:05:38 2000
+++ egcs/gcc/java/ChangeLog	Wed Jul 12 00:20:39 2000
@@ -1,3 +1,7 @@
+2000-07-12  Mark Mitchell  <mark@codesourcery.com>
+
+	* parse-scan.c: Remove.
+
 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
 
 	* jcf-write.c (generate_classfile): Don't install ConstantValue
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

ghazi@caip.rutgers.edu

2000-07-12T16:50:00Z 2000-07-12T16:52:56Z build

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