projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3804fe2
)
fix
author
Jason Merrill
<jason@gcc.gnu.org>
Fri, 18 May 2001 23:32:45 +0000
(19:32 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Fri, 18 May 2001 23:32:45 +0000
(19:32 -0400)
From-SVN: r42292
gcc/testsuite/g++.old-deja/g++.other/call1.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.other/call1.C
b/gcc/testsuite/g++.old-deja/g++.other/call1.C
index 7341488d94905204ab8d3c65e5449b1b9288fc4c..1cf6d9708ff6869648937426c27004e690427c29 100644
(file)
--- 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; }