This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/30846] [4.3 Regression] ICE with complex and statement expressions
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Feb 2007 00:26:09 -0000
- Subject: [Bug tree-optimization/30846] [4.3 Regression] ICE with complex and statement expressions
- References: <bug-30846-9596@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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