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/26674] missed optimization / 128-bit arithmetic.



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


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