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
PR c++/85262 - ICE with redundant qualification on constructor.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
pr55080.C
blob
b66395a11d95421d6ba1d49a4349e26bce27c266
1
// PR c++/55080
2
// { dg-options "-std=c++98 -pedantic" }
3
4
class B {
5
static const int c = 3.1415926; // { dg-warning "constant-expression" }
6
};