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
Fix warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
warning1.C
blob
6fa07ef0c9563c76067feac1b7ee7479324d3c5e
1
// { dg-do assemble }
2
// Bug: g++ protests that foo was never defined.
3
4
static void foo ();
5
static void foo ();
6
static void foo () { }
7
void bar () { foo(); } // { dg-bogus "" }