http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46627

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-11-23 
19:26:10 UTC ---
Using a label in the inline-asm is incorrect as inline-asm could be duplicated
for multiple of reasons: inlining, and unrolling loops are just two examples. 
See PR 20468#c1 for how to get around by using a local label.

*** This bug has been marked as a duplicate of bug 20468 ***

Reply via email to