utils2.c (build_binary_op): Add a NO_FOLD argument.
authorPierre-Marie de Rodat <derodat@adacore.com>
Tue, 11 Oct 2016 10:19:39 +0000 (10:19 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 11 Oct 2016 10:19:39 +0000 (10:19 +0000)
commit08ef2c16779f0f1814cc1f49bf53e7504942f079
tree17830370fb0bc223697052c20038f600115efa0e
parentabb3ea16fa70565acae570e7410eb6702cf631ed
utils2.c (build_binary_op): Add a NO_FOLD argument.

* gcc-interface/utils2.c (build_binary_op): Add a NO_FOLD
argument.  Disable folding when true.
* gcc-interface/gigi.h (choices_to_gnu): Remove declaration.
(build_binary_op): Update signature and comment.
* gcc-interface/decl.c (choices_to_gnu): Make static.  Disable
folding for all calls to build_binary_op.

From-SVN: r240978
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/gigi.h
gcc/ada/gcc-interface/utils2.c