From 4d4c393ea5d86f421701197a88e9b66e203b3120 Mon Sep 17 00:00:00 2001 From: jason Date: Sun, 5 May 2002 21:46:51 +0000 Subject: [PATCH] add PR id git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53194 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/g++.dg/eh/dtor1.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/testsuite/g++.dg/eh/dtor1.C b/gcc/testsuite/g++.dg/eh/dtor1.C index c1c3ada..4fafdde 100644 --- a/gcc/testsuite/g++.dg/eh/dtor1.C +++ b/gcc/testsuite/g++.dg/eh/dtor1.C @@ -1,3 +1,5 @@ +// PR c++/411 + // Test that a fully-constructed base is destroyed before transferring // control to the handler of a function-try-block. -- 2.7.4