PR c++/71784 - ICE with ref-qualifier and explicit specialization.
authorJason Merrill <jason@redhat.com>
Wed, 28 Feb 2018 21:34:07 +0000 (16:34 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 28 Feb 2018 21:34:07 +0000 (16:34 -0500)
commit9ea97097e5ae3d9979e6f72e44f72d665703bad8
tree6b946cb286f25b5f8a699f14fd501f60663cec2c
parent74fc2a2bb39b8dcf5deb81a24401a91f6d7f647f
PR c++/71784 - ICE with ref-qualifier and explicit specialization.

* pt.c (determine_specialization): Check ref-qualifier.

From-SVN: r258085
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/ref-qual18.C [new file with mode: 0644]