* g++.old-deja/g++.other/decl4.C: New test.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 16 Jun 1999 22:38:16 +0000 (22:38 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Wed, 16 Jun 1999 22:38:16 +0000 (22:38 +0000)
From-SVN: r27558

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/decl4.C [new file with mode: 0644]

index 71a6e12bf18afec0c2a00f3b58bfa66e12306060..e6b9cf5d3224d655932e248fc83d8c0915e2452d 100644 (file)
@@ -1,3 +1,7 @@
+1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * g++.old-deja/g++.other/decl4.C: New test.
+
 1999-06-14  Nathan Sidwell  <nathan@acm.org>
 
        * g++.old-deja/g++.other/bitfld3.C: New test.
diff --git a/gcc/testsuite/g++.old-deja/g++.other/decl4.C b/gcc/testsuite/g++.old-deja/g++.other/decl4.C
new file mode 100644 (file)
index 0000000..d148452
--- /dev/null
@@ -0,0 +1,7 @@
+// Build don't link:
+
+// Reported by Harri Porten <porten@tu-harburg.de>
+// Simplified for testsuite by Alexandre Oliva
+
+struct foo { operator long double(); };
+int bar(int __opr); // gets bogus error - XFAIL *-*-*