2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / wide-shift-128.c
blobd769833af04f9f4b47938fc9b5dbccf4350ed8e9
1 /* { dg-do compile { target aarch64*-*-* mips64*-*-* sparc64*-*-* } } */
2 /* { dg-require-effective-target int128 } */
3 /* { dg-options "-O2 -fdump-rtl-combine" } */
5 __int128_t
6 load2 (int data)
8 return (__int128_t) data << 50;
11 /* { dg-final { scan-rtl-dump-not "ior" "combine" } } */