[Bug ada/48335] [4.6/4.7 Regression] ICE in convert_move

2011-03-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48335 Jakub Jelinek changed: What|Removed |Added Known to work||4.5.2 Target Milestone|---

[Bug ada/48335] [4.6/4.7 Regression] ICE in convert_move

2011-03-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48335 --- Comment #1 from Jakub Jelinek 2011-03-29 14:55:51 UTC --- And: /* { dg-do compile } */ /* { dg-options "-O2 -fno-tree-sra" } */ typedef __float128 T __attribute__((__may_alias__)); struct S { _Complex double d __attribute__((aligned (16))

[Bug ada/48335] [4.6/4.7 Regression] ICE in convert_move

2011-03-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48335 --- Comment #2 from Jakub Jelinek 2011-03-29 14:59:50 UTC --- Yet another testcase: /* { dg-do compile } */ /* { dg-options "-O2 -fno-tree-sra" } */ typedef long long T __attribute__((__may_alias__)); struct S { _Complex float d __attribute__