projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e5f30d
)
* g++.dg/template/crash126.C: Second error doesn't apply to C++17.
author
Jason Merrill
<jason@gcc.gnu.org>
Wed, 10 May 2017 15:53:48 +0000
(11:53 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Wed, 10 May 2017 15:53:48 +0000
(11:53 -0400)
From-SVN: r247840
gcc/testsuite/g++.dg/template/crash126.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.dg/template/crash126.C
b/gcc/testsuite/g++.dg/template/crash126.C
index 8a3112e23442962bed8a43675eba791a1dd78e65..903cab85cd282a60d6147f82e15f297a602d36ab 100644
(file)
--- a/
gcc/testsuite/g++.dg/template/crash126.C
+++ b/
gcc/testsuite/g++.dg/template/crash126.C
@@
-9,5
+9,5
@@
template < class T, class > struct A
void f ()
{
- A < int, int > (A < int, int >()); // { dg-error "cannot bind" }
+ A < int, int > (A < int, int >()); // { dg-error "cannot bind"
"" { target c++14_down }
}
}