aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2001-05-18 19:32:45 -0400
committerJason Merrill <jason@gcc.gnu.org>2001-05-18 19:32:45 -0400
commitab1f084cdfaf5ba244ae644b88f6d6f038dd2498 (patch)
tree27429283ff9f1880e0d30ee202c8f59019ebc240 /gcc
parent3804fe2e1b4c92ffb7350cdef691ddab6fe9c840 (diff)
downloadgcc-ab1f084cdfaf5ba244ae644b88f6d6f038dd2498.zip
gcc-ab1f084cdfaf5ba244ae644b88f6d6f038dd2498.tar.gz
gcc-ab1f084cdfaf5ba244ae644b88f6d6f038dd2498.tar.bz2
fix
From-SVN: r42292
Diffstat (limited to 'gcc')
-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 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 &pr;
+ const fptr pr;
C (fptr n): pr(n) { }
operator const fptr& () { return pr; }