http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48685
Summary: [4.5/4.6/4.7 regression] ICE in gimplify_expr, at
gimplify.c:7034
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: [email protected]
ReportedBy: [email protected]
[forwarded from http://bugs.debian.org/623161]
works with 4.4.6, fails with 4.5, 4.6 branches and trunk
$ cat foo.c
int main() {
unsigned long int pixel;
((void)((1 == 2) ? ((void)(0)) : ((pixel) = 0)));
return 0;
}
$ gcc-snapshot-20110419/build/gcc/xgcc -Bgcc-snapshot-20110419/build/gcc/ foo.c
foo.c: In function 'main':
foo.c:3:10: internal compiler error: in gimplify_expr, at gimplify.c:7034
Please submit a full bug report,