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
+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>
PR fortran/92896
#if __cplusplus >= 201103L
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];
#endif