pt.c (tsubst): Use build_index_type to build in-template array index type.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Fri, 6 Aug 1999 20:44:44 +0000 (20:44 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Fri, 6 Aug 1999 20:44:44 +0000 (20:44 +0000)
commitf05f680ac04280bdc08ecb82385a603a69866c93
tree645fb4160b72b77bc327b2c0e33924b7a7c7e07f
parent7339705d94d4dff3231c143da318e9cf5f8a04ca
pt.c (tsubst): Use build_index_type to build in-template array index type.

* pt.c (tsubst): Use build_index_type to build in-template array
index type.  Fixes g++.oliva/dwarf1.C.
* decl.c (grokdeclarator): Likewise, just for consistency, as it
doesn't seem to trigger the bug without it.

From-SVN: r28556
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c