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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
pr39188-1a.C
blob
eb646696def9afc691983d67511e75e0d2651af8
1
// PR c++/39188
2
// { dg-do run }
3
// { dg-options "-O2" }
4
// { dg-additional-sources "pr39188-1b.C" }
5
6
#include "pr39188-1.h"
7
8
int
9
x (int i)
10
{
11
return f (i);
12
}