From: Nathan Sidwell Date: Fri, 20 Aug 2010 12:59:40 +0000 (+0000) Subject: missed from rest of commit X-Git-Tag: releases/gcc-4.6.0~4914 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f5a46fe84cc5b9dfd2b8369c67c70d3ae97330c;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c525cad47195..1ab87d5c08c1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -100,6 +100,14 @@ * varasm.c: Likewise. * vmsdbgout.c: Likewise. +2010-08-19 Nathan Sidwell + Richard Guenther + + * 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 * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to