GCC build failed for 3 targets with your patch on 2002-05-09T14:53:14Z.
GCC regression checker
regress@redhat.com
Thu May 9 07:59:00 GMT 2002
With your recent patch, GCC does not compile on:
powerpc-eabisim mips-elf native
Attached is build output for those targets.
The build failures are new.
For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-05-09T12:05:21Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog Thu May 9 05:05:38 2002
+++ gcc/gcc/ChangeLog Thu May 9 07:53:32 2002
@@ -1,3 +1,59 @@
+Thu May 9 07:46:18 2002 Jan Hubicka <jh@suse.cz>
+ Jeffrey A Law (law@redhat.com)
+
+ * i386.c (ia32_use_dfa_pipeline_interface): New function. Use
+ the DFA interface for Pentium processors.
+ (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): DEFINE.
+ (attr_pent_pair, ix86_pent_find_pair): Remove.
+ (ix86_sched_reorder_pentium): Remove.
+ (ix86_sched_reorder): Remove reordering for Pentium.
+ * i386.md (Pentium scheduling): Rewrite using DFA description.
+
+Thu May 9 14:55:39 CEST 2002 Jan Hubicka <jh@suse.cz>
+
+ * cfganal.c (can_fallthru): Fix fast path.
+ * cfgrtl.c (verify_flow_info): Avoid crash on conditionals
+ with edges to the next block.
+
+Thu May 9 14:52:45 CEST 2002 Jan Hubicka <jh@suse.cz>
+ Pavel Nejedly <bim@atrey.karlin.mff.cuni.cz>
+
+ * final.c (end_final): Use C trees to output data structures for profiling.
+
+ * Makefile.in (LIBGCC_DEPS): Added missing dependency on gcov-io.h
+ (profile.o): New dependency profile.h
+ (final.o): New dependency profile.h
+ * profile.h: New file. New global structure profile_info.
+ * final.h (count_edges_instrumented_now): Declare.
+ (current_function_cfg_checksum): Declare.
+ (function_list): New structure.
+ (functions_head, functions_tail): New static variables.
+ (end_final): Emits more data, removed some -ax stuff.
+ (final): Stores function names and chcksums.
+ * gcov-io.h (__write_gcov_string): New function.
+ (__read_gcov_string): New function.
+ * gcov.c (read_profile): New function.
+ (create_program_flow_graph): Uses read_profile instead of reading
+ da_file.
+ (read_files): Removed da_file checking, it's done by read_profile now.
+ * libgcc2.c (bb_function_info): New structure.
+ (bb): New field in structure, removed some -ax stuff.
+ (__bb_exit_func): Changed structure of da_file.
+ * profile.c (count_edges_instrumented_now): New global variable.
+ (current_function_cfg_checksum): New global variable.
+ (max_counter_in_program): New global variable.
+ (get_exec_counts): New function.
+ (compute_checksum): New function.
+ (instrument_edges): Sets count_edges_instrumented_now.
+ (compute_branch_probabilities): Uses get_exec_counts instead of
+ reading da_file.
+ (branch_prob): Calls compute_checksum and writes extra data to bbg_file.
+ (init_branch_prob): Removed da_file checking, done in get_exec_counts
+ now.
+ (end_branch_prob): Removed da_file checking, done in get_exec_counts
+ now.
+ * gcov.texi: Updated information about gcov file format.
+
2002-05-09 Kazu Hirata <kazu@cs.umass.edu>
* sbitmap.c: Fix formatting.
--- /maat/heart/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Wed May 8 15:21:46 2002
+++ gcc/gcc/testsuite/ChangeLog Thu May 9 07:53:46 2002
@@ -487,6 +487,10 @@
* g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
+Thu Mar 28 16:38:09 2002 Jeffrey A Law (law@redhat.com)
+
+ * gcc.c-torture/execute/20020328-1.c: New test.
+
2002-03-27 Richard Henderson <rth@redhat.com>
* g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
ChangeLog entries between 2002-05-09T12:05:21Z and the last time everything
passed, on 2002-05-07T22:17:40Z:
--- /maat/heart/tbox/changelog_pass/gcc/ChangeLog Mon May 6 16:17:38 2002
+++ gcc/ChangeLog Wed May 8 15:21:02 2002
@@ -1,3 +1,12 @@
+2002-05-08 Mark Mitchell <mark@codesourcery.com>
+
+ * config.guess: Import 2002-03-20 version.
+ * config.sub: Import 2002-04-26 version.
+
+2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
+
2002-05-06 Loren J. Rittle <ljrittle@acm.org>
* ltmain.sh: Detect and handle object name conflicts
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog Tue May 7 15:17:56 2002
+++ gcc/gcc/ChangeLog Thu May 9 05:05:38 2002
@@ -1,3 +1,202 @@
+2002-05-09 Kazu Hirata <kazu@cs.umass.edu>
+
+ * sbitmap.c: Fix formatting.
+ * scan.c: Likewise.
+ * scan-decls.c: Likewise.
+ * sched-deps.c: Likewise.
+ * sched-ebb.c: Likewise.
+ * sched-rgn.c: Likewise.
+ * sched-vis.c: Likewise.
+ * sdbout.c: Likewise.
+ * sibcall.c: Likewise.
+ * simplify-rtx.c: Likewise.
+ * ssa.c: Likewise.
+ * ssa-ccp.c: Likewise.
+ * ssa-dce.c: Likewise.
+ * stmt.c: Likewise.
+ * stor-layout.c: Likewise.
+ * stringpool.c: Likewise.
+
+2002-05-09 David S. Miller <davem@redhat.com>
+
+ * config/sparc/sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.
+
+2002-05-07 David S. Miller <davem@redhat.com>
+
+ * config/sparc/sparc.h (TARGET_BUGGY_QP_LIB): Define to zero.
+ * config/sparc/sol2.h (TARGET_BUGGY_QP_LIB): Override to one.
+ * config/sparc/sparc.c (emit_soft_tfmode_libcall): If the Qp
+ library implementation clobbers the output before the inputs
+ are fully consumed, use stack temporary for the output.
+
+2002-05-09 Jason Thorpe <thorpej@wasabisystems.com>
+
+ * config/netbsd.h (CPP_SPEC): Remove.
+ * config/i386/netbsd-elf.h (CPP_SPEC): Define.
+ * config/i386/netbsd.h (CPP_SPEC): Define.
+ * config/ns32k/netbsd.h (CPP_SPEC): Define.
+ * config/sparc/netbsd-elf.h (CPP_SPEC): Remove.
+ * config/sparc/netbsd.h (CPP_SPEC): Define.
+ * config/vax/netbsd.h (CPP_SPEC): Define.
+
+2002-05-08 Kazu Hirata <kazu@cs.umass.edu>
+
+ * read-rtl.c: Fix formatting.
+ * real.c: Likewise.
+ * recog.c: Likewise.
+ * regclass.c: Likewise.
+ * regmove.c: Likewise.
+ * reg-stack.c: Likewise.
+ * reload1.c: Likewise.
+ * reload.c: Likewise.
+ * resource.c: Likewise.
+ * rtlanal.c: Likewise.
+ * rtl.c: Likewise.
+ * rtl-error.c: Likewise.
+
+2002-05-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
+ * pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.
+
+2002-05-08 Bernd Schmidt <bernds@redhat.com>
+
+ * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
+ use __SSE2__ macro instead.
+ * config/i386/xmmintrin.h: Likewise.
+
+2002-05-08 Janis Johnson <janis187@us.ibm.com>
+
+ * rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name,
+ and use it in all invocations of these macros. Clean up comments.
+ * rtl.c (rtl_check_failed_flag): Add an argument for the name
+ of the flag access macro whose check failed.
+ * doc/rtl.texi (Flags): Document additional flag uses.
+
+2002-05-08 Robert Spier <rspier@pobox.com>
+ Neil Booth <neil@daikokuya.demon.co.uk>
+
+ PR preprocessor/6521
+ * cppfiles.c (handle_missing_header): Don't do anything
+ different for <> includes.
+doc:
+ * cppopts.texi: Update documentation for -MG.
+
+2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * cpplex.c (cpp_interpret_charconst): Truncate as well as
+ sign-extend.
+doc:
+ * cpp.texi: Clarify multichar charconst valuation.
+
+2002-05-08 Mark Mitchell <mark@codesourcery.com>
+
+ * doc/invoke.texi: Document -mwindiss option.
+
+2002-05-08 Jason Merrill <jason@redhat.com>
+
+ * dwarf2out.c (output_call_frame_info): Don't emit a CIE with no FDEs.
+
+ * dwarf2out.c (gen_type_die): Abort on broken recursion.
+
+ PR c++/6381
+ * dwarf2out.c (rtl_for_decl_location): Only expand INTEGER_CST and
+ REAL_CST.
+
+2002-05-08 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * config/arm/t-arm-elf (MULTILIB): Do not allow big-endian/
+ little-endian multilibs to override arm/thumb multilibs.
+ Do not build hardware floating point multilibs, nor apcs-26
+ multilibs for the Thumb.
+
+2002-05-08 Mark Mitchell <mark@codesourcery.com>
+
+ PR c/6569.
+ * varasm.c (mark_weak): New function.
+ (merge_weak): Use it. Do not call declare_weak.
+ (declare_weak): Use merge_weak.
+
+Wed May 8 13:12:11 CEST 2002 Jan Hubicka <jh@suse.cz>
+
+ * cse.c (dead_libcall_p): Update counts.
+ (delete_trivially_dead_insns): Update call of dead_libcall_p.
+
+Wed May 8 11:08:50 CEST 2002 Jan Hubicka <jh@suse.cz>
+
+ * cfglayout.c (function_tail_eff_head): Rename to ...
+ (function_footer): ... this one.
+ (unlink_insn_chain): New functions.
+ (label_for_bb): Only call block_label and emit debug message.
+ (record_effective_endpoints): Actually unlink the headers and footers.
+ (fixup_reorder_cahin): Re-insert the unlinked sequences.
+ (cfg_layout_duplicate_bb): Use duplicate_insn_chain.
+ * cfglayout.h (struct reorder_block_def): New fields footer/header;
+ remove eff_head/eff_end.
+ * rtl.h (set_first_insn): Declare.
+ * emit-rtl.c (set_first_insn): New function.
+
+ * cfglayout.c (fixup_reorder_chain): Dump duplicated
+ (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
+ cfg_layout_duplicate_bb): New global function.
+ (duplicate_insn_chain): New static function.
+ * cfglayout.h (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
+ cfg_layout_duplicate_bb): Declare.
+ (struct reorder_block_def): Add "original" field.
+ * emit-rtl.c (emit_copy_of_insn_after): New function.
+ * rtl.h (emit_copy_of_insn_after): Declare.
+
+ * cfglayout.c (fixup_fallthru_exit_predecessor): Kill.
+ (fixup_reorder_chain): properly handle edges to exit block.
+
+Wed May 8 11:10:31 CEST 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
+ Jan Hubicka <jh@suse.cz>
+
+ * basic-block.h (note_prediction_to_br_prob): declare.
+ * c-semantics.c: Inlucde predit.h
+ (expand_stmt): predict GOTO_STMT as not taken.
+ * cfgcleanup.c: (delete_unreachable_blocks): Make global.
+ (cleanup_cfg): Do not free tail_recursion_list.
+ * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
+ (flow_delete_block): Kill predictions past end of basic block.
+ * output.h (delete_unreachable_blocks): Declare.
+ * predict.c (predicted_by_p, process_note_predictions,
+ process_note_prediction, last_block_p): New function.
+ (estimate_probability): Bypass loop on PRED_CONTINUE;
+ do not handle noreturn heuristics; kill PRED_RETURN; add
+ PRED_EARLY_RETURN.
+ * predict.def (PRED_CONTINUE, PRED_EARLY_RETURN, PRED_GOTO,
+ PRED_CONST_RETURN, PRED_NEGATIVE_RETURN, PRED_NULL_RETURN): New.
+ * predict.h (IS_TAKEN): New constant.
+ * print-rtl.c (print_rtx): Pretty print NOTE_INSN_PREDICTION.
+ * rtl.c (NOTE_INSN_PREDICTION): New.
+ * rtl.h (NOTE_PREDICTION, NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS):
+ New macro.
+ (insn_note): add NOTE_INSN_PREDICTION.
+ * sibcall.c (optimize_sibling_and_tail_recursive_call): Do not build
+ CFG; free tail_recursion_label_list.
+ * stmt.c: Include predict.h;
+ (return_prediction): New.
+ (expand_value_return): Use it.
+ * toplev.c: Lower NOTE_INSN_PREDICTION before sibcall.
+
+2002-05-08 Richard Sandiford <rsandifo@redhat.com>
+
+ * config/mips/mips.md: Name the unspecs with define_constant.
+ (*HILO_delay): Rename to 'hilo_delay' (no star).
+ (reload_indi): Replace gen_rtx_UNSPEC with gen_hilo_delay.
+ (reload_outdi, reload_outsi): Likewise.
+
+2002-05-07 Kazu Hirata <kazu@cs.umass.edu>
+
+ * toplev.c: Fix formatting.
+
+2002-05-07 Janis Johnson <janis187@us.ibm.com>
+
+ * config.in (ENABLE_RTL_FLAG_CHECKING): New.
+ * configure.in (ac_rtlflag_checking): New.
+ * doc/install.texi (--enable-checking): Document RTL flag checking.
+
2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
* c-common.c (c_common_init): Set options->unsigned_wchar.
@@ -58,6 +257,12 @@
2002-05-07 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
+
+2002-05-06 David S. Miller <davem@redhat.com>
+
+ * config/sparc/sparc.md (shift insns): Do not mask off
+ second operand, 'I' constraint and SHIFT_COUNT_TRUNCATED
+ take care of it.
2002-05-06 Richard Henderson <rth@redhat.com>
--- /maat/heart/tbox/changelog_pass/gcc/gcc/f/ChangeLog Tue May 7 11:16:43 2002
+++ gcc/gcc/f/ChangeLog Thu May 9 02:15:55 2002
@@ -1,3 +1,8 @@
+2002-05-09 Hassan Aurag <aurag@cae.com>
+
+ * expr.c (ffeexpr_reduced_ugly2log_): Allow logicals-as-integers
+ under -fugly-logint as arguments of .and., .or., .xor.
+
2002-05-07 Jan Hubicka <jh@suse.cz>
* target.h (FFETARGET_32bit_longs): Undefine for x86-64.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/java/ChangeLog Tue May 7 15:18:22 2002
+++ gcc/gcc/java/ChangeLog Wed May 8 12:30:31 2002
@@ -1,3 +1,19 @@
+2002-05-08 Mark Mitchell <mark@codesourcery.com>
+
+ * java/jcf-write.c (write_classfile): Write the file to a
+ temporary file and then rename it.
+
+2002-05-07 Tom Tromey <tromey@redhat.com>
+
+ * gjavah.c (throwable_p): Use xstrdup, not strdup.
+
+ Fix for PR java/1200:
+ * gjavah.c (throwable_p): New function.
+ (decode_signature_piece): Use it. A `WeakReference' isn't the
+ same as a `jweak'.
+ Include hashtab.h.
+ (gcjh_streq): New function.
+
2002-05-07 Andreas Jaeger <aj@suse.de>
* parse.y (finish_for_loop): Fix if statement.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog Mon May 6 16:18:22 2002
+++ gcc/gcc/testsuite/ChangeLog Wed May 8 15:21:46 2002
@@ -1,3 +1,19 @@
+2002-05-08 Tom Rix <trix@redhat.com>
+
+ * gcc.c-torture/execute/20020508-1.c: New test.
+ * gcc.c-torture/execute/20020508-2.c: New test.
+ * gcc.c-torture/execute/20020508-3.c: New test.
+
+2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * gcc.dg/cpp/charconst-4.c: More tests.
+
+2002-05-08 Mark Mitchell <mark@codesourcery.com>
+
+ PR c/6569
+ * gcc.dg/weak-3.c: Update location of warning messages.
+ * gcc.dg/weak-5.c: Likewise.
+
2002-05-06 Roger Sayle <roger@eyesopen.com>
* gcc.c-torture/execute/20020506-1.c: New test case.
--- /maat/heart/tbox/changelog_pass/gcc/libiberty/ChangeLog Tue May 7 15:18:49 2002
+++ gcc/libiberty/ChangeLog Tue May 7 21:46:37 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-07 Mark Mitchell <mark@codesourcery.com>
* configure.in (AC_TYPE_PID_T): Use it.
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog Tue May 7 15:19:19 2002
+++ gcc/libstdc++-v3/ChangeLog Tue May 7 21:46:51 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-07 Mark Mitchell <mark@codesourcery.com>
* configure.in: Add support for WindISS.
--- /maat/heart/tbox/changelog_pass/gcc/boehm-gc/ChangeLog Mon Apr 22 21:25:27 2002
+++ gcc/boehm-gc/ChangeLog Tue May 7 21:46:21 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-04-22 Jeff Sturm <jsturm@one-point.com>
* Makefile.am (toolexeclib_LTLIBRARIES): Remove.
--- /maat/heart/tbox/changelog_pass/gcc/libffi/ChangeLog Sun May 5 00:56:12 2002
+++ gcc/libffi/ChangeLog Tue May 7 21:46:35 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
* configure.in (sparc64-*-netbsd*): Add target.
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog Tue May 7 15:18:52 2002
+++ gcc/libjava/ChangeLog Wed May 8 12:30:42 2002
@@ -1,3 +1,22 @@
+2002-05-08 Mark Mitchell <mark@codesourcery.com>
+
+ * libjava/Makefile.am (all_java_source_files): New variable.
+ (all_java_class_files): Likewise.
+ .java.class: New rule.
+ (CLEANFILES): Remove tmp-list.
+ * libjava/Makefile.in: Regenerated.
+
+2002-05-09 David.Billinghurst <David.Billinghurst@riotinto.com>
+
+ * testsuite/lib/libjava.exp (test_libjava_from_javac):
+ Append .exe to executable names. Fix for cygwin.
+
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-07 Tom Tromey <tromey@redhat.com>
* java/lang/natString.cc (unintern): Fixed typo.
--- /maat/heart/tbox/changelog_pass/gcc/zlib/ChangeLog Mon Mar 11 15:26:19 2002
+++ gcc/zlib/ChangeLog Tue May 7 21:46:59 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
* configure.in (AC_EXEEXT): Work around in case it expands to
@@ -231,7 +237,7 @@
- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
- added makelcc.bat for lcc-win32 (Tom St Denis)
- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
-- Avoid expanded $Id: ChangeLog,v 1.4 2002/03/11 22:11:16 tromey Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
+- Avoid expanded $Id: ChangeLog,v 1.5 2002/05/08 04:38:00 aoliva Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
- check for unistd.h in configure (for off_t)
- remove useless check parameter in inflate_blocks_free
- avoid useless assignment of s->check to itself in inflate_blocks_new
--- /maat/heart/tbox/changelog_pass/gcc/libf2c/ChangeLog Fri May 3 16:25:34 2002
+++ gcc/libf2c/ChangeLog Tue May 7 21:46:34 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-02 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in: Fix for multilibbed natives.
-------------- next part --------------
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c -o dwarf2asm.o
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c: In function `dw2_assemble_integer':
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c:56: warning: ISO C89 does not support the `ll' length modifier
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c: In function `dw2_asm_output_data_uleb128':
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c:514: warning: ISO C89 does not support the `ll' length modifier
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c: In function `dw2_asm_output_data_sleb128':
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c:576: warning: ISO C89 does not support the `ll' length modifier
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2out.c -o dwarf2out.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dwarfout.c -o dwarfout.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/emit-rtl.c -o emit-rtl.o
/maat/heart/tbox/cvs-gcc/gcc/gcc/emit-rtl.c: In function `gen_rtx_REG':
/maat/heart/tbox/cvs-gcc/gcc/gcc/emit-rtl.c:424: warning: comparison between signed and unsigned
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/except.c -o except.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/explow.c -o explow.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/expmed.c -o expmed.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/expr.c -o expr.o
make[1]: *** No rule to make target `profile.h', needed by `final.o'. Stop.
make[1]: Leaving directory `/maat/heart/tbox/powerpc-eabisim/build/gcc'
make: *** [all-gcc] Error 2
+ exit 1
-------------- next part --------------
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/doloop.c -o doloop.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dominance.c -o dominance.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c -o dwarf2asm.o
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c: In function `dw2_assemble_integer':
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c:56: warning: ISO C89 does not support the `ll' length modifier
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c: In function `dw2_asm_output_data_uleb128':
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c:514: warning: ISO C89 does not support the `ll' length modifier
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c: In function `dw2_asm_output_data_sleb128':
/maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c:576: warning: ISO C89 does not support the `ll' length modifier
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2out.c -o dwarf2out.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dwarfout.c -o dwarfout.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/emit-rtl.c -o emit-rtl.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/except.c -o except.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/explow.c -o explow.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/expmed.c -o expmed.o
gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/expr.c -o expr.o
make[1]: *** No rule to make target `profile.h', needed by `final.o'. Stop.
make[1]: Leaving directory `/anubis/mummy/tbox/mips-elf/build/gcc'
make: *** [all-gcc] Error 2
+ exit 1
-------------- next part --------------
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/diagnostic.c -o diagnostic.o
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/doloop.c -o doloop.o
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dominance.c -o dominance.o
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2asm.c -o dwarf2asm.o
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dwarf2out.c -o dwarf2out.o
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/dwarfout.c -o dwarfout.o
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/emit-rtl.c -o emit-rtl.o
/maat/heart/tbox/cvs-gcc/gcc/gcc/emit-rtl.c: In function `gen_rtx_REG':
/maat/heart/tbox/cvs-gcc/gcc/gcc/emit-rtl.c:424: warning: comparison between signed and unsigned
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/except.c -o except.o
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/explow.c -o explow.o
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/expmed.c -o expmed.o
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include /maat/heart/tbox/cvs-gcc/gcc/gcc/expr.c -o expr.o
make[2]: *** No rule to make target `profile.h', needed by `final.o'. Stop.
make[2]: Leaving directory `/maat/heart/tbox/native/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/maat/heart/tbox/native/build/gcc'
make: *** [bootstrap] Error 2
+ '[' -s gcc/.bad_compare ']'
+ exit 1
-------------- next part --------------
--
Geoffrey Keating <regress@maat.cygnus.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list