------- Comment #2 from rguenth at gcc dot gnu dot org  2006-03-14 14:00 -------
Testcase:

typedef int __int128 __attribute__((mode(TI)));

__int128 foo(long x)
{
  return x*(__int128)x;
}


-- 


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

Reply via email to