Commit 3e4fd831 by Jonathan Wakely Committed by Jonathan Wakely

Fix test failure at -O0 by pruning output

	PR libstdc++/79323
	* testsuite/20_util/duration/literals/range.cc: Prune extra output
	at -O0.

From-SVN: r245211
parent daf57541
2017-02-06 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/79323
* testsuite/20_util/duration/literals/range.cc: Prune extra output
at -O0.
2017-02-06 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/documentation_hacking.xml: Update URL of the
......
......@@ -28,3 +28,4 @@ test01()
auto h = 9223372036854775808h;
// { dg-error "cannot be represented" "" { target *-*-* } 890 }
}
// { dg-prune-output "in constexpr expansion" } // needed for -O0
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