Adjust effective target selector to fix C++17 FAIL

* testsuite/18_support/exception_ptr/60612-unexpected.cc: Adjust
	effective target selector to prevent running in C++17 mode.

From-SVN: r244280
This commit is contained in:
Jonathan Wakely 2017-01-10 17:44:42 +00:00 committed by Jonathan Wakely
parent d2e1d4b713
commit 904112f6bb
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2017-01-10 Jonathan Wakely <jwakely@redhat.com>
* testsuite/18_support/exception_ptr/60612-unexpected.cc: Adjust
effective target selector to prevent running in C++17 mode.
PR libstdc++/77528
* include/bits/stl_queue.h (queue::c): Add default member initializer.
(queue::queue()): Add constructor and define as defaulted.

View File

@ -1,4 +1,4 @@
// { dg-do run { target c++11 } }
// { dg-do run { target { c++11_only || c++14_only } } }
// Copyright (C) 2014-2017 Free Software Foundation, Inc.
//