Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
pr69969.c
blob: 7986e980ccda45723b064c0bb404b8c9958240c4 [
file
] [
log
] [
blame
]
/* 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" } */