(skip_evaluation): New variable.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 9 Jun 1995 21:58:24 +0000 (17:58 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 9 Jun 1995 21:58:24 +0000 (17:58 -0400)
commit245391da4ed030a58f54ecd3ae1f9cbbd31c965b
tree8f47e69c72ff7533b3b8abd2d8214d56b25a2e99
parent17856c497fa53217a7bde0e6c622ad8b61fd956f
(skip_evaluation): New variable.

(&&, ||, ?:): Increment it in unevaluated subexpressions.
(/, %, integer_overflow): Suppress diagnostics if skip_evaluation != 0.
(yyerror): Clear skip_evaluation.

From-SVN: r9914
gcc/cexp.y