c++: add fixed test [PR101881]
Fixed recently by r15-7822. PR c++/101881 gcc/testsuite/ChangeLog: * g++.dg/ext/vector44.C: New test.
This commit is contained in:
parent
35ce9afc84
commit
7c63237ccf
1 changed files with 5 additions and 0 deletions
5
gcc/testsuite/g++.dg/ext/vector44.C
Normal file
5
gcc/testsuite/g++.dg/ext/vector44.C
Normal file
|
@ -0,0 +1,5 @@
|
|||
// PR c++/101881
|
||||
// { dg-do compile { target c++11 } }
|
||||
|
||||
template<int N> using A = int __attribute__((vector_size(N)))*;
|
||||
void foo(A<4>) {}
|
Loading…
Add table
Reference in a new issue