aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2016-11-09 10:50:21 +0000
committerThomas Preud'homme <thopre01@gcc.gnu.org>2016-11-09 10:50:21 +0000
commit7b649f796a316d1fd97933cd3a60321b77a2fefa (patch)
treee950356047dddc7cce78ed54abe925cdebc38a1a
parent0ff272319ce8c321e9fc148c2c5edb4b1a268240 (diff)
downloadgcc-7b649f796a316d1fd97933cd3a60321b77a2fefa.zip
gcc-7b649f796a316d1fd97933cd3a60321b77a2fefa.tar.gz
gcc-7b649f796a316d1fd97933cd3a60321b77a2fefa.tar.bz2
re PR c++/78269 (FAIL: FAIL: g++.dg/cpp1z/noexcept-type11.C and FAIL: g++.dg/cpp1z/noexcept-type9.C)
2016-11-09 Thomas Preud'homme <thomas.preudhomme@arm.com> gcc/testsuite/ PR testsuite/78269 * g++.dg/cpp1z/noexcept-type9.C: Make it a compile test. From-SVN: r241997
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/g++.dg/cpp1z/noexcept-type9.C2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f3438be..5da9220f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ PR testsuite/78269
+ * g++.dg/cpp1z/noexcept-type9.C: Make it a compile test.
+
2016-11-09 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/move_alloc_18.f90: New test.
diff --git a/gcc/testsuite/g++.dg/cpp1z/noexcept-type9.C b/gcc/testsuite/g++.dg/cpp1z/noexcept-type9.C
index 4547c4c..a29618a 100644
--- a/gcc/testsuite/g++.dg/cpp1z/noexcept-type9.C
+++ b/gcc/testsuite/g++.dg/cpp1z/noexcept-type9.C
@@ -1,6 +1,6 @@
// Test for PMF template args.
// { dg-options -std=c++1z }
-// { dg-do run }
+// { dg-do compile }
struct A
{