From: Alexandre Oliva Date: Thu, 8 Oct 1998 12:02:21 +0000 (+0000) Subject: expr6.C: New test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1636b950f9efe5813f05777ea5a3b18046b0c618;p=gcc.git expr6.C: New test. * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks matching of template brackets. From-SVN: r22921 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b15599cd813..fc85ca17c64 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 1998-10-08 Alexandre Oliva + * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks + matching of template brackets. + * g++.old-deja/g++.other/using4.C: New test. Test using declarations of methods from base classes.