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

Reply via email to