blob: f60bf46cfe3cda742c1efb3bc4c634f10098b9d0 (
plain)
1
2
3
4
5
6
7
8
9
|
/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */
/* { dg-options "-O2 -fpatchable-function-entry=65536,1" } */
/* { dg-additional-options "-fno-pie" { target sparc*-*-* } } */
/* { dg-error "invalid arguments for '-fpatchable-function-entry'" "" { target *-*-* } 0 } */
void
foo (void)
{
}
|