[RS6000] Tests that use int128_t and -m32
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / pr69969.c
blob7986e980ccda45723b064c0bb404b8c9958240c4
1 /* PR target/69969 */
2 /* { dg-do compile } */
3 /* { dg-options "-mdejagnu-cpu=power8" } */
5 int bar (int x) { return x; }
6 __attribute__((__target__("no-vsx"))) int foo (int x) { return x; } /* { dg-bogus "-mallow-movmisalign requires -mvsx" } */