GCC build failed for mips-elf with your patch on 2002-05-10T03:04:08Z.
GCC regression checker
regress@redhat.com
Thu May 9 22:50:00 GMT 2002
With your recent patch, GCC does not compile on:
mips-elf
Attached is build output for those targets.
The last time the regression tests were run, GCC did not compile either,
so the problem might not be caused by your patch.
There were also 0 new regression test failures, and 1
failures that existed before and after that patch; 0 failures
have been fixed.
The old failures, which were not fixed or introduced by your patch, are:
native g++.sum g++.dg/bprob/bprob-1.C
For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-05-10T00:18:25Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog Thu May 9 17:18:42 2002
+++ gcc/gcc/ChangeLog Thu May 9 20:04:26 2002
@@ -1,3 +1,7 @@
+2002-05-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * rtl.h (ENABLE_RTL_FLAG_CHECKING): Also check for gcc >= 2.7.
+
2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
* Makefile.in: Update.
--- /maat/heart/tbox/changelog_mail/gcc/libjava/ChangeLog Thu May 9 17:19:00 2002
+++ gcc/libjava/ChangeLog Thu May 9 20:04:33 2002
@@ -1,5 +1,7 @@
2002-05-09 Tom Tromey <tromey@redhat.com>
+ * jni.cc (_Jv_JNIFunctions): Fixed typo.
+
* java/util/ResourceBundle.java: New version from Classpath.
* java/util/Locale.java: Likewise.
ChangeLog entries between 2002-05-10T00:18:25Z 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 Thu May 9 14:31:42 2002
@@ -1,3 +1,16 @@
+2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
+
+ * Makefile.in: Honour DESTDIR.
+
+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 17:18:42 2002
@@ -1,3 +1,352 @@
+2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * Makefile.in: Update.
+ * c-common.c (flag_iso, flag_undef, cb_register_builtins,
+ builtin_define_std): New.
+ (c_common_init): Register CPP builtins callback.
+ * c-common.h (flag_iso, flag_undef): New.
+ * c-decl.c (c_decode_option): Set flag_iso and flag_undef.
+ * c-lex.c: Don't include target.h.
+ (cb_register_builtins): Move to c-common.c.
+ (init_c_lex): Don't register hook here.
+ * c-lex.h (builtin_define, builtin_assert, builtin_define_std): New.
+ (cpp_define, cpp_assert): Remove.
+ * gcc.c (cc1_options): Pass -undef to front end.
+ * target-def.h (TARGET_REGISTER_CPP_BUILTINS): Remove.
+ (TARGET_INITIALIZER): Update.
+ * target.h (struct cpp_reader): Don't predeclare.
+ (struct gcc_target): Remove cpp builtin hook.
+ * tree.c (default_register_cpp_builtins): Remove.
+doc:
+ * tm.texi: Update.
+
+2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * cppexp.c (_cpp_expand_op_stack): Set op_limit.
+
+2002-05-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Define.
+ (SHLIB_LINK, SHLIB_INSTALL): Adjust.
+
+2002-05-09 Jakub Jelinek <jakub@redhat.com>
+
+ * config/sparc/t-linux64 (SHLIB_MAPFILES): Set.
+ * config/sparc/libgcc-sparc-glibc.ver: New file.
+ * config/cris/t-linux (SHLIB_MAPFILES): Remove.
+ * mklibgcc.in: Preprocess SHLIB_MAPFILES with ml flags.
+
+2002-05-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/6429
+ * Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
+ * mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s
+ shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for
+ base multilibs.
+ * config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above.
+ * config/t-slibgcc-sld (SHLIB_LINK): Likewise.
+ * config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
+ * config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define.
+
+2002-05-09 Richard Henderson <rth@redhat.com>
+
+ * config/ia64/ia64.md: Use define_constants for unspec numbers.
+ * config/ia64/ia64.c: Likewise.
+
+2002-05-09 Richard Sandiford <rsandifo@redhat.com>
+
+ * config/mips/mips.c (mips_add_large_offset_to_sp): Remove FILE arg.
+ (save_restore_insns): Likewise.
+ (mips_expand_prologue, mips_expand_epilogue): Update callers.
+ (highpart_shift_operator): Attach ATTRIBUTE_UNUSED to mode argument.
+
+Thu May 9 11:50:09 2002 Jeffrey A Law (law@cygnus.com)
+
+ * athlon.md, k6.md, pentium.md, ppro.md): New files.
+ * i386.md: Move scheduling information into new files.
+
+ * i386.md (type attribute): Add "rotate" for rotate insns.
+ (rotate insns): Set type to "rotate".
+ (various attributes and function units): Treat rotate like shift.
+ (pent_pair attribute): Only rotates by one bit position are
+ pairable.
+ (sbb insns): Explicitly set pent_pair attribute on a couple
+ that were missing it.
+
+Thu May 9 18:29:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
+
+ * sh.c (sh_builtin_saveregs): If starting with an odd fp register,
+ make sure that buffer starts on odd word address.
+ (sh_va_arg): Skip odd fp registers when reading a double precision
+ value.
+
+2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * tree.h (preserve_data, object_permanent_p, type_precision):
+ Remove.
+
+2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.
+ * cppmacro.c (paste_all_tokens): Bad pastes are a hard error.
+doc:
+ * cpp.texi: Update for removal of obsolete features.
+
+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.
+ * 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 +407,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/cp/ChangeLog Mon May 6 16:18:16 2002
+++ gcc/gcc/cp/ChangeLog Thu May 9 17:18:55 2002
@@ -1,3 +1,17 @@
+2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * cp-tree.h (flag_ansi): Remove.
+ * decl2.c (flag_ansi): Remove.
+ (cxx_decode_option): Set flag_iso and flag_undef.
+
+2002-05-09 Jason Merrill <jason@redhat.com>
+
+ * typeck.c (get_member_function_from_ptrfunc): Reorganize.
+ Use subtraction rather than a bitmask to get the index.
+ * cvt.c (cp_convert_to_pointer): Bail on an error_mark_node.
+
+ * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.
+
2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
* Make-lang.in (decl2.o): Update.
@@ -21,6 +35,7 @@
2002-04-30 Jason Merrill <jason@redhat.com>
+ PR debug/6436
* decl.c (grokdeclarator): Don't override TYPE_NAME of an
anonymous class with a typedef if there are attributes.
--- /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 Thu May 9 14:32:04 2002
@@ -1,3 +1,32 @@
+2002-05-09 Jakub Jelinek <jakub@redhat.com>
+
+ * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
+ libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
+ * lib/g++.exp (g++_link_flags): Likewise.
+ * lib/objc.exp (objc_target_compile): Likewise.
+
+2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * gcc.dg/cpp/poison.c: Update.
+ * gcc.dg/cpp/20000625-2.c: Remove.
+ * gcc.dg/cpp/direct2s.c: Remove final test.
+
+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.
@@ -470,6 +499,10 @@
* gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
* 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>
--- /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 Thu May 9 14:32:22 2002
@@ -1,3 +1,15 @@
+2002-05-09 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Append all
+ multilib dirs containing libgcc_s*.so.1 below gcc object dir to
+ LD_LIBRARY_PATH.
+
+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 Thu May 9 17:19:00 2002
@@ -1,3 +1,33 @@
+2002-05-09 Tom Tromey <tromey@redhat.com>
+
+ * java/util/ResourceBundle.java: New version from Classpath.
+ * java/util/Locale.java: Likewise.
+
+2002-05-09 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/lib/libjava.exp (libjava_arguments): Append all
+ multilib dirs containing libgcc_s*.so.1 below gcc object dir to
+ LD_LIBRARY_PATH.
+
+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 --------------
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -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 -DL_m16stubdf6 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf6.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -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 -DL_m16stubdf9 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf9.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -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 -DL_m16stubdf10 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf10.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -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 -DL_muldi3 -c /maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -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 -DL_negdi2 -c /maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_negdi2.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -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 -DL_lshrdi3 -c /maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_lshrdi3.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -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 -DL_ashldi3 -c /maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_ashldi3.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -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 -DL_ashrdi3 -c /maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_ashrdi3.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -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 -DL_ffsdi2 -c /maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_ffsdi2.o
/maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c: In function `__ffsdi2':
/maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c:349: RTL flag check: INSN_FROM_TARGET_P used with unexpected rtx code `note' in mark_target_live_regs, at resource.c:1014
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./_ffsdi2.o] Error 1
make[2]: Leaving directory `/anubis/mummy/tbox/mips-elf/build/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/anubis/mummy/tbox/mips-elf/build/gcc'
make: *** [all-gcc] Error 2
+ 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