Commit e63c84d8 by Richard Guenther Committed by Richard Biener

re PR tree-optimization/23177 (internal compiler error with -O option)

2005-08-02  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/23177
	* tree-ssa-operands.c (get_tmr_operands): Use get_expr_operands
	on TMR_TAG.

From-SVN: r102654
parent 08303d5b
2005-08-02 Richard Guenther <rguenther@suse.de>
PR tree-optimization/23177
* tree-ssa-operands.c (get_tmr_operands): Use get_expr_operands
on TMR_TAG.
2005-08-02 James A. Morrison <phython@gcc.gnu.org>
PR tree-optimization/23129
......
......@@ -1698,7 +1698,7 @@ get_tmr_operands (tree stmt, tree expr, int flags)
}
if (tag)
add_stmt_operand (&tag, stmt_ann (stmt), flags);
get_expr_operands (stmt, &tag, flags);
else
/* Something weird, so ensure that we will be careful. */
stmt_ann (stmt)->has_volatile_ops = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment