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: Optimise calls to ldexp with SVE FSCALE instruction [PR111733]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error16.C
blob
74db15c21052924034c957116615661e1d5ce181
1
// { dg-options "-fshow-column" }
2
// PR c++/16964
3
4
struct A
5
{
6
struct B {}; // { dg-message "10:previous definition of 'struct A::B'" }
7
};
8
9
struct A::B{}; // { dg-error "11:redefinition of 'struct A::B'" }