This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/30846] [4.3 Regression] ICE with complex and statement expressions



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]