Commit 904112f6 by Jonathan Wakely Committed by Jonathan Wakely

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
parent d2e1d4b7
2017-01-10 Jonathan Wakely <jwakely@redhat.com> 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 PR libstdc++/77528
* include/bits/stl_queue.h (queue::c): Add default member initializer. * include/bits/stl_queue.h (queue::c): Add default member initializer.
(queue::queue()): Add constructor and define as defaulted. (queue::queue()): Add constructor and define as defaulted.
......
// { dg-do run { target c++11 } } // { dg-do run { target { c++11_only || c++14_only } } }
// Copyright (C) 2014-2017 Free Software Foundation, Inc. // Copyright (C) 2014-2017 Free Software Foundation, Inc.
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment