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

Reply via email to