[RTEMS Project] #4847: Goto statements

RTEMS trac trac at rtems.org
Fri Feb 10 14:58:10 UTC 2023


#4847: Goto statements
-------------------------+-------------------------------------------------
 Reporter:  Daniel       |       Owner:  Sebastian Huber
  Páscoa                 |  <sebastian.huber@…>
     Type:  defect       |      Status:  closed
 Priority:  normal       |   Milestone:
Component:  score        |     Version:  6
 Severity:  normal       |  Resolution:  fixed
 Keywords:               |  Blocked By:
  qualification          |
 Blocking:               |
-------------------------+-------------------------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):

 * owner:  (none) => Sebastian Huber <sebastian.huber@…>
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"22d845d5b752870282678b78845c8d6052019b36/rtems"
 22d845d5/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="22d845d5b752870282678b78845c8d6052019b36"
 score: Replace goto with a break

 The goto label was directly after the loop, so we can replace the goto
 with a break.

 Close #4847.
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/4847#comment:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list