(expand_expr, case COND_EXPR): Protect the condition from being evaluated more than...
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 26 Jun 1995 22:57:58 +0000 (18:57 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 26 Jun 1995 22:57:58 +0000 (18:57 -0400)
commit0184223489d6ddf887c169e01dc9cd7325677fbc
tree81d84864b79a5b2667a4d011c1a1c4695aa7eeed
parent586c54377c48ead37ec4a7f04860e4c2550ad75d
(expand_expr, case COND_EXPR): Protect the condition from being evaluated more than once.

(expand_expr, case COND_EXPR): Protect the condition from being evaluated more
than once.
(do_jump, case TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR): Likewise.

From-SVN: r10055
gcc/expr.c