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
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
mult-stor1.C
blob
e582b03ee60dc3542b8e02d3b76e98e082565c7d
1
// PR c++/20646
2
// Origin: Dan Rosen <dan.rosen@gmail.com>
3
// { dg-do compile }
4
5
struct A
6
{
7
extern static int i; // { dg-error "'static' specifier conflicts with 'extern'" }
8
};