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

int main()
{
  return 0;
}

/* { dg-message "sorry, unimplemented: live patching is not supported with LTO" "-flive-patching and -flto together" { target *-*-* } 0 } */