https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94474
--- Comment #7 from Bernd Edlinger <bernd.edlinger at hotmail dot de> --- > I don't understand why each range wouldn't need its own view number? Each of the sub ranges end PC can be an exit point. At least how I see it. Please have a look at my patch. It adds each of the ranges end address to the end address list, and there are two cases, one where only one range is there, and one where multiple ranges are there. then the end PC addresses are used to modify the is-stmt bits of the corresponding line entries if there are any. Those cannot be used for break points per line number, possibly. But I dont care. Thanks Bernd.
