projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
553a066
)
add missing function
author
Jason Merrill
<jason@gcc.gnu.org>
Fri, 15 Jun 2001 11:45:27 +0000
(07:45 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Fri, 15 Jun 2001 11:45:27 +0000
(07:45 -0400)
From-SVN: r43397
gcc/testsuite/g++.old-deja/g++.pt/ptrmem2.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.pt/ptrmem2.C
b/gcc/testsuite/g++.old-deja/g++.pt/ptrmem2.C
index c6927d1947219260d6d2439f61418190d7739f39..1f254e93c311d7d623f5114bddc0a4e2e0eb3d4d 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.pt/ptrmem2.C
+++ b/
gcc/testsuite/g++.old-deja/g++.pt/ptrmem2.C
@@
-31,6
+31,11
@@
S* S::g()
return this;
}
+S* S::h()
+{
+ return this;
+}
+
int main()
{
S s;