pt.c (tsubst_copy): Only do typename overloading on an IDENTIFIER_NODE that happens...
authorBrendan Kehoe <brendan@cygnus.com>
Tue, 25 Aug 1998 18:52:45 +0000 (18:52 +0000)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 25 Aug 1998 18:52:45 +0000 (14:52 -0400)
commit8e710788f53e0795287b4d66515df1fd6e4ccfa0
treeedece713a9e98da279f565cb4edf90fda3a42c75
parentc3a3b536472eef9287eb2706fd03496147a9577f
pt.c (tsubst_copy): Only do typename overloading on an IDENTIFIER_NODE that happens to look like a...

* pt.c (tsubst_copy): Only do typename overloading on an
IDENTIFIER_NODE that happens to look like a typename if it actually
has a type for us to use.
avoid problems w/ SGI STL headers that have variables like __opr or __op1

From-SVN: r21978
gcc/cp/ChangeLog
gcc/cp/pt.c