Assert failed in purge_dead_edges in cfgrtl.c

2008-04-18 Thread Mario Fanelli
end: (nil) What am I doing wrong? Regards, Mario Fanelli

Out of ssa form only for some basic block

2008-04-16 Thread Mario Fanelli
I put into the new function ( using move_sese_region_to_fn() ) is already in ssa form. Unfortunately I have to use gcc version 4.2.2 and so I think that the only solution is to put the code out of the ssa form. Could someone point me to the right direction? What am I doing wrong? Regards, Mario Fanelli

Assigning a value to a temp var in GIMPLE SSA

2008-02-22 Thread Mario Fanelli
temporary variable, gcc segfaults while executing the vrp2 pass in tree-vrp.c. Could someone point me to the right direction? What am I doing wrong? Regards, Mario Fanelli