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
c++: Implement __is_nothrow_invocable built-in trait
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr93195b.C
blob
303d8588c0f64dee24f8a6a122281e3650b7ca3e
1
/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */
2
/* { dg-options "-O0 -fpatchable-function-entry=1" } */
3
/* { dg-additional-options "-fno-pie" { target sparc*-*-* } } */
4
5
inline void
6
foo (void)
7
{
8
}
9
10
void
11
bar1 (void)
12
{
13
foo ();
14
}