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 target/32191] ICE with complex __float128



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-06-03 07:00 -------
Try compiling:

c128 foo (c128 x, c128 y)
{
  typedef _Complex float __attribute__((mode(TC))) c128;
  x *= y;
  return x;
}

This will most likely also crash at higher optimization levels.


-- 


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


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