OSDN Git Service

* cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / decl4.C
1 // Build don't link:
2 // crash test - XFAIL *-*-*
3
4 // Reported by Harri Porten <porten@tu-harburg.de>
5 // Simplified for testsuite by Alexandre Oliva
6
7 struct foo { operator long double(); };
8 int bar(int __opr); // gets bogus error - XFAIL *-*-*