From: Thomas Preud'homme Date: Wed, 9 Nov 2016 10:50:21 +0000 (+0000) Subject: re PR c++/78269 (FAIL: FAIL: g++.dg/cpp1z/noexcept-type11.C and FAIL: g++.dg/cpp1z... X-Git-Tag: basepoints/gcc-8~3280 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=7b649f796a316d1fd97933cd3a60321b77a2fefa;p=gcc.git 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 gcc/testsuite/ PR testsuite/78269 * g++.dg/cpp1z/noexcept-type9.C: Make it a compile test. From-SVN: r241997 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f3438bee7485..5da9220fe713 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-11-09 Thomas Preud'homme + + PR testsuite/78269 + * g++.dg/cpp1z/noexcept-type9.C: Make it a compile test. + 2016-11-09 Paul Thomas * 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 4547c4cc4d3c..a29618a30012 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 {