re PR c++/17530 (failure to emit inline function)
authorMark Mitchell <mark@codesourcery.com>
Tue, 21 Sep 2004 05:44:10 +0000 (05:44 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 21 Sep 2004 05:44:10 +0000 (05:44 +0000)
commit9b60dfd716eda005cfc592129da66acdb210ee22
tree06bdae24ad68e9a57a101d63e814c4225877ee2b
parent79b82df36c0337afa82db85f0a65df7eaf4dd7f7
re PR c++/17530 (failure to emit inline function)

PR c++/17530
* pt.c (tsubst): Fix parentheses to accomodate emacs.
(tsubst_baselink): If we get a single function, mark it as used.

PR c++/17530
* g++.dg/template/static7.C: New test.

From-SVN: r87791
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/static7.C [new file with mode: 0644]