error.c (dump_function_decl): Don't print the argument types for a function when...
authorMark Mitchell <mark@markmitchell.com>
Wed, 20 Jan 1999 13:11:59 +0000 (13:11 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 20 Jan 1999 13:11:59 +0000 (13:11 +0000)
commit61cd552e3b7e3dab5036a4be1a2a2c28707e6acf
tree3ac0bc7867ca45fa2c558c4486cf8cdfdc93020d
parent876d1fa3baa7094a5d2690c0d8d8580e9ea35aac
error.c (dump_function_decl): Don't print the argument types for a function when the verbosity level is negative.

* error.c (dump_function_decl): Don't print the argument types for
a function when the verbosity level is negative.
* call.c (build_over_call): Check format attributes at call-time.
* pt.c (tsubst_copy): Fix comment.
(unify): Don't allow unification with variable-sized arrays.
* semantics.c (finish_stmt_expr): When processing a template make
the BIND_EXPR long-lived.

From-SVN: r24788
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/error.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/testsuite/g++.old-deja/g++.other/printf1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/crash27.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/crash28.C [new file with mode: 0644]