On 7/20/08 1:43 PM, Richard Guenther wrote:
> --- 2318,2326 ----
> for (i = 0; i < gimple_num_ops (s); i++)
> if (TREE_SIDE_EFFECTS (gimple_op (s, i)))
> {
> ! /* FIXME tuples. This assign is over-eager at least
> ! for Ada.
> ! gcc_assert (gimple_has_volatile_ops (s)); */
I can't parse the comment. What do you mean by 'This assign is over-eager'?
Diego.