mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
dbe7895c9d
commit
f3b13f46fa
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// { dg-do run { target c++17 } }
|
||||
// { dg-do compile { target c++17 } }
|
||||
// { dg-options "-fconcepts" }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue