[Bug tree-optimization/30846] [4.3 Regression] ICE with complex and statement expressions
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Feb 19 00:26:00 GMT 2007
------- Comment #5 from reichelt at gcc dot gnu dot org 2007-02-19 00:26 -------
Confirmed. Reduced testcase (compile with -O):
=========================================
void foo()
{
_Complex double z = ({ 0; 1.0i; });
}
=========================================
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |WAITING
Keywords| |monitored
Summary|[4.3 Regression] ice for |[4.3 Regression] ICE with
|legal code with -O2 |complex and statement
| |expressions
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30846
More information about the Gcc-bugs
mailing list