Skip to content
Snippets Groups Projects
Commit 20614902 authored by Paul Russo's avatar Paul Russo
Browse files

After handling a break or continue statement while

executing a loop, reset the parser return code so
that we do not propagate the break/continue status
upward.

This problem was only visible under -O1, -O2, and
-O3, the defective code was not executed under -O0
or -O4.

This fixes Savannah bug #35884: Problem with break.

-- Paul Russo


git-svn-id: http://root.cern.ch/svn/root/trunk@23561 27541ba8-7e3a-0410-8455-c3a389f83636
parent f2b63692
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment