From 5dcfa0b651446a84da43fff88aaf26e7254dd452 Mon Sep 17 00:00:00 2001 From: Paolo Carlini <paolo@gcc.gnu.org> Date: Fri, 19 Dec 2014 18:16:00 +0000 Subject: [PATCH] 2014-12-19 Paolo Carlini <paolo.carlini@oracle.com> * Tweak ChangeLog. From-SVN: r218963 --- gcc/testsuite/ChangeLog | 10 +++++----- gcc/testsuite/g++.dg/cpp0x/alias-decl-45.C | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a955a170e4a8..32e5489513d6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,12 +1,12 @@ -2014-12-19 Kai Tietz <ktietz@redhat.com> - - * g++.dg/template/using30.C: Move ... - * g++.dg/cpp0x/alias-decl-45.C: ... here. - 2014-12-19 Alan Lawrence <alan.lawrence@arm.com> * gcc.target/aarch64/eon_1.c: New test. +2014-12-19 Paolo Carlini <paolo.carlini@oracle.com> + + * g++.dg/template/using30.C: Move... + * g++.dg/cpp0x/alias-decl-45.C: ... here. + 2014-12-19 Paolo Carlini <paolo.carlini@oracle.com> PR c++/60493 diff --git a/gcc/testsuite/g++.dg/cpp0x/alias-decl-45.C b/gcc/testsuite/g++.dg/cpp0x/alias-decl-45.C index fc364481c0ad..e3434f51a391 100644 --- a/gcc/testsuite/g++.dg/cpp0x/alias-decl-45.C +++ b/gcc/testsuite/g++.dg/cpp0x/alias-decl-45.C @@ -1,5 +1,5 @@ +// PR c++/61198 // { dg-do compile { target c++11 } } -// PR/61198 template<int herp, typename derp_t> struct broken -- GitLab