aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-06-16 22:38:16 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1999-06-16 22:38:16 +0000
commit06c8baef3a8acf2a560db2859207d488a2500047 (patch)
treeaa4af0062ffa0af47c63f3b4878eae4f0cfa6610
parent1b5f5f763a803b26effc0d8839189dfd702cc392 (diff)
downloadgcc-06c8baef3a8acf2a560db2859207d488a2500047.zip
gcc-06c8baef3a8acf2a560db2859207d488a2500047.tar.gz
gcc-06c8baef3a8acf2a560db2859207d488a2500047.tar.bz2
* g++.old-deja/g++.other/decl4.C: New test.
From-SVN: r27558
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.old-deja/g++.other/decl4.C7
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 71a6e12..e6b9cf5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
index 0000000..d148452
--- /dev/null
+++ b/gcc/testsuite/g++.old-deja/g++.other/decl4.C
@@ -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 *-*-*