------- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-22 17:12 ------- No, what GCC is doing is correct, it is ok to duplicate Basic blocks. What you are doing with the inline-asm is incorrect as you cannot jump into an inline-asm without many troubles.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32043