public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/gccgo] Update g++.dg/ext/sve-sizeless-2.C after r279471
@ 2020-01-22 23:44 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2020-01-22 23:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:38830e506c4d97d391521249aaf5e942e53e980b

commit 38830e506c4d97d391521249aaf5e942e53e980b
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Thu Dec 19 17:23:44 2019 +0000

    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

Diff:
---
 gcc/testsuite/ChangeLog                   | 5 +++++
 gcc/testsuite/g++.dg/ext/sve-sizeless-2.C | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4e75067..903e904 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/gcc/testsuite/g++.dg/ext/sve-sizeless-2.C b/gcc/testsuite/g++.dg/ext/sve-sizeless-2.C
index 34e6afd..f6b9c31 100644
--- a/gcc/testsuite/g++.dg/ext/sve-sizeless-2.C
+++ b/gcc/testsuite/g++.dg/ext/sve-sizeless-2.C
@@ -74,7 +74,7 @@ template class templated_struct5<svint8_t>;
 
 #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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-22 23:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 23:44 [gcc/devel/gccgo] Update g++.dg/ext/sve-sizeless-2.C after r279471 Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).