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++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-static8.C
blob
9facd0fe33d1be26883fe0e6634926d80dc0d8a9
1
// PR c++/50258
2
// { dg-do compile { target c++11 } }
3
// { dg-options "-fpermissive" }
4
5
struct Foo {
6
static const double d = 3.14; // { dg-warning "23:'constexpr' needed" }
7
};
8
const double Foo::d;