--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-02-01 16:52 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21
---
Change target milestone to 4.2.3, as 4.2.2 has been released.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
---
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.2.1 |4.2.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27478
--- Comment #11 from mmitchel at gcc dot gnu dot org 2007-05-14 22:26
---
Will not be fixed in 4.2.0; retargeting at 4.2.1.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #10 from fxcoudert at gcc dot gnu dot org 2006-10-03 13:44
---
Subject: Bug 27478
Author: fxcoudert
Date: Tue Oct 3 13:44:09 2006
New Revision: 117396
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117396
Log:
PR middle-end/27478
* trans-decl.c (gf
--- Comment #9 from patchapp at dberlin dot org 2006-10-02 22:15 ---
Subject: Bug number PR 27478
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-10/msg00098.html
--
http://gcc.gnu.org/bugzilla/s
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2006-10-02 20:13
---
I think the following can workaround the middle-end problem:
Index: trans-decl.c
===
--- trans-decl.c(revision 117368)
+++ trans-decl.c
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-10-02 19:39 ---
The gimplifier is going wrong.
It first uses the value-expr and then forgets that can be addressable or maybe
even worse we don't mark the result as addressable.
--
pinskia at gcc dot gnu dot org changed: