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
[gcn] install.texi: Update for new ISA targets and their requirements
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp23
/
constexpr-nonlit7.C
blob
06125756f25c315b47d7b40d60d4220f7588022e
1
// PR c++/104994
2
// CWG2552
3
// { dg-do compile { target c++14 } }
4
5
constexpr bool foo () { extern thread_local int t; return true; }
6
static constexpr bool a = foo ();