This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Make tsi insert iterators handle chains of COMPOUND_EXPRs
On Fri, Aug 29, 2003 at 12:43:55AM +0200, Zdenek Dvorak wrote:
> > > will put b in the middle of a; which is inconsistend with the fact that
> > > tsi_link_before would not.
>
> aw, sorry, I of course meant
> tsi_link_after (tsi, a, TSI_NEW_STMT);
> tsi_link_after (tsi, b, TSI_NEW_STMT);
Ok, so? Your proposal does not differ from mine in this respect.
If the user does this, it's just a bug in their code.
r~