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-20T01: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-19T22:35: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/>.
  HOST_PREFIX="" \
  HOST_PREFIX_1="loser-" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC  -DSVR4  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -mrelocatable-lib -mno-eabi -mstrict-align "  \
  MULTILIB_CFLAGS=" -mrelocatable-lib -mno-eabi -mstrict-align" T= crtbegin.o
make[3]: Entering directory `/sloth/delay/tbox/build-gcc/gcc'
/sloth/delay/tbox/build-gcc/gcc/xgcc -B/sloth/delay/tbox/build-gcc/gcc/ -B/sloth/delay/tbox/objs/powerpc-eabisim/bin/ -B/sloth/delay/tbox/objs/powerpc-eabisim/lib/ -isystem /sloth/delay/tbox/objs/powerpc-eabisim/include -DCROSS_COMPILE -DIN_GCC  -DSVR4  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I. -I. -I/sloth/delay/tbox/cvs-gcc/egcs/gcc -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/. -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/config -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/../include -mrelocatable-lib -mno-eabi -mstrict-align -g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions -msdata=none -Dinhibit_libc \
  -c /sloth/delay/tbox/cvs-gcc/egcs/gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
/sloth/delay/tbox/cvs-gcc/egcs/gcc/crtstuff.c:347: storage size of `force_to_data' isn't known
/sloth/delay/tbox/cvs-gcc/egcs/gcc/crtstuff.c:347: storage size of `force_to_data' isn't known
make[3]: *** [crtbegin.o] Error 1
make[3]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc'
make[2]: *** [crtbegin.o] Error 2
make[2]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc'
make[1]: *** [stmp-multilib] Error 2
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	Sun Nov 19 12:50:41 2000
+++ egcs/gcc/ChangeLog	Sun Nov 19 17:05:27 2000
@@ -1,3 +1,19 @@
+2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* config.gcc: Fix another typo.
+
+2000-11-19  Richard Henderson  <rth@redhat.com>
+
+	* c-decl.c (grokdeclarator): Support flexible array members.
+	Use open-ended ranges for these and zero-length arrays.
+	* c-typeck.c (push_init_level): Validate the context of
+	initialization of a zero-length array.
+	* tree.c (int_fits_type_p): Be prepared for missing bounds.
+	* varasm.c (array_size_for_constructor): New.
+	(output_constructor): Use it for arrays of unspecified length.
+	* extend.texi (Zero Length): Mention C99 flexible array members.
+	Document initialization in a top-level struct as valid.
+
 2000-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
 
 	* config.gcc, invoke.texi: Fix errors in spelling of "deprecated".
@@ -116,8 +132,7 @@
 
 2000-11-17  Neil Booth  <neilb@earthling.net>
 
-        * cpperror.c (print_file_and_line): Don't display line number
-        if 0.
+	* cpperror.c (print_file_and_line): Don't display line number if 0.
 
 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
 
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

jsm28@cam.ac.uk

2000-11-20T01:05:00Z 2000-11-20T01:38:01Z build

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