Richard Guenther <richard.guent...@gmail.com> writes: > On Fri, Sep 10, 2010 at 3:15 PM, Paulo J. Matos <pocma...@gmail.com> wrote: > > Which is wrong. You need to use block_stmt_iterator and > bsi_remove and ... (I don't remember, 4.3 is so old). >
Thanks for the pointers. I will use those instead. > > You need to properly update the CFG > ok! > You will have to transition to a completely different GIMPLE representation > when moving to trunk, so I think you are wasting time here. I understand that from your point of view. But since I am doing this at work and my company's interest is in GCC4.3, I have to do it. I will then do the port to the trunk (no matter how different it is) once I get this working on 4.3. Thanks a lot for your input, -- PMatos