GCC build failed for native with your patch on 2003-01-03T00:48:02Z.
GCC regression checker
geoffk@apple.com
Fri Jan 3 02:28:00 GMT 2003
With your recent patch, GCC does not compile on:
native
Attached is build output for those targets.
The build failures are new.
For more information, see (web pages still under construction).
-------------- next part --------------
ChangeLog entries since last run on 2003-01-02T09:34:20Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog Thu Jan 2 01:35:27 2003
+++ gcc/gcc/ChangeLog Thu Jan 2 16:49:15 2003
@@ -1,3 +1,31 @@
+2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
+ (*iorhi3_two_qi): Likewise.
+ (*iorsi3_zexthi): Likewise.
+ (*xorhi3_zextqi): Likewise.
+ (*xorsi3_zexthi): Likewise.
+ (*xorsi3_zextqi): Likewise.
+
+2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/h8300/h8300.c (stack_pointer_operand): New.
+ (const_int_gt_2_operand): Likewise.
+ (const_int_ge_8_operand): Likewise.
+ * config/h8300/h8300.md (a splitter): Likewise.
+ (a peephole2): Likewise.
+ * config/h8300/h8300-protos.h: Add prototypes for the new
+ functions above.
+
+2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
+
+ * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
+ objc/objc-act.h: Fix copyright years.
+
+2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
+
+ * doc/passes.texi: Fix documentation for -fssa-ccp
+
2003-01-02 Neil Booth <neil@daikokuya.co.uk>
* gccbug.in: Update for new categories.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog Wed Jan 1 10:27:05 2003
+++ gcc/gcc/cp/ChangeLog Thu Jan 2 16:49:24 2003
@@ -1,3 +1,33 @@
+2003-01-02 Mark Mitchell <mark@codesourcery.com>
+
+ * parser.c (cp_parser_declaration): Accept the __extension__
+ keyword before the declaration.
+
+ PR c++/2843
+ * parser.c (cp_parser_parameter_declaration): Allow attributes to
+ appear after the declarator.
+
+ * call.c (build_new_method_call): Fix typo in message format
+ string.
+
+2003-01-02 Mark Mitchell <mark@codesourcery.com>
+
+ * parser.c (cp_lexer_next_token_is): Declare it inline.
+ (cp_lexer_set_source_position_from_token): Likewise.
+ (cp_lexer_debugging_p): Likewise.
+ (cp_parser_parsing_tentatively): Likewise.
+ (cp_parser_nested_name_specifier_opt): Reduce the number of calls
+ to the cp_lexer_peek_token.
+
+ * parser.c (cp_parser_sizeof_operand): Do not evaluate the
+ expression.
+
+2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
+
+ * cp/except.c, cp/expr.c, cp/friend.c, cp/g++spec.c,
+ cp/lang-options.h, cp/lang-specs.h, cp/lex.h, cp/ptree.c,
+ cp/repo.c: Fix copyright years.
+
2003-01-01 Neil Booth <neil@daikokuya.co.uk>
* lex.c: Remove superfluous include of cpplib.h.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/java/ChangeLog Wed Jan 1 10:27:17 2003
+++ gcc/gcc/java/ChangeLog Thu Jan 2 16:49:31 2003
@@ -1,3 +1,9 @@
+2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
+
+ * java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,
+ java/lang-options.h, java/mangle.c, java/mangle_name.c,
+ java/xref.c, java/zextract.c,java/zipfile.h: Fix copyright years.
+
2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
* Make-lang.in, boehm.c, buffer.c,
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Thu Jan 2 01:35:37 2003
+++ gcc/gcc/testsuite/ChangeLog Thu Jan 2 16:49:35 2003
@@ -1,3 +1,20 @@
+2003-01-02 Neil Booth <neil@daikokuya.co.uk>
+
+ * g++.dg/parse/parse7.C: New test.
+
+2003-01-02 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/2843
+ * g++.dg/ext/attrib7.C: New test.
+
+2003-01-02 Neil Booth <neil@daikokuya.co.uk>
+
+ * g++.dg/parse/parse6.C: New test.
+
+2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
+
+ * gcc.dg/h8300-stack-1.c: New.
+
2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
g++.dg/lookup/exception1.C: New test.
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog Mon Dec 30 19:01:07 2002
+++ gcc/libstdc++-v3/ChangeLog Thu Jan 2 16:50:05 2003
@@ -1,3 +1,9 @@
+2003-01-02 Jason Merrill <jason@redhat.com>
+
+ * config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
+ *__mem is also an output.
+ * config/cpu/m68k/atomicity.h (__exchange_and_add): Likewise.
+
2002-12-30 Loren J. Rittle <ljrittle@acm.org>
* src/Makefile.am: Resolve non-portable use of $<.
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog Thu Jan 2 01:35:43 2003
+++ gcc/libjava/ChangeLog Thu Jan 2 16:49:44 2003
@@ -1,4 +1,29 @@
2003-01-02 Mark Wielaard <mark@klomp.org>
+
+ * java/net/HttpURLConnection.java (HTTP_NOT_IMPLEMENTED): Must be
+ public.
+ (HTTP_USE_PROXY): Add field.
+ (getResponseVals): Only set responseCode when not yet explicitly
+ set by subclass.
+
+2003-01-02 Artur Biesiadowski <abies@pg.gda.pl>
+ Mark Wielaard <mark@klomp.org>
+
+ * java/util/zip/ZipFile.java (entries): Now HashMap.
+ (readLeShort(DataInput, byte[])): Read from given byte array.
+ (readLeInt(DataInput, byte[]): Likewise.
+ (readLeShort(byte[] b, int off)): New method.
+ (readLeInt(byte[] b, int off)): Likewise.
+ (readEntries): Use byte arrays to read info in bigger chunks.
+ (getEntries): Return HashMap.
+ (getEntry): Use HashMap.
+ (locBuf): New private field.
+ (checkLocalHeader): Use locBuf to read info in one chunk.
+ (getInputStream): Use entries HashMap, wrap PartialInputStream
+ in BufferedInputStream.
+ (ZipEntryEnumeration): Use HashMap and Interator.
+
+2003-01-02 Mark Wielaard <mark@klomp.org>
Jeroen Frijters <jeroen@sumatra.nl>
* java/net/URLClassLoader.java (Resource.getCodeSource):
ChangeLog entries between 2003-01-02T09:34:20Z and the last time everything
passed, on 2003-01-02T09:34:20Z:
-------------- next part --------------
stage1/xgcc -Bstage1/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -If -I/Users/regress/tbox/cvs-gcc/gcc/gcc -I/Users/regress/tbox/cvs-gcc/gcc/gcc/f -I/Users/regress/tbox/cvs-gcc/gcc/gcc/config -I/Users/regress/tbox/cvs-gcc/gcc/gcc/../include /Users/regress/tbox/cvs-gcc/gcc/gcc/f/target.c -o f/target.o
stage1/xgcc -Bstage1/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -If -I/Users/regress/tbox/cvs-gcc/gcc/gcc -I/Users/regress/tbox/cvs-gcc/gcc/gcc/f -I/Users/regress/tbox/cvs-gcc/gcc/gcc/config -I/Users/regress/tbox/cvs-gcc/gcc/gcc/../include /Users/regress/tbox/cvs-gcc/gcc/gcc/f/top.c -o f/top.o
stage1/xgcc -Bstage1/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -If -I/Users/regress/tbox/cvs-gcc/gcc/gcc -I/Users/regress/tbox/cvs-gcc/gcc/gcc/f -I/Users/regress/tbox/cvs-gcc/gcc/gcc/config -I/Users/regress/tbox/cvs-gcc/gcc/gcc/../include /Users/regress/tbox/cvs-gcc/gcc/gcc/f/type.c -o f/type.o
stage1/xgcc -Bstage1/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -If -I/Users/regress/tbox/cvs-gcc/gcc/gcc -I/Users/regress/tbox/cvs-gcc/gcc/gcc/f -I/Users/regress/tbox/cvs-gcc/gcc/gcc/config -I/Users/regress/tbox/cvs-gcc/gcc/gcc/../include /Users/regress/tbox/cvs-gcc/gcc/gcc/f/where.c -o f/where.o
rm -f f771
stage1/xgcc -Bstage1/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -o f771 f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o f/name.o f/parse.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/where.o main.o libbackend.a ./intl/libintl.a ../libiberty/libiberty.a
(cd /Users/regress/tbox/cvs-gcc/gcc/gcc/java || exit 1; \
gperf -L C -C -F ', 0' -p -t -j1 -i 1 -g -o -N java_keyword -k1,4,$ \
keyword.gperf > k$$.h || { \
echo "Please update gperf from ftp://ftp.gnu.org/pub/gnu/gperf/" >&2; \
rm -f k$$.h; \
exit 1; } ; \
mv -f k$$.h keyword.h)
/bin/sh: gperf: command not found
Please update gperf from ftp://ftp.gnu.org/pub/gnu/gperf/
make[2]: *** [/Users/regress/tbox/cvs-gcc/gcc/gcc/java/keyword.h] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2
+ '[' -s gcc/.bad_compare ']'
+ exit 1
-------------- next part --------------
--
Geoffrey Keating <geoffk@apple.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list