summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2000-08-03 23:10:18 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-08-03 23:10:18 +0000
commit0dc52a0050ec340585aee67730f92b44d91fbeb0 (patch)
treebdf1ca1978bdeae52c01573236b1ebaead2beabb
parentb98e139b314fded9bef3f8dce42743ead9baecd3 (diff)
downloadgcc-0dc52a0050ec340585aee67730f92b44d91fbeb0.tar.gz
extend.texi: Add commentary on statement-expressions and their interactions with C++.
* extend.texi: Add commentary on statement-expressions and their interactions with C++. From-SVN: r35464
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8085be70adb..2e39eca54fc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-03 Mark Mitchell <mark@codesourcery.com>
+
+ * extend.texi: Add commentary on statement-expressions and their
+ interactions with C++.
+
2000-08-03 Nick Clifton <nickc@cygnus.com>
* dwarf2.h (DW_LANG_Java): Change value to 0x000b.