Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
live-patching-3.c
blob: b86f3c6e08a3cb470a84a0519b57b10fab763c3a [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O1 -flive-patching -fwhole-program" } */
int
main
()
{
return
0
;
}
/* { dg-message "'-fwhole-program' is incompatible with '-flive-patching=inline-only-static|inline-clone’" "" {target "*-*-*"} 0 } */