]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Wed, 5 Feb 2003 01:01:45 +0000 (01:01 +0000)
committerNo Author <no-author@gcc.gnu.org>
Wed, 5 Feb 2003 01:01:45 +0000 (01:01 +0000)
'gcc-3_2-branch'.

From-SVN: r62425

gcc/testsuite/g++.dg/ext/max.C [new file with mode: 0644]

diff --git a/gcc/testsuite/g++.dg/ext/max.C b/gcc/testsuite/g++.dg/ext/max.C
new file mode 100644 (file)
index 0000000..bc65f1f
--- /dev/null
@@ -0,0 +1,6 @@
+struct s_t { 
+};
+void foo(void) {
+  s_t s; int i;
+  s<?=i; // { dg-error "" }
+}