--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-18 22:02 ---
Subject: Bug 38565
Author: pinskia
Date: Thu Dec 18 22:00:46 2008
New Revision: 142821
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142821
Log:
2008-12-18 Andrew Pinski
PR middle-end/38565
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-18 21:56 ---
Subject: Bug 38565
Author: pinskia
Date: Thu Dec 18 21:55:31 2008
New Revision: 142820
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142820
Log:
2008-12-18 Andrew Pinski
PR middle-end/38565
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-18 21:55 ---
Fixed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-18 02:34 ---
Oh it only ICEs with the C++ front-end where we get a TARGET_EXPR.
The simple fix is:
Index: gimplify.c
===
--- gimplify.c (revision 142804)
+++ gimpl