On Fri, Apr 08, 2005 at 04:40:01PM -0700, Mark Mitchell wrote:
> I do think the C++ FE needs fixing before Diego's change gets merged,
> though. I can make the change, but not instantly. If someone files a
> PR, and assigns to me, I'll get to it at some not-too-distant point.
>
PR c++/20912. I have disabled that part of the merge.
Once that's fixed it can be re-enabled with
--- tree-ssa-operands.c 9 Apr 2005 01:37:24 -0000 2.75
+++ tree-ssa-operands.c 9 Apr 2005 01:44:21 -0000
@@ -1810,7 +1810,6 @@ add_stmt_operand (tree *var_p, stmt_ann_
this transformation on V_MUST_DEF operands (otherwise, we
mis-optimize SPEC2000's eon). */
if ((flags & opf_is_def)
- && !(flags & opf_kill_def)
&& unmodifiable_var_p (var))
{
gcc_assert (!is_real_op);
Thanks. Diego.