Fix wrong PR references
PR c++/59878 -> PR c++/59879 From-SVN: r231755
This commit is contained in:
parent
8ee38286c3
commit
4fae9c1012
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PR c++/16333
|
||||
PR c++/41426
|
||||
PR c++/59878
|
||||
PR c++/59879
|
||||
PR c++/66895
|
||||
* typeck.c (convert_for_initialization): Don't perform an early
|
||||
decaying conversion if converting to a class type.
|
||||
|
|
|
@ -37,11 +37,11 @@
|
|||
|
||||
PR c++/16333
|
||||
PR c++/41426
|
||||
PR c++/59878
|
||||
PR c++/59879
|
||||
PR c++/66895
|
||||
* g++.dg/conversion/pr16333.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.
|
||||
|
||||
2015-12-16 Martin Sebor <msebor@redhat.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// PR c++/59878
|
||||
// PR c++/59879
|
||||
|
||||
struct Test {
|
||||
template <int N>
|
Loading…
Add table
Reference in a new issue