------- 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
rguenth at gcc dot gnu dot org Tue, 14 Mar 2006 06:00:26 -0800
------- 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