diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2001-05-18 19:32:45 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2001-05-18 19:32:45 -0400 |
commit | ab1f084cdfaf5ba244ae644b88f6d6f038dd2498 (patch) | |
tree | 27429283ff9f1880e0d30ee202c8f59019ebc240 /gcc | |
parent | 3804fe2e1b4c92ffb7350cdef691ddab6fe9c840 (diff) | |
download | gcc-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.C | 2 |
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 ≺ + const fptr pr; C (fptr n): pr(n) { } operator const fptr& () { return pr; } |