This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Failure to bootstrap for trunk on athlon_mp-pc-linux-gnu
- From: Autocrasher <autocrasher at devphil dot com>
- To: gcc-regression at gcc dot gnu dot org
- Date: Fri, 27 Jun 2003 13:13:54 -0400
- Subject: Failure to bootstrap for trunk on athlon_mp-pc-linux-gnu
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. There have been too
many changes since then, so I cannot notify each maintainer individually.
(The large recipient list would be treated as spam.)
The full transcript is at http://www.devphil.com/build/
Host was specified as athlon_mp-pc-linux-gnu. Target was specified
as athlon_mp-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.
With love,
The Autocrasher (Phil's Builder Bot, version 2.0)
=========================================================================
diff -u1r previous/CL/ChangeLog broken/CL/ChangeLog
--- previous/CL/ChangeLog 2003-06-24 04:30:01.000000000 -0400
+++ broken/CL/ChangeLog 2003-06-27 04:30:02.000000000 -0400
@@ -1 +1,7 @@
+2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * configure.in: Rename 'target_libs' to 'target_libraries'.
+ Remove useless reference to 'target_libs'.
+ * configure: Regenerate.
+
2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
diff -u1r previous/CL/gcc/ChangeLog broken/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog 2003-06-26 04:30:04.000000000 -0400
+++ broken/CL/gcc/ChangeLog 2003-06-27 04:30:04.000000000 -0400
@@ -1,2 +1,190 @@
-2003-06-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
+2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
+
+ * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
+ OP2 are known to be not equivalent.
+
+2003-06-26 Devang Patel <dpatel@apple.com>
+
+ * final.c (debug_flush_symbol_queue): New function.
+ (debug_queue_symbol): New function.
+ (debug_free_queue): New function.
+ (debug_nesting): New variable.
+ (symbol_queue): New variable.
+ (symbol_queue_index): Same.
+ (symbol_queue_size): Same.
+ * debug.h (debug_flush_symbol_queue): New.
+ (debug_queue_symbol): New.
+ (debug_free_queue): New.
+ (debug_nesting): New.
+ (symbol_queue_index): New.
+ * dbxout.c (DBXOUT_DECR_NESTING): New macro.
+ (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
+ (dbxout_init): Delay symbol output.
+ (dbxout_global_decl): Save, set and reset TREE_USED bit around dbxout_symbol()
+ call.
+ (dbxout_begin_function): Same.
+ (dbxout_finish): Free symbol queue.
+ (dbxout_type): Put appropriate symbols in queue.
+ (dbxout_symbol): Put info for symbol's type in queue. Decrement/Increment
+ nesting counts flush symbol queue appropriately.
+ (dbxout_parms): Increment dbxout nesting.
+ (dbxout_reg_parms): Same.
+ * flags.h (flag_debug_only_used_symbols): New.
+ * toplev.c (flag_debug_only_used_symbols): New variable.
+ (lang_independent_options): Add entries for new option -feliminate-unused-debug-symbols.
+ * common.opt: Add entry for -feliminate-unused-debug-symbols.
+ * opts.c (common_handle_options): Same.
+ * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as -feliminate-unused-debug-symbols.
+ * doc/invoke.texi (Debugging Options): Document -feliminate-unused-debug-symbols.
+
+2003-06-26 Roger Sayle <roger@eyesopen.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
+ obtain the format string instead of using TREE_STRING_POINTER and
+ TREE_STRING_LENGTH. Only optimize sprintf(dst,"%s",src) when the
+ return value is unused or the length of src is a known constant.
+
+2003-06-26 Richard Henderson <rth@redhat.com>
+
+ * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
+
+2003-06-26 Richard Henderson <rth@redhat.com>
+
+ * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
+ (ia64_split_call): Only load descriptor for GP register inputs.
+ (ia64_expand_epilogue): Check current_frame_info.mask not
+ current_function_is_leaf to restore ar.pfs.
+
+2003-06-26 Richard Henderson <rth@redhat.com>
+
+ * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
+ instead of replacing it.
+
+2003-06-26 Richard Henderson <rth@redhat.com>
+
+ * flow.c (propagate_one_insn): Kill function return value
+ registers across tail calls.
+
+ * flow.c (propagate_one_insn): Preserve live-at-end registers
+ across tail calls.
+
+2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
+
+ * reload.c (can_reload_into): New function.
+ (push_reload): Use it.
+
+2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/h8300/h8300.c (compute_a_rotate_length): Fix the
+ references to the amount of a rotation.
+
+2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * config/sh/coff.h: Don't include dbxcoff.h.
+ * config.gcc: List it here.
+
+2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
+
+ * postreload.c (reload_cse_simplify_set): Call cselib_lookup
+ earlier. Don't check if SRC is a constant.
+
+2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
+
+ * Makefile.in (OBJS): Add postreload.o.
+ Remove cselib.h from the dependency list for reload1.o.
+ Add a dependency list for postreload.o.
+ * reload.h: Change the comment for the prototype of
+ reload_cse_regs.
+ * reload1.c: Don't include cselib.h.
+ (reload_cse_regs): Move to postreload.c
+ (reload_cse_regs_1): Likewise.
+ (reload_cse_noop_set_p): Likewise.
+ (reload_cse_simplify_set): Likewise.
+ (reload_cse_simplify_operands): Likewise.
+ (RELOAD_COMBINE_MAX_USES): Likewise.
+ (reload_combine_ruid): Likewise.
+ (LABEL_LIVE): Likewise.
+ (reload_combine): Likewise.
+ (reload_combine_note_use): Likewise.
+ (reload_combine_note_store): Likewise.
+ (reg_set_luid): Likewise.
+ (reg_offset): Likewise.
+ (reg_base_reg): Likewise.
+ (reg_mode): Likewise.
+ (move2add_luid): Likewise.
+ (move2add_last_label_luid): Likewise.
+ (MODES_OK_FOR_MOVE2ADD): Likewise.
+ (reload_cse_move2add): Likewise.
+ (move2add_note_store): Likewise.
+ (reload_cse_simplify): Likewise.
+ * postreload.c: New.
+
+2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/avr/avr.c (final_prescan_insn): Remove support for
+ -mrtl.
+ * config/avr/avr.h (MASK_RTL_DUMP): Remove.
+ (TARGET_RTL_DUMP): Likewise.
+ (TARGET_SWITCHES): Remove -mrtl.
+
+2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/h8300/h8300-protos.h: Change emit_a_rotate to
+ output_a_rotate. Add a prototype for compute_a_rotate_length.
+ * config/h8300/h8300.c (emit_a_rotate): Change to
+ output_a_rotate.
+ (compute_a_rotate_length): New.
+ (h8300_adjust_insn_length): Remove.
+ * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
+ * config/h8300/h8300.md (adjust_length): Remove.
+ (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
+ (*rotlhi3_1): Likewise.
+ (*rotlsi3_1): Likewise.
+
+2003-06-26 Roger Sayle <roger@eyesopen.com>
+ Richard Henderson <rth@redhat.com>
+
+ * builtins.c (expand_builtin_mathfn): Always stabilize the argument
+ list against re-evaluation. If expand_unop fails, call expand_call
+ with the stabilized argument list rather than return NULL_RTX.
+ (expand_builtin_mathfn2): Likewise, always stabilize the argument
+ list, and call expand_call ourselves if expand_binop fails.
+
+2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ PR optimization/11210
+ * fold-const (decode_field_reference): Strip only NOPs that
+ don't affect the sign.
+
+2003-06-26 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
+
+ * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
+ (pop_fpscr, fpu_switch): Likewise.
+
+2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
+
+ * value-prof.c: New.
+ * value-prof.h: New.
+ * Makefile.in (value-prof.o): New.
+ (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
+ (profile.o): Add value-prof.h and tree.h dependency.
+ * flags.h (flag_profile_values): Declare.
+ * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
+ Add new counters.
+ (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
+ GCOV_COUNTER_V_DELTA): New counter sections.
+ (__gcov_merge_single, __gcov_merge_delta): Declare.
+ * flow.c (mark_used_regs): Set subregs_of_mode only when the
+ structure is initialized.
+ * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
+ * profile.c: Include value-prof.h and tree.h.
+ (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
+ gen_const_delta_profiler, instrument_values): New static functions.
+ (get_exec_counts): Fix comment.
+ (branch_prob): Invoke instrument_values.
+ * toplev.c (flag_profile_values): New flag.
+ * doc/invoke.texi (-fprofile-values): Document.
+
+2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
diff -u1r previous/CL/gcc/cp/ChangeLog broken/CL/gcc/cp/ChangeLog
--- previous/CL/gcc/cp/ChangeLog 2003-06-26 04:30:21.000000000 -0400
+++ broken/CL/gcc/cp/ChangeLog 2003-06-26 16:50:21.000000000 -0400
@@ -1 +1,13 @@
+2003-06-26 Nathan Sidwell <nathan@codesourcery.com>
+
+ * call.c (build_op_delete_call): Use strip_array_call. Correct
+ error message to say 'delete' or 'delete[]'.
+
+2003-06-26 Giovanni Bajo <giovannibajo@libero.it>
+
+ PR c++/8266
+ * pt.c (check_explicit_specialization): When looking up a
+ template function from an identifier outside class-scope, bind
+ it to CP_DECL_CONTEXT.
+
2003-06-25 Mark Mitchell <mark@codesourcery.com>
diff -u1r previous/CL/gcc/testsuite/ChangeLog broken/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog 2003-06-26 04:30:26.000000000 -0400
+++ broken/CL/gcc/testsuite/ChangeLog 2003-06-27 04:30:26.000000000 -0400
@@ -1 +1,29 @@
+2003-06-26 Roger Sayle <roger@eyesopen.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
+ sprintf(dst,"%s",src) optimization.
+ * gcc.c-torture/execute/20030626-1.c: New test case.
+ * gcc.c-torture/execute/20030626-2.c: New test case.
+
+2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
+
+ * gcc.c-torture/execute/multi-ix.c: New test.
+
+ * gcc.c-torture/execute/simd-4.c (main):
+ Added missing semicolon at end of union.
+
+2003-06-26 Giovanni Bajo <giovannibajo@libero.it>
+
+ PR c++/8266
+ * g++.dg/template/explicit-instantiation3.C: New test.
+
+2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gcc.dg/20030626-1.c: Use signed char.
+
+2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gcc.dg/20030626-1.c: New test.
+
2003-06-26 Neil Booth <neil@daikokuya.co.uk>
diff -u1r previous/CL/libiberty/ChangeLog broken/CL/libiberty/ChangeLog
--- previous/CL/libiberty/ChangeLog 2003-06-22 16:40:59.000000000 -0400
+++ broken/CL/libiberty/ChangeLog 2003-06-27 04:31:01.000000000 -0400
@@ -1 +1,5 @@
+2003-06-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/demangle-expected: Add more GNU V3 testcases.
+
2003-06-22 Zack Weinberg <zack@codesourcery.com>
diff -u1r previous/CL/libstdc++-v3/ChangeLog broken/CL/libstdc++-v3/ChangeLog
--- previous/CL/libstdc++-v3/ChangeLog 2003-06-25 16:51:00.000000000 -0400
+++ broken/CL/libstdc++-v3/ChangeLog 2003-06-27 04:31:02.000000000 -0400
@@ -1 +1,62 @@
+2003-06-26 Benjamin Kosnik <bkoz@redhat.com>
+
+ * include/bits/ios_base.h (ios_base::_M_getloc): Return reference
+ to the imbued locale.
+ * include/bits/locale_facets.tcc (num_put::_M_convert_int): Use
+ _M_getloc.
+ (num_put::_M_convert_float): Use.
+
+2003-06-26 Benjamin Kosnik <bkoz@redhat.com>
+ Jerry Quinn <jlquinn@optonline.net>
+
+ * config/linker-map.gnu: Add __numpunct_cache.
+ * config/locale/gnu/numeric_members.cc
+ (numpunct::_M_initialize_numpunct): Account for _M_data, fill in
+ all elements for "C" locale.
+ (numpunct::~numpunct): Delete _M_data.
+ * config/locale/generic/numeric_members.cc: Same.
+ * include/bits/basic_ios.tcc
+ (basic_ios::init): Remove __locale_cache bits.
+ (basic_ios::_M_cache_locale): Same.
+ * include/bits/ios_base.h: Same. Tweaks.
+ * include/bits/locale_classes.h: Tweaks. Reorder classes.
+ (__use_cache): Make friends with _Impl, locale.
+ (_Impl::_M_caches): Add.
+ (_Impl::_M_install_cache): Add.
+ * include/bits/locale_facets.h (__numpunct_cache): New.
+ (numpunct): Encapsulate data members in __numpunct_cache member,
+ _M_data. Adjust virtuals.
+ (numpunct::numpunct): New ctor for the same.
+ (__locale_cache_base): Remove.
+ (__locale_cache): Remove.
+ * include/bits/locale_facets.tcc (__use_cache): New function,
+ specializations.
+ (num_put::_M_convert_int, _M_convert_float, do_put): Use it.
+ * src/globals.cc: Add cache_vec, numpunct_cache_c, numpunct_cache_w.
+ * src/ios.cc (ios_base::ios_base): Remove __locale_cache.
+ * src/locale-inst.cc: Same. Add __numpunct_cache.
+ * src/locale.cc: Tweak inlines.
+ (__use_cache): Define specializations.
+ * src/localename.cc: Use global bits.
+ (_Impl::~Impl): Deal with __numpunct_cache destruction.
+ (_Impl::_Impl): Same. Pre-cache standard numpunct facets.
+ (_Impl::_M_init_facet): Take into account __numpunct_cache.
+ * testsuite/27_io/ios_base/cons/assign_neg.cc: Update line numbers.
+ * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
+
+2003-06-26 Nathan C. Myers <ncm-nospam@cantrip.org>
+ Paolo Carlini <pcarlini@unitus.it>
+
+ * testsuite/performance/filebuf_copy.cc: New, testing char
+ by char file copy.
+
+2003-06-26 Paolo Carlini <pcarlini@unitus.it>
+ Nathan C. Myers <ncm-nospam@cantrip.org>
+
+ * include/bits/fstream.tcc (_M_underflow): When the actual
+ end of file is reached, set 'uncommitted' mode to allow a
+ next write without an intervening seek (see C++98 27.8.1.1,2
+ and C89 7.9.5.3).
+ * testsuite/27_io/basic_filebuf/underflow/char/2.cc: New.
+
2003-06-25 Nathan C. Myers <ncm-nospam@cantrip.org>
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/graph.c -o graph.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include gtype-desc.c -o gtype-desc.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/haifa-sched.c -o haifa-sched.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/hooks.c -o hooks.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/ifcvt.c -o ifcvt.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/varray.c -o varray.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/genextract.c -o genextract.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/integrate.c -o integrate.o
gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include \
-DLOCALEDIR=\"/mnt/build/install-2003-06-27-trunk/share/locale\" \
-c /home/pme/src/trunk/gcc/intl.c -o intl.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/jump.c -o jump.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/langhooks.c -o langhooks.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/lcm.c -o lcm.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/lists.c -o lists.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/local-alloc.c -o local-alloc.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/loop.c -o loop.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/mbchar.c -o mbchar.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/optabs.c -o optabs.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -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/config -I/home/pme/src/trunk/gcc/../include /home/pme/src/trunk/gcc/opts.c -o opts.o
/home/pme/src/trunk/gcc/opts.c: In function `common_handle_option':
/home/pme/src/trunk/gcc/opts.c:741: error: `flag_debug_only_used_symbols' undeclared (first use in this function)
/home/pme/src/trunk/gcc/opts.c:741: error: (Each undeclared identifier is reported only once
/home/pme/src/trunk/gcc/opts.c:741: error: for each function it appears in.)
make[2]: *** [opts.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/mnt/build/build-2003-06-27-trunk/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mnt/build/build-2003-06-27-trunk/gcc'
make: *** [bootstrap] Error 2