Commit c1b4c4f4 by Jonathan Wakely Committed by Jonathan Wakely

Fix test that gets skipped as unsupported

	* testsuite/24_iterators/container_access.cc: Move dg-options before
	dg-do directive so the target check uses the -std option.

From-SVN: r272051
parent 2b326685
2019-06-07 Jonathan Wakely <jwakely@redhat.com> 2019-06-07 Jonathan Wakely <jwakely@redhat.com>
* testsuite/24_iterators/container_access.cc: Move dg-options before
dg-do directive so the target check uses the -std option.
PR libstdc++/90770 PR libstdc++/90770
* configure: Regenerate. * configure: Regenerate.
* src/Makefile.am (stamp-debug): Also test for missing makefile. * src/Makefile.am (stamp-debug): Also test for missing makefile.
......
// { dg-do run { target c++17 } }
// { dg-options "-std=gnu++17" } // { dg-options "-std=gnu++17" }
// { dg-do run { target c++17 } }
// Copyright (C) 2015-2019 Free Software Foundation, Inc. // Copyright (C) 2015-2019 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