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