[Bug middle-end/32950] [4.1/4.2 regression] ICE with __complex__ double

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/32950] [4.1/4.2 regression] ICE with __complex__ double

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-02-01 16:54 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/32950] [4.1/4.2 regression] ICE with __complex__ double

2007-12-27 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2007-12-27 20:06 --- Confirmed. Reduced testcase that crashes on i686-pc-linux-gnu when compiled with "-march=i386 -O" or "-march=i486 -O": === struct A { __complex__ double c; }; struct B {