aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/extendditi2-1.c
blob: efbad0e92b3de1bcd76e271490a9aab58c1b337c (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile { target int128 } } */
/* { dg-options "-O2" } */

__int128 foo(long long x)
{
  return (__int128)x;
}
/* { dg-final { scan-assembler "cqt?o" } } */