http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35645
Eric Botcazou changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
--- Comment #2 from sam at gcc dot gnu dot org 2008-05-14 09:20 ---
The code is not legal, adding keyword
--
sam at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-03-20 09:33 ---
This means there is an unhandled tree in gimplify_expr, which is in this case
probably PLACEHOLDER_EXPR(?):
pak1.t1ip (_init, x1)
{
_init.x1 = (integer) x1;
_init.x2 = .x1;
goto ;
:;
return _init;
--
r