ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/powerpc/pr69969.c

7 lines
245 B
C
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
/* 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" } */