decl.c (layout_var_decl): Change prototype.
authorMark Mitchell <mark@codesourcery.com>
Sat, 18 Sep 1999 23:56:18 +0000 (23:56 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 18 Sep 1999 23:56:18 +0000 (23:56 +0000)
commit57b524174e514e6df90c7d973c43b78b5a5c5004
treec6fd4b16dbf1978e9723b877dab3cfb61c21f280
parentb534921ac08f8314a0d3330de3aef7b5588ea411
decl.c (layout_var_decl): Change prototype.

* decl.c (layout_var_decl): Change prototype.  Call layout_decl
even when the declaration is external.
(cp_finish_decl): Adjust call to layout_var_decl.
* pt.c (tsubst_expr): Make sure to initialize stmt before using it.

From-SVN: r29504
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.other/crash11.C [new file with mode: 0644]