OSDN Git Service

* g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 1998 12:02:21 +0000 (12:02 +0000)
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 1998 12:02:21 +0000 (12:02 +0000)
matching of template brackets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22921 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog

index b15599c..fc85ca1 100644 (file)
@@ -1,5 +1,8 @@
 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * 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.