This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFH][tuples] Make Ada work


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]