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
Add {symbol,call}_summary::get method and use it in HSA.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr46065.C
blob
75c171db69e8844e99dbf3c19592c69c03bbba07
1
// PR c++/46065
2
// { dg-do compile }
3
4
void bar ();
5
6
void
7
foo ()
8
{
9
using ::bar;
10
label:;
11
}