trans.c (build_binary_op_trapv): If no operand is a constant, use the generic impleme...
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 11 Jun 2016 12:07:54 +0000 (12:07 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 11 Jun 2016 12:07:54 +0000 (12:07 +0000)
commitaa18f65ad4bfdd9a566d7ebc3fd66075b29e35af
treefc84956b83b2d88bfb609430cc42dc8cdaf1f443
parenta31d78c6a0b25dbc9076e357925a9b07a5d96f73
trans.c (build_binary_op_trapv): If no operand is a constant, use the generic implementation of the middle-end...

* gcc-interface/trans.c (build_binary_op_trapv): If no operand is a
constant, use the generic implementation of the middle-end; otherwise
turn the dynamic conditions into static conditions and simplify.

From-SVN: r237328
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c