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
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-59937-1.C
blob
d9fbd33c94f9e9d17cc33d27dfb723cea920cbfc
1
// PR c++/59937
2
// { dg-do compile { target c++11 } }
3
4
constexpr const char * const &r = "";
5
constexpr const char * const &s = r;