Commit 4fae9c10 by Patrick Palka

Fix wrong PR references

PR c++/59878 -> PR c++/59879

From-SVN: r231755
parent 8ee38286
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PR c++/16333 PR c++/16333
PR c++/41426 PR c++/41426
PR c++/59878 PR c++/59879
PR c++/66895 PR c++/66895
* typeck.c (convert_for_initialization): Don't perform an early * typeck.c (convert_for_initialization): Don't perform an early
decaying conversion if converting to a class type. decaying conversion if converting to a class type.
......
...@@ -37,11 +37,11 @@ ...@@ -37,11 +37,11 @@
PR c++/16333 PR c++/16333
PR c++/41426 PR c++/41426
PR c++/59878 PR c++/59879
PR c++/66895 PR c++/66895
* g++.dg/conversion/pr16333.C: New test. * g++.dg/conversion/pr16333.C: New test.
* g++.dg/conversion/pr41426.C: New test. * g++.dg/conversion/pr41426.C: New test.
* g++.dg/conversion/pr59878.C: New test. * g++.dg/conversion/pr59879.C: New test.
* g++.dg/conversion/pr66895.C: New test. * g++.dg/conversion/pr66895.C: New test.
2015-12-16 Martin Sebor <msebor@redhat.com> 2015-12-16 Martin Sebor <msebor@redhat.com>
......
// PR c++/59878 // PR c++/59879
struct Test { struct Test {
template <int N> template <int N>
......
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