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 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.



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