re PR c++/10468 (const typeof(x) is non-const, but only in templates)
authorMark Mitchell <mark@codesourcery.com>
Fri, 27 Jun 2003 22:46:47 +0000 (22:46 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 27 Jun 2003 22:46:47 +0000 (22:46 +0000)
commitdce50630a39a2c30ea218efa600f2f8e28e069d6
tree99f26d64cad359c092ab9b332a096f0da95e8ccd
parent7a0ec6071b687c061bafa7d68d17bee4377bb618
re PR c++/10468 (const typeof(x) is non-const, but only in templates)

PR c++/10468
* pt.c (tsubst): Handle qualified TYPEOF_TYPEs correctly.

PR c++/10468
* g++.dg/ext/typeof5.C: New test.

From-SVN: r68615
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/typeof6.C [new file with mode: 0644]