From f9fad1f531a1d63bd59327be6ce1b064f335dbde Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 9 Oct 1998 09:48:27 +0000 Subject: [PATCH] expr6.C: New test. * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks matching of template brackets. (forgot to cvs add it yesterday) From-SVN: r22956 --- gcc/testsuite/g++.old-deja/g++.pt/expr6.C | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gcc/testsuite/g++.old-deja/g++.pt/expr6.C diff --git a/gcc/testsuite/g++.old-deja/g++.pt/expr6.C b/gcc/testsuite/g++.old-deja/g++.pt/expr6.C new file mode 100644 index 00000000000..e1d38de7e56 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.pt/expr6.C @@ -0,0 +1,9 @@ +// Build don't link: + +// Based on a bug report by tveldhui + +// excess errors test - XFAIL *-*-* + +template class foo {}; + +foo< true ? 1 : 0 > bar; -- 2.30.2