aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin v. Löwis <loewis@gcc.gnu.org>1999-09-21 19:34:55 +0000
committerMartin v. Löwis <loewis@gcc.gnu.org>1999-09-21 19:34:55 +0000
commit7936455a2c77244e55f29757e38512051f3ab76b (patch)
tree5c9193f21363589c4dac64eb7832e6f487e5c854
parentabb14ef57e7850450042f1195b04266524e3132b (diff)
downloadgcc-7936455a2c77244e55f29757e38512051f3ab76b.zip
gcc-7936455a2c77244e55f29757e38512051f3ab76b.tar.gz
gcc-7936455a2c77244e55f29757e38512051f3ab76b.tar.bz2
extend.texi (Bound member functions): Document unbound pmf conversion.
* extend.texi (Bound member functions): Document unbound pmf conversion. From-SVN: r29557
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2e17840..3cf9abe 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 21 11:15:03 1999 Martin v. Löwis <loewis@informatik.hu-berlin.de>
+
+ * extend.texi (Bound member functions): Document unbound pmf
+ conversion.
+
Tue Sep 21 14:55:11 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
* flow.c (split_edge): Handle insertion on a fallthrough edge which