On Thu, Jan 22, 2015 at 3:36 PM, Eric Botcazou wrote:
> Hi,
>
> const_binop is now invoked on MEM_EXPR, which doesn't make much sense given
> the assertion at the end:
>
> /* Make sure type and arg0 have the same saturating flag. */
> gcc_checking_assert (TYPE_SATURATING (type)
>
Hi,
const_binop is now invoked on MEM_EXPR, which doesn't make much sense given
the assertion at the end:
/* Make sure type and arg0 have the same saturating flag. */
gcc_checking_assert (TYPE_SATURATING (type)
== TYPE_SATURATING (TREE_TYPE (arg1)));
Tested on x86_64