[Bug c/54428] [4.7/4.8 Regression] ICE in gimplify_expr, at gimplify.c:7591
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 31 06:57:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54428
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2012-08-31
CC| |jakub at gcc dot gnu.org
Target Milestone|--- |4.7.2
Summary|ICE in gimplify_expr, at |[4.7/4.8 Regression] ICE in
|gimplify.c:7591 |gimplify_expr, at
| |gimplify.c:7591
Ever Confirmed|0 |1
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-08-31 06:57:24 UTC ---
Slightly more reduced:
typedef double _Complex C;
C
foo (C x, C y, double *s, double z, C w)
{
return y - z * __builtin_cpow (x, 75) * w;
}
More information about the Gcc-bugs
mailing list