* gcc.dg/live-patching-2.c: Require LTO.
From-SVN: r266787
This commit is contained in:
parent
b1e2e9063f
commit
e95ca1333d
|
@ -1,3 +1,7 @@
|
|||
2018-12-04 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* gcc.dg/live-patching-2.c: Require LTO.
|
||||
|
||||
2018-12-04 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
PR testsuite/88310
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target lto } */
|
||||
/* { dg-options "-O2 -flive-patching -flto" } */
|
||||
|
||||
int main()
|
||||
|
|
Loading…
Reference in New Issue