From: Jason Merrill Date: Fri, 18 May 2001 23:32:45 +0000 (-0400) Subject: fix X-Git-Tag: prereleases/libstdc++-3.0.95~4359 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab1f084cdfaf5ba244ae644b88f6d6f038dd2498;p=thirdparty%2Fgcc.git fix From-SVN: r42292 --- diff --git a/gcc/testsuite/g++.old-deja/g++.other/call1.C b/gcc/testsuite/g++.old-deja/g++.other/call1.C index 7341488d9490..1cf6d9708ff6 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/call1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/call1.C @@ -23,7 +23,7 @@ struct B { }; struct C { - const fptr ≺ + const fptr pr; C (fptr n): pr(n) { } operator const fptr& () { return pr; }