http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54736
--- Comment #4 from tkoenig at netcologne dot de <tkoenig at netcologne dot de> 2012-09-30 20:24:03 UTC --- Am 30.09.2012 21:12, schrieb shart6 at utk dot edu: > If n_elist = 1, then high = low = 0, and the funtion will always return 0, > even > if the unit passed in to search for is in the exception list. If there are n_elist exceptions, then they can be found in elist[0], ..., elist[n_elist-1]. If there is one exception, then it can be found at elist[0].