repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
live-patching-3.c
blob
b86f3c6e08a3cb470a84a0519b57b10fab763c3a
1
/* { dg-do compile } */
2
/* { dg-options "-O1 -flive-patching -fwhole-program" } */
3
4
int
main
()
5
{
6
return
0
;
7
}
8
9
/* { dg-message "'-fwhole-program' is incompatible with '-flive-patching=inline-only-static|inline-clone’" "" {target "*-*-*"} 0 } */