aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@gcc.gnu.org>1998-10-08 12:02:21 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1998-10-08 12:02:21 +0000
commit1636b950f9efe5813f05777ea5a3b18046b0c618 (patch)
tree81998d8263effb0ca58814cca6d4446bb2e41ac9 /gcc
parent6cf9bfcf53dda4002a474ccde18e5f23bb4243d4 (diff)
downloadgcc-1636b950f9efe5813f05777ea5a3b18046b0c618.zip
gcc-1636b950f9efe5813f05777ea5a3b18046b0c618.tar.gz
gcc-1636b950f9efe5813f05777ea5a3b18046b0c618.tar.bz2
expr6.C: New test.
* g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks matching of template brackets. From-SVN: r22921
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b15599c..fc85ca1 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.