On Mon, 21 Jul 2008, Diego Novillo wrote:

> 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'?

I fixed the real cause of the asserts triggering.  See

http://gcc.gnu.org/ml/gcc-patches/2008-07/msg01545.html

Richard.

Reply via email to