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: Require SVE2 and/or SME2 for SVE FAMINMAX intrinsics
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
ctor5.C
blob
047543cf85b90b57f44a506dc55c68ae5f345827
1
// PR c++/24278
2
3
template<typename T> struct A
4
{
5
A() : T(0) {} // { dg-error "base" }
6
};
7
8
A<int*> a; // { dg-message "required" }