------- Comment #5 from mmitchel at gcc dot gnu dot org 2005-12-20 08:26 ------- Subject: Bug 21228
Author: mmitchel Date: Tue Dec 20 08:26:04 2005 New Revision: 108850 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108850 Log: PR c++/21228 * decl.c (use_eh_spec_block): New function. (store_parm_decls): Use it. (finish_function): Likewise. PR c++/21228 * g++.dg/warn/Wunreachable-code-2.C: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/g++.dg/warn/Wunreachable-code-2.C Modified: branches/gcc-4_1-branch/gcc/cp/ChangeLog branches/gcc-4_1-branch/gcc/cp/decl.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21228