Another untested testcase
Mark Mitchell
mark@codesourcery.com
Mon Oct 11 23:12:00 GMT 2004
Andrew --
You added g++.dg/eh/cleanup5.C, but it fails because it uses a VLA,
which is not allowed in C++, with -pedantic, which is what DejaGNU
uses by default.
Clearly, you are not rigorously running your test cases with DejaGNU
before checking them in. The correct procedure is to run the test
case with an unmodified compiler, observe that it FAILs, then run it
again with a modified compiler, and observe tat it PASSes.
This is the second time in the past few days that you have checked in
an incorrect test case; please be more careful.
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
More information about the Gcc
mailing list