re PR testsuite/87694 (problem in g++.dg/concepts/memfun-err.C starting with r263343)

PR testsuite/87694
	* g++.dg/concepts/memfun-err.C: Make it a compile test.

From-SVN: r265397
This commit is contained in:
Marek Polacek 2018-10-22 20:01:56 +00:00 committed by Marek Polacek
parent dbe7895c9d
commit f3b13f46fa
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-10-22 Marek Polacek <polacek@redhat.com>
PR testsuite/87694
* g++.dg/concepts/memfun-err.C: Make it a compile test.
2018-10-22 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/evrp12.c: New testcase.

View File

@ -1,4 +1,4 @@
// { dg-do run { target c++17 } }
// { dg-do compile { target c++17 } }
// { dg-options "-fconcepts" }