This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r181332 - in /trunk: gcc/ChangeLog gcc/cp/Chang...
- From: jason at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Sun, 13 Nov 2011 00:44:39 -0000
- Subject: r181332 - in /trunk: gcc/ChangeLog gcc/cp/Chang...
Author: jason
Date: Sun Nov 13 00:44:39 2011
New Revision: 181332
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181332
Log:
PR c++/51060
* gimplify.c (gimplify_target_expr): Add a clobber to the cleanup.
(gimplify_modify_expr): Don't try to simplify it.
* cp/cp-gimplify.c (cp_gimplify_expr): Leave clobbers alone.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/testsuite/25_algorithms/max/1.cc
trunk/libstdc++-v3/testsuite/25_algorithms/min/1.cc
trunk/libstdc++-v3/testsuite/25_algorithms/minmax/1.cc
Changes in other areas also in this revision:
Added:
trunk/gcc/testsuite/g++.dg/opt/stack2.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/cp-gimplify.c
trunk/gcc/gimplify.c
trunk/gcc/testsuite/ChangeLog