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
[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
constexpr-83921-2.C
blob
80393fc6ce7cd903e2b618e96bd073f06733151c
1
// PR c++/83921
2
// { dg-do compile { target c++14 } }
3
4
struct Foo { Foo() = default; };
5
constexpr void test() { Foo f; }