summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-18 23:32:45 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-18 23:32:45 +0000
commite13f78836a611ea74378ed6b4e11241f9fd70a0e (patch)
tree27429283ff9f1880e0d30ee202c8f59019ebc240
parent546d24e9bfb146407e1c0c87aab31ceb913013d6 (diff)
downloadppe42-gcc-e13f78836a611ea74378ed6b4e11241f9fd70a0e.tar.gz
ppe42-gcc-e13f78836a611ea74378ed6b4e11241f9fd70a0e.zip
fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42292 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/g++.old-deja/g++.other/call1.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/call1.C b/gcc/testsuite/g++.old-deja/g++.other/call1.C
index 7341488d949..1cf6d9708ff 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 &pr;
+ const fptr pr;
C (fptr n): pr(n) { }
operator const fptr& () { return pr; }
OpenPOWER on IntegriCloud