This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/32339] [4.3 Regression] ICE in insert_save, at caller-save.c:726
- From: "spark at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2007 04:30:28 -0000
- Subject: [Bug rtl-optimization/32339] [4.3 Regression] ICE in insert_save, at caller-save.c:726
- References: <bug-32339-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from spark at gcc dot gnu dot org 2007-06-19 04:30 -------
(In reply to comment #7)
> Subject: Bug 32339
>
> Author: spark
> Date: Mon Jun 18 20:02:33 2007
> New Revision: 125825
>
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125825
> Log:
> gcc/ChangeLog:
>
> 2007-06-18 Seongbae Park <seongbae.park@gmail.com>
>
> PR rtl-optimization/32339
> * df-scan.c (df_uses_record): Don't modify flags but just add to
> it for df_ref_record.
>
> gcc/testsuite/ChangeLog:
>
> 2007-06-18 Martin Michlmayr <tbm@cyrius.com>
>
> PR rtl-optimization/32339
> * gcc.c-torture/compile/pr32339.c: New test.
>
>
> Added:
> trunk/gcc/testsuite/gcc.c-torture/compile/pr32339.c
> Modified:
> trunk/gcc/ChangeLog
> trunk/gcc/gcse.c
> trunk/gcc/testsuite/ChangeLog
Please ignore this commit - this patch is for another bug fix,
although the testcase is the correct one.
I'll commit the testcase in a separate patch.
Sorry for the confusion.
Anyway, since this bug has been fixed by my earlier commit,
I'm marking it as fixed.
--
spark at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32339