diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2010-08-20 12:59:40 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2010-08-20 12:59:40 +0000 |
commit | 1f5a46fe84cc5b9dfd2b8369c67c70d3ae97330c (patch) | |
tree | 8b8df6d82899bad49964397b4b3edca2b9304c02 | |
parent | ac47786e993ddb3c50545230d13f57df891c0562 (diff) | |
download | gcc-1f5a46fe84cc5b9dfd2b8369c67c70d3ae97330c.zip gcc-1f5a46fe84cc5b9dfd2b8369c67c70d3ae97330c.tar.gz gcc-1f5a46fe84cc5b9dfd2b8369c67c70d3ae97330c.tar.bz2 |
missed from rest of commit
missed from rest of commit
* gimplify.c (gimplify_modify_expr): When assigning to volatiles,
copy the src value and return a copy.
* doc/extend.texi (Volatiles): Move from C++ to C and expand.
(C++ Volatiles): Adjust to describe C++ semantics only.
From-SVN: r163402
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c525cad..1ab87d5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -100,6 +100,14 @@ * varasm.c: Likewise. * vmsdbgout.c: Likewise. +2010-08-19 Nathan Sidwell <nathan@codesourcery.com> + Richard Guenther <richard.guenther@gmail.com> + + * gimplify.c (gimplify_modify_expr): When assigning to volatiles, + copy the src value and return a copy. + * doc/extend.texi (Volatiles): Move from C++ to C and expand. + (C++ Volatiles): Adjust to describe C++ semantics only. + 2010-08-20 Joseph Myers <joseph@codesourcery.com> * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to |