--- 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
--
--- 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
-
--- 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
{