[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression

2007-08-28 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2007-08-28 14:00 --- Fixed in 4.2 and 4.3. -- jason at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression

2007-08-27 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2007-08-27 22:04 --- Subject: Bug 31337 Author: jason Date: Mon Aug 27 22:04:37 2007 New Revision: 127840 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127840 Log: PR c++/31337 * gimplify.c (gimplify_modify_expr):

[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression

2007-08-27 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2007-08-27 20:02 --- Subject: Bug 31337 Author: jason Date: Mon Aug 27 20:02:22 2007 New Revision: 127838 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127838 Log: PR c++/31337 * gimplify.c (gimplify_modify_expr):

[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression

2007-07-19 Thread mmitchel at gcc dot gnu dot org
-- 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=31337

[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression

2007-05-14 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 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

[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression

2007-04-23 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression

2007-04-23 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-04-23 17:19 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=116311 r116311 | jason | 2006-08-21 13:54:57 -0700 (Mon, 21 Aug 2006) -- janis at gcc dot gnu dot

[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression

2007-04-15 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2007-04-15 23:06 --- P2, rather than P1, because of the use of statement-expressions. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression

2007-03-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-25 08:46 --- This is a front-end issue: <>> ) >>> We have a cleanup_point expression which causes an extra variable to be created but since the type is addressable, we abort. -- pinskia at gcc dot gnu dot org changed: