re PR c++/37006 (explicitly deleted inline function gives warning "used but never...
authorJason Merrill <jason@redhat.com>
Mon, 4 Aug 2008 18:39:16 +0000 (14:39 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 4 Aug 2008 18:39:16 +0000 (14:39 -0400)
commit9b26c96e339b9e546ffe5ac2a114af397bf4cd17
tree053116ba075582972aebfebdd7006475406bb701
parent7eeef08ed83f2bd341dc420adc6402199ccbdd7d
re PR c++/37006 (explicitly deleted inline function gives warning "used but never defined")

        PR c++/37006
        * pt.c (tsubst_decl): Leave DECL_INITIAL set on deleted
        instantiations.

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