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



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



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|UNCONFIRMED                 |RESOLVED

         Resolution|                            |INVALID



--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-20 
05:31:56 UTC ---

This is not a bug as you don't use labels-as-a-value with a computed goto.  You

need a computed goto to use label correctly so since you don't have one, GCC

assumes you are never jumping to that label and moves it around.

Reply via email to