From: Andrew Pinski Date: Sun, 7 Sep 2003 05:57:10 +0000 (-0700) Subject: Forgot to commit the Changelog for the new tests. X-Git-Tag: releases/gcc-3.4.0~3849 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=687f4bc133ed1a3f22d225def43de34ebf5d9873;p=thirdparty%2Fgcc.git Forgot to commit the Changelog for the new tests. From-SVN: r71162 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d5b929a674db..fbd5f57f1907 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -3,6 +3,26 @@ PR c++/11687 * g++.dg/expr/static_cast5.C: New test. +2003-09-06 Andrew Pinski + + PR c++/11507 + * g++.dg/lookup/scoped7.C: New test. + + PR c++/9574 + * g++.dg/other/static1.C: New test. + + PR c++/11490 + * g++.dg/warn/template-1.C: New test. + + PR c++/11432 + * g++.dg/template/crash10.C: New test. + + PR c++/2478 + * g++.dg/overload/VLA.C: New test. + + PR c++/10804 + * g++.dg/template/call1.C: New test. + 2003-09-06 Nathan Sidwell PR c++/11794