class.c (get_vtable_name): Use a literal format string and VTABLE_NAME_PREFIX macro...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 11 Dec 1999 19:02:10 +0000 (19:02 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 11 Dec 1999 19:02:10 +0000 (19:02 +0000)
commit486837a79c0b0c8ec9bdacacddf62ca20ff90507
tree35c85a1721664f1de94cff9071d4a49818fff998
parent509c1e9cf24a513738150f39f9359442c13261b8
class.c (get_vtable_name): Use a literal format string and VTABLE_NAME_PREFIX macro instead of...

* class.c (get_vtable_name): Use a literal format string and
VTABLE_NAME_PREFIX macro instead of VTABLE_NAME_FORMAT.
(prepare_fresh_vtable): Likewise.

* cp-tree.h (VTABLE_NAME_PREFIX): Define this instead of
VTABLE_NAME_FORMAT.

* decl.c (make_rtl_for_local_static): Remove unused variable `type'.

* init.c (build_vec_init): Initialize variable `try_body'.

* lex.c (yyerror): Don't call a variadic function with a
non-literal format string.

* optimize.c (optimize_function): Call memset, not bzero.

* pt.c (for_each_template_parm_r): Add static prototype.

From-SVN: r30868
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/init.c
gcc/cp/lex.c
gcc/cp/optimize.c
gcc/cp/pt.c