Testcase:
_Complex float f(float x, float y)
{
  _Complex float a = (_Complex float){x};
  return a;
}


-- 
           Summary: C++ front-end rejects valid compound literal (with
                    complex types)
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30209

Reply via email to