init.c (build_vec_delete): Copy the address into a temporary variable before calling...
authorJason Merrill <jason@redhat.com>
Wed, 21 May 2003 23:27:50 +0000 (19:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 21 May 2003 23:27:50 +0000 (19:27 -0400)
commit49b7aacb4ded4d0ab194713ccb24d4cd18a826a9
tree00dff20d1a02c10136c2bb463d14aef3ad2b267b
parent9008d5b47e4efee754b14d5587a61fd9e61b10b1
init.c (build_vec_delete): Copy the address into a temporary variable before calling build_vec_delete_1.

        * init.c (build_vec_delete): Copy the address into a temporary
        variable before calling build_vec_delete_1.
        * decl2.c (delete_sanity): Don't call stabilize_reference.

From-SVN: r67072
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/init.c