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
reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
err-msg4.C
blob
d1d84448f3885c747fdbd5a92dc45cd2457776ef
1
// { dg-do assemble }
2
// GROUPS passed error-messages
3
class X {
4
public:
5
static int x;// { dg-message "" } previous.*
6
static int y;// { dg-message "" } previous.*
7
};
8
9
unsigned X::x;// { dg-error "" } conflict.*
10
unsigned X::y;// { dg-error "" } conflict.*