From: jason Date: Fri, 18 May 2001 23:32:45 +0000 (+0000) Subject: fix X-Git-Tag: upstream/4.9.2~94335 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e13f78836a611ea74378ed6b4e11241f9fd70a0e;p=platform%2Fupstream%2Flinaro-gcc.git fix git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42292 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/g++.old-deja/g++.other/call1.C b/gcc/testsuite/g++.old-deja/g++.other/call1.C index 7341488..1cf6d97 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; }