re PR c++/27279 (ICE with invalid constructor declaration)
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Sat, 29 Apr 2006 20:48:45 +0000 (20:48 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Sat, 29 Apr 2006 20:48:45 +0000 (20:48 +0000)
commit139a78c724ec43eca674ae5457a60cf0b43076ca
tree1c378f1f0d179165845083062ae955755153ec00
parentbfdb907ca2d50167e32b6561520b105b3c96a604
re PR c++/27279 (ICE with invalid constructor declaration)

PR c++/27279
* decl.c (copy_fn_p): Skip functions with invalid first arg.

* g++.dg/parse/ctor4.C: New test.

From-SVN: r113378
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/ctor4.C [new file with mode: 0644]