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
[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
pr60377.C
blob
ab35ba9b1729f319ec8ac7f03b25dc5cdeb65bd6
1
// PR c++/60377
2
// { dg-do compile { target c++14 } }
3
// { dg-options "" }
4
5
void foo(auto, void (f*)()); // { dg-error "expected" }
6
7
struct A
8
{
9
int i;
10
};