Failure to bootstrap for trunk on i686-pc-linux-gnu
Autocrasher
autocrasher@devphil.com
Wed Sep 29 20:49:00 GMT 2004
The tree has failed during the bootstrap step. The last 30 lines of
the log are below; since I do parallel builds, the error may not be on the
last line.
Attached are the ChangeLogs since the previous run. Possibly a patch with
your name on it has caused the problem(s).
The full transcript is at http://www.devphil.com/build/
Specific problem logs at http://www.devphil.com/build/reports/tests-trunk/
(explanations of each file are on the main page; you probably want summary*)
Host was an athlon-xp (i686) system. Target was specified as i686-pc-linux-gnu.
This particular run used standard (previously installed) binutils.
This email is generated by a machine, not sent from a person. If you think
it's been sent to you in error, please see the gcc-regression list archives
for possible followup discussion; this could be legitimate or it could be a
false positive. Also watch for email from the other regression testers and
check the logs from the known autobuilders.
If you write a response, please respect the Reply-To: header.
With love,
The Autocrasher (Phil's Builder Bot, version 2.1)
=========================================================================
-------------- next part --------------
diff -u1r previous/CL/ChangeLog broken/CL/ChangeLog
--- previous/CL/ChangeLog 2004-09-24 16:10:03.000000000 -0400
+++ broken/CL/ChangeLog 2004-09-29 16:10:02.000000000 -0400
@@ -1 +1,6 @@
+2004-09-24 Michael Roth <mroth@nessie.de>
+
+ * configure.in (--without-headers): Add missing double quotes.
+ * configure: Regenerate.
+
2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
diff -u1r previous/CL/gcc/ChangeLog broken/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog 2004-09-29 01:40:04.000000000 -0400
+++ broken/CL/gcc/ChangeLog 2004-09-29 16:10:04.000000000 -0400
@@ -1 +1,71 @@
+2004-09-29 Eric Christopher <echristo@redhat.com>
+
+ * fold-const.c (tree_swap_operands_p): Remove duplicated code.
+
+2004-09-29 Hans-Peter Nilsson <hp@axis.com>
+
+ * config/cris/cris.md (moverside, movemside): With MEM, make sure
+ the address is (plus reg mem).
+
+2004-09-29 David Edelsohn <edelsohn@gnu.org>
+
+ * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
+
+2004-09-29 Nathan Sidwell <nathan@codesourcery.com>
+
+ * tree.c (make_node_stat): Fix uninitialized warning. Replace
+ cascaded if ... else if with a switch.
+
+2004-09-29 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
+
+ * read-rtl.c (apply_macro_to_string): Replace index with strchr.
+
+2004-09-29 Jakub Jelinek <jakub@redhat.com>
+
+ * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD
+ and TI_VA_LIST_FPR_COUNTER_FIELD.
+ (va_list_gpr_counter_field, va_list_fpr_counter_field): Define.
+ * tree-pass.h (pass_stdarg): Add.
+ * tree-optimize.c (init_tree_optimization_passes): Add pass_stdarg.
+ * tree-stdarg.c: New file.
+ * Makefile.in (OBJS-common): Add tree-stdarg.o.
+ (tree-stdarg.o): Add dependencies.
+ * function.h (struct function): Add va_list_gpr_size and
+ va_list_fpr_size fields.
+ * function.c (allocate_struct_function): Initialize them.
+
+ * config/i386/i386.c (ix86_build_builtin_va_list): Initialize
+ va_list_{g,f}pr_counter_field.
+ (ix86_setup_incoming_varargs): Don't do anything if reg_save
+ area will not be used. Only save registers that tree-stdarg.c
+ detected they need saving.
+ (ix86_va_start): Don't set up fields that won't be used.
+
+ * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Initialize
+ va_list_{g,f}pr_counter_field.
+ (setup_incoming_varargs): Don't do anything if reg_save
+ area will not be used. Only save registers that tree-stdarg.c
+ detected they need saving.
+ (rs6000_va_start): Don't set up fields that won't be used.
+
+2004-09-29 Jakub Jelinek <jakub@redhat.com>
+
+ * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTC_UNLOCKED,
+ BUILT_IN_FPUTS, BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE,
+ BUILT_IN_FWRITE_UNLOCKED, BUILT_IN_PUTCHAR, BUILT_IN_PUTCHAR_UNLOCKED,
+ BUILT_IN_PUTS, BUILT_IN_PUTS_UNLOCKED): Remove nothrow attribute.
+ * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2, ATTR_NONNULL_1_2,
+ ATTR_NONNULL_1_4): New.
+
+2004-09-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/17697
+ * tree-ssa-ccp.c (execute_fold_all_builtins): Update eh and cleanup
+ cfg if needed.
+
+2004-09-28 Per Bothner <per@bothner.com>
+
+ * profile.c (branch_prob): Pass correct value to output_location,
+ even when USE_MAPPED_LOCATION. Fixes bug from 09-11.
+
2004-09-28 Richard Henderson <rth@redhat.com>
@@ -91,3 +161,3 @@
(s390_adjust_priority): Handle TYPE_STM like TYPE_STORE.
- * config/s390/s390.md ("main_pool"): Use "larl" type
+ * config/s390/s390.md ("main_pool"): Use "larl" type
attribute if TARGET_CPU_ZARCH.
@@ -140,3 +210,3 @@
* tree-pretty-print.c (dump_generic_node): Print vector types.
-
+
2004-09-28 Nick Clifton <nickc@redhat.com>
@@ -497,3 +567,3 @@
(ssa_prop_init): Likewise.
- * tree-ssa-threadupdate.c (thread_block): Likewise.
+ * tree-ssa-threadupdate.c (thread_block): Likewise.
(create_block_for_threading): Likewise.
@@ -619,3 +689,3 @@
* tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.
-
+
2004-09-27 Jan Hubicka <jh@suse.cz>
@@ -636,3 +706,3 @@
using mmap.
-
+
2004-09-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
@@ -834,3 +904,3 @@
back chain only if back chain enabled. Use s390_back_chain_rtx.
-
+
2004-09-25 Joseph S. Myers <jsm@polyomino.org.uk>
@@ -916,3 +986,3 @@
(combine_blocks): Combine loop header and exit block.
-
+
2004-09-24 Paolo Bonzini <bonzini@gnu.org>
@@ -1023,3 +1093,3 @@
* tree.c (reconstruct_complex_type): Remove extra "this".
- * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
+ * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
Add V4SFmode to case statement.
@@ -1041,3 +1111,3 @@
and edges more correctly.
-
+
2004-09-23 Dorit Naishlos <dorit@il.ibm.com>
diff -u1r previous/CL/gcc/cp/ChangeLog broken/CL/gcc/cp/ChangeLog
--- previous/CL/gcc/cp/ChangeLog 2004-09-29 01:40:14.000000000 -0400
+++ broken/CL/gcc/cp/ChangeLog 2004-09-29 16:10:13.000000000 -0400
@@ -1 +1,11 @@
+2004-09-29 Jason Merrill <jason@redhat.com>
+
+ PR tree-optimization/17697
+ * decl.c (duplicate_decls): Copy TREE_NOTHROW from newdecl to olddecl.
+
+2004-09-28 Jason Merrill <jason@redhat.com>
+
+ PR middle-end/17525
+ * class.c (build_base_field): Set TYPE_MODE.
+
2004-09-28 Roger Sayle <roger@eyesopen.com>
diff -u1r previous/CL/gcc/testsuite/ChangeLog broken/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog 2004-09-28 16:10:20.000000000 -0400
+++ broken/CL/gcc/testsuite/ChangeLog 2004-09-29 16:10:14.000000000 -0400
@@ -1 +1,19 @@
+2004-09-29 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.c-torture/execute/stdarg-1.c: New test.
+ * gcc.c-torture/execute/stdarg-2.c: New test.
+ * gcc.c-torture/execute/stdarg-3.c: New test.
+ * gcc.dg/tree-ssa/stdarg-1.c: New test.
+ * gcc.dg/tree-ssa/stdarg-2.c: New test.
+ * gcc.dg/tree-ssa/stdarg-3.c: New test.
+ * gcc.dg/tree-ssa/stdarg-4.c: New test.
+ * gcc.dg/tree-ssa/stdarg-5.c: New test.
+
+2004-09-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/17697
+ * g++.dg/opt/pr17697-1.C: New test.
+ * g++.dg/opt/pr17697-2.C: New test.
+ * g++.dg/opt/pr17697-3.C: New test.
+
2004-09-28 Joseph S. Myers <jsm@polyomino.org.uk>
-------------- next part --------------
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/tree-stdarg.c -o tree-stdarg.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include \
/home/pme/src/trunk/gcc/config/i386/i386.c -o i386.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include \
/home/pme/src/trunk/gcc/config/host-linux.c
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/tree-inline.c -o tree-inline.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/cgraph.c -o cgraph.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/cgraphunit.c -o cgraphunit.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/tree-nomudflap.c -o tree-nomudflap.o
rm -rf libbackend.a
ar rc libbackend.a tree-chrec.o tree-scalar-evolution.o tree-data-ref.o tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o gimplify.o tree-pretty-print.o tree-into-ssa.o tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-complex.o tree-ssa-loop.o tree-ssa-loop-niter.o tree-ssa-loop-manip.o tree-ssa-threadupdate.o tree-vectorizer.o tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-loop-ivopts.o tree-if-conv.o tree-ssa-loop-unswitch.o alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o dbxout.o ddg.o tree-ssa-loop-ch.o loop-invariant.o tree-ssa-loop-im.o debug.o df.o diagnostic.o dojump.o dominance.o loop-doloop.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o modulo-sched.o optabs.o options.o opts.o params.o postreload.o postreload-gcse.o predict.o insn-preds.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o modulo-sched.o optabs.o options.o opts.o params.o postreload.o postreload-gcse.o predict.o print-rtl.o print-tree.o value-prof.o var-tracking.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o varasm.o varray.o vec.o version.o vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o passes.o rtl-profile.o tree-profile.o rtlhooks.o cfgexpand.o lambda-mat.o lambda-trans.o lambda-code.o tree-loop-linear.o tree-stdarg.o i386.o host-linux.o tree-inline.o cgraph.o cgraphunit.o tree-nomudflap.o
ranlib libbackend.a
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -o cc1 \
c-parse.o c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-gimplify.o tree-mudflap.o c-pretty-print.o main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libcpp/libcpp.a ../libiberty/libiberty.a
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/gcov.c -o gcov.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/errors.c -o errors.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H gcov.o intl.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a -o gcov
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/gcov-dump.c -o gcov-dump.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a -o gcov-dump
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -Werror -fno-common -DHAVE_CONFIG_H -I. -Icp -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/cp -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/cp/cp-lang.c -o cp/cp-lang.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -Werror -fno-common -DHAVE_CONFIG_H -I. -Icp -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/cp -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/cp/call.c -o cp/call.o
stage1/xgcc -Bstage1/ -B/mnt/build/install-2004-09-29-161002-trunk/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -Werror -fno-common -DHAVE_CONFIG_H -I. -Icp -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/cp -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/cp/decl.c -o cp/decl.o
/home/pme/src/trunk/gcc/cp/decl.c: In function 'expand_static_init':
/home/pme/src/trunk/gcc/cp/decl.c:5285: error: 'struct gcc_target' has no member named 'reorders_loads'
/home/pme/src/trunk/gcc/cp/decl.c:5354: error: 'struct gcc_target' has no member named 'reorders_loads'
make[2]: *** [cp/decl.o] Error 1
make[2]: Leaving directory `/mnt/build/build-2004-09-29-161002-trunk/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/mnt/build/build-2004-09-29-161002-trunk/gcc'
make: *** [bootstrap] Error 2
More information about the Gcc-regression
mailing list