Commit 38830e50 by Richard Sandiford Committed by Richard Sandiford

Update g++.dg/ext/sve-sizeless-2.C after r279471

2019-12-19  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
	* g++.dg/ext/sve-sizeless-2.C: Don't expect an error for
	alias templates.

From-SVN: r279588
parent 82975c74
2019-12-19 Richard Sandiford <richard.sandiford@arm.com>
* g++.dg/ext/sve-sizeless-2.C: Don't expect an error for
alias templates.
2019-12-19 Mark Eggleston <mark.eggleston@codethink.com> 2019-12-19 Mark Eggleston <mark.eggleston@codethink.com>
PR fortran/92896 PR fortran/92896
......
...@@ -74,7 +74,7 @@ template class templated_struct5<svint8_t>; ...@@ -74,7 +74,7 @@ template class templated_struct5<svint8_t>;
#if __cplusplus >= 201103L #if __cplusplus >= 201103L
template<int N> using typedef_sizeless1 = svint8_t; template<int N> using typedef_sizeless1 = svint8_t;
template<int N> using typedef_sizeless1 = svint8_t; // { dg-error {redefinition of 'template<int N> using typedef_sizeless1 = svint8_t'} "" { target c++11 } } template<int N> using typedef_sizeless1 = svint8_t;
template<typename T> using array = T[2]; template<typename T> using array = T[2];
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment