aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/live-patching-2.c
blob: 1c4f9229b82819f2dad73397d72ea1b513f0c66f (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target lto } */
/* { dg-options "-O2 -flive-patching=inline-only-static -flto" } */

int main()
{
  return 0;
}

/* { dg-message "sorry, unimplemented: live patching \\(with 'inline-only-static'\\) is not supported with LTO" "-flive-patching and -flto together" { target *-*-* } 0 } */