From: Giovanni Bajo Date: Mon, 23 Feb 2004 12:52:18 +0000 (+0000) Subject: re PR c++/14250 (switch() does not seem to see operator int() in template class) X-Git-Tag: releases/gcc-3.3.4~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3acaf028a6d6f4df4f3b94853857f8614b306e9;p=thirdparty%2Fgcc.git re PR c++/14250 (switch() does not seem to see operator int() in template class) PR c++/14250 * g++.dg/other/switch1.C: New test. From-SVN: r78302 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 199c8f52bf9f..028da9a67f9e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-02-23 Giovanni Bajo + + PR c++/14250 + * g++.dg/other/switch1.C: New test. + 2004-02-22 Jakub Jelinek * g++.dg/parse/init1.C: New test.