]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/11847 (reference does not work as template argument any more)
authorMark Mitchell <mark@codesourcery.com>
Tue, 2 Sep 2003 20:54:07 +0000 (20:54 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 2 Sep 2003 20:54:07 +0000 (20:54 +0000)
commit3281be05bc239a26f314aca14e11ad139331ba8e
tree93cf7bb62c03e299a0938b5077fa67a29e16e087
parent643845684253c6054a3990dd166d2b255abaa6e0
re PR c++/11847 (reference does not work as template argument any more)

PR c++/11847
* pt.c (convert_nontype_argument): Correct representation of
REFERENCE_TYPE expressions.

PR c++/11847
* g++.dg/template/class1.C: New test.

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