summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/g++.dg/eh/dtor1.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/eh/dtor1.C b/gcc/testsuite/g++.dg/eh/dtor1.C
index c1c3adaec96..4fafdde24d2 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.