[Bug middle-end/27889] ICE on complex assignment

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jun 4 21:09:00 GMT 2006



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-06-04 21:05 -------
C testcase:
int main(void)
{
  _Complex int x;
  void f(void)
  {
     x = x + x;
  }
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fortran                     |middle-end


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



More information about the Gcc-bugs mailing list