summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-06-20 16:25:11 -0700
committerRichard Henderson <rth@gcc.gnu.org>2002-06-20 16:25:11 -0700
commitc883fe8951226c1587e4fcc23f1da7aa981b25c5 (patch)
tree4b2dc2806469742c49708d0545862d744cd61971 /gcc/cp/ChangeLog
parent67c098225568105785c58f717e7591641a1aa7ed (diff)
downloadgcc-c883fe8951226c1587e4fcc23f1da7aa981b25c5.tar.gz
typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.
* typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early. Call put_var_into_stack. * g++.dg/opt/asm1.C: New. From-SVN: r54864
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 3de4f8bdb75..4ae454e494e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-20 Richard Henderson <rth@redhat.com>
+
+ PR c++/6747
+ * typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.
+ Call put_var_into_stack.
+
2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/6892