From: Alexandre Oliva Date: Wed, 16 Jun 1999 22:38:16 +0000 (+0000) Subject: * g++.old-deja/g++.other/decl4.C: New test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06c8baef3a8acf2a560db2859207d488a2500047;p=gcc.git * g++.old-deja/g++.other/decl4.C: New test. From-SVN: r27558 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 71a6e12bf18..e6b9cf5d322 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-06-17 Alexandre Oliva + + * g++.old-deja/g++.other/decl4.C: New test. + 1999-06-14 Nathan Sidwell * 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 00000000000..d14845290e5 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.other/decl4.C @@ -0,0 +1,7 @@ +// Build don't link: + +// Reported by Harri Porten +// Simplified for testsuite by Alexandre Oliva + +struct foo { operator long double(); }; +int bar(int __opr); // gets bogus error - XFAIL *-*-*