repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
diagnostic
/
auto-storage-1.C
blob
61378256bdcfaeedd4f3b0db721f68cdadd3a3b3
1
// { dg-do compile { target c++98_only } }
2
3
void foo()
4
{
5
auto void bar(); // { dg-error "3:storage class .auto. invalid for function" }
6
}