Commit 9ec9d82b by Richard Henderson Committed by Richard Henderson

re PR middle-end/17756 (contained_3.f90)

        PR 17756
        * tree-ssa-operands.c (get_expr_operands): Handle CONST_DECL.

From-SVN: r88579
parent 19361834
2004-10-05 Richard Henderson <rth@redhat.com>
PR 17756
* tree-ssa-operands.c (get_expr_operands): Handle CONST_DECL.
2004-10-05 Kelley Cook <kcook@gcc.gnu.org>
PR bootstrap/17817
......
......@@ -1004,6 +1004,7 @@ get_expr_operands (tree stmt, tree *expr_p, int flags)
case VAR_DECL:
case PARM_DECL:
case RESULT_DECL:
case CONST_DECL:
/* If we found a variable, add it to DEFS or USES depending
on the operand flags. */
add_stmt_operand (expr_p, stmt, flags);
......
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