6 GCC regressions, 0 new, with your patch on 2002-01-30T00:48:32Z.
GCC regression checker
regress@maat.cygnus.com
Tue Jan 29 19:22:00 GMT 2002
With your recent patch, GCC has some regression test failures, which
used to pass. There are 0 new failures, and 6
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:
powerpc-eabisim gdb.sum gdb.base/bitfields.exp:
powerpc-eabisim gdb.sum gdb.base/setvar.exp:
native gdb.sum gdb.base/bitfields.exp:
native gdb.sum gdb.base/call-ar-st.exp:
native gdb.sum gdb.base/call-rt-st.exp:
native gdb.sum gdb.base/setvar.exp:
For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-01-29T22:15:03Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog Tue Jan 29 14:15:30 2002
+++ gcc/gcc/ChangeLog Tue Jan 29 16:48:51 2002
@@ -1,3 +1,41 @@
+2002-01-28 Jason Merrill <jason@redhat.com>
+
+ * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes.
+ (output_cfi): Likewise. Disable DW_CFA_GNU_negative_offset_extended.
+ (reg_save): Use DW_CFA_offset_extended_sf instead.
+
+ * dwarf2out.c (dwarf2out_finish): Don't abort if there were errors.
+
+2002-01-29 Jakub Jelinek <jakub@redhat.com>
+
+ * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result
+ in cselib_lookup.
+
+2002-01-29 Aldy Hernandez <aldyh@redhat.com>
+
+ * rs6000.md ("*call_value_local32"): Remove constraints.
+ ("*call_value_local64"): Same.
+ ("*call_value_indirect_nonlocal_aix32"): Same.
+ ("*call_value_nonlocal_aix32"): Same.
+ ("*call_value_indirect_nonlocal_aix64"): Same.
+ ("*call_value_nonlocal_aix64"): Same.
+ ("*call_value_nonlocal_sysv"): Same.
+
+2002-01-29 Richard Henderson <rth@redhat.com>
+
+ * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
+
+2002-01-29 Richard Henderson <rth@redhat.com>
+
+ * expr.c (force_operand): Ignore flag_pic for detecting pic
+ address loads.
+ * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic
+ for determining if PIC_OFFSET_TABLE_REGNUM is call-clobbered.
+ * resource.c (mark_target_live_regs): Use regs_invalidated_by_call
+ instead of open-coded loop.
+ * doc/tm.texi (PIC_OFFSET_TABLE_REGNUM): Clarify that it must
+ be fixed when in use.
+
2002-01-29 Richard Henderson <rth@redhat.com>
* sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
@@ -120,8 +158,7 @@
2002-01-28 Jason Merrill <jason@redhat.com>
- * dwarf2.h (enum dwarf_call_frame_info): Add other DWARF 3 codes.
- Sync with src version.
+ * dwarf2.h: Sync with src version.
2002-01-28 Paul Koning <pkoning@equallogic.com>
--- /maat/heart/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Tue Jan 29 11:25:37 2002
+++ gcc/gcc/testsuite/ChangeLog Tue Jan 29 16:49:55 2002
@@ -1,3 +1,7 @@
+2002-01-29 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.c-torture/execute/20020129-1.c: New test.
+
2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.c-torture/compile/20000224-1.c: Update.
ChangeLog entries between 2002-01-29T22:15:03Z and the last time everything
passed, on 2002-01-29T16:48:36Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog Tue Jan 29 05:30:33 2002
+++ gcc/gcc/ChangeLog Tue Jan 29 14:15:30 2002
@@ -1,3 +1,67 @@
+2002-01-29 Richard Henderson <rth@redhat.com>
+
+ * sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
+ * sched-rgn.c (propagate_deps): Update them.
+ * sched-deps.c (sched_analyze_insn): Update them. Flush the
+ clobbers list when either gets too long.
+
+2002-01-29 Jakub Jelinek <jakub@redhat.com>
+
+ * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
+ and INDEX_REGS the same as GENERAL_REGS.
+ (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
+
+2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * tree.c (build_nonstandard_integer_type): Correct prototype.
+
+2002-01-29 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/s390/s390.md (movstrsico, movstrdix_64,
+ movstrsix_31): Remove, replace by ...
+ (movstrdi_short, movstrsi_short, movstrdi_long,
+ movstrsi_long): ... these. New.
+ (movstrdi, movstrsi): Adapt.
+
+ (rotldi3, rotlsi3, ashldi3, *ashldi3_31, *ashldi3_64,
+ ashlsi3, lshrdi3, *lshrdi3_31, *lshrdi3_64, lshrsi3):
+ Remove unnecessary CC clobber.
+ (*ashrdi3_cc_31, *ashrdi3_cconly_31, *ashrdi3_cc_64,
+ *ashrdi3_cconly_64, *ashrsi3_cc, *ashrsi3_cconly): New.
+
+ (divmoddi4): Don't partially initialize TImode register.
+
+2002-01-29 Geoffrey Keating <geoffk@redhat.com>
+
+ * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
+
+2002-01-29 Richard Henderson <rth@redhat.com>
+
+ * flow.c (print_rtl_and_abort): Remove.
+ (print_rtl_and_abort_fcn): Remove.
+ (verify_local_live_at_start): Use dump_bb instead.
+ (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
+ (verify_wide_reg_1): Return 2 on mode test failure.
+
+2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ PR c/3325, c/3326, c/2511, c/3347
+ * c-decl.c (enum_decl_context): Remove BITFIELD.
+ (grokdeclarator): Take bitfield width as an input.
+ Ensure bitfields are given the correct type. Perform
+ bitfield width validation with build_bitfield_integer_type
+ rather than waiting for finish_struct.
+ (grok_typename, grok_typename_in_parm_context, start_decl,
+ push_parmdecl, grokfield, start_function): Update calls to
+ grokdeclarator.
+ (build_bitfield_integer_type): New function.
+ (finish_struct): Move bitfield validation to grokdeclarator
+ and build_bitfield_integer_type.
+ * tree.c (build_nonstandard_integer_type): New function.
+ * tree.h (build_nonstandard_integer_type): New prototype.
+objc:
+ * objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
+
2002-01-29 Jakub Jelinek <jakub@redhat.com>
PR other/1502:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog Tue Jan 29 02:00:29 2002
+++ gcc/gcc/testsuite/ChangeLog Tue Jan 29 11:25:37 2002
@@ -1,3 +1,10 @@
+2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * gcc.c-torture/compile/20000224-1.c: Update.
+ * gcc.c-torture/execute/bitfld-1.c: New tests.
+ * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
+ * gcc.dg/uninit-A.c: Update.
+
2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/template/ctor1.C: Add instantiation.
-------------- next part --------------
--
Geoffrey Keating <regress@maat.cygnus.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list