summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-16 14:34:02 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-16 14:34:02 +0000
commitac37c471d104af8079dbe8b320f61d929a2888e4 (patch)
treea944ac0264fe665e3967a1545691b375acdbdc06 /gcc/cp/ChangeLog
parent4fbc4db5fec2817f6309bebcc5851a198c111cf6 (diff)
downloadgcc-ac37c471d104af8079dbe8b320f61d929a2888e4.tar.gz
cp:
2002-09-16 Nathan Sidwell <nathan@codesourcery.com> PR c++/7015 * semantic.c (finish_asm_stmt): Fix operand/output_operands thinko. * typeck.c (c_expand_asm_operands): Protect from error_mark_node. testsuite * g++.dg/ext/asm3.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57192 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index da49b547f69..3c3fb937d88 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/7015
+ * semantic.c (finish_asm_stmt): Fix operand/output_operands
+ thinko.
+ * typeck.c (c_expand_asm_operands): Protect from error_mark_node.
+
2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
PR c++/7919