blob: 7986e980ccda45723b064c0bb404b8c9958240c4 (
plain)
1
2
3
4
5
6
|
/* PR target/69969 */
/* { dg-do compile } */
/* { dg-options "-mdejagnu-cpu=power8" } */
int bar (int x) { return x; }
__attribute__((__target__("no-vsx"))) int foo (int x) { return x; } /* { dg-bogus "-mallow-movmisalign requires -mvsx" } */
|