cp-tree.h (adjust_clone_args): Prototype new function.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 27 Apr 2001 10:47:36 +0000 (10:47 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 27 Apr 2001 10:47:36 +0000 (10:47 +0000)
commit5f6eeeb3625bd5121465d8a50c89f47b25af0a69
tree0db5d6c3a3f6dcb5dd8296b756654750fccb07fa
parent6e0263244cee6c6158deb4ca00b7ca1d0e4cc193
cp-tree.h (adjust_clone_args): Prototype new function.

cp:
* cp-tree.h (adjust_clone_args): Prototype new function.
* class.c (adjust_clone_args): New function.
* decl.c (start_function): Call it for in charge ctors.
testsuite:
* g++.old-deja/g++.other/defarg9.C: New test.

From-SVN: r41625
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/defarg9.C [new file with mode: 0644]