aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/pr93195b.C
blob: 303d8588c0f64dee24f8a6a122281e3650b7ca3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */
/* { dg-options "-O0 -fpatchable-function-entry=1" } */
/* { dg-additional-options "-fno-pie" { target sparc*-*-* } } */

inline void
foo (void)
{
}

void
bar1 (void)
{
  foo ();
}