On Fri, Apr 29, 2011 at 9:43 AM, Jakub Jelinek wrote:
> Hi!
>
> The following patch fixes a bug in tree-switch-conversion.c with
> signed index_expr's. build_arrays would compute index_expr - range_min
> in index_expr's type and use that as index into CSWTCH.N array,
> which is wrong, because in
On Fri, Apr 29, 2011 at 6:43 PM, Jakub Jelinek wrote:
> Hi!
>
> The following patch fixes a bug in tree-switch-conversion.c with
> signed index_expr's. build_arrays would compute index_expr - range_min
> in index_expr's type and use that as index into CSWTCH.N array,
> which is wrong, because in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/29/11 10:43, Jakub Jelinek wrote:
> Hi!
>
> The following patch fixes a bug in tree-switch-conversion.c with
> signed index_expr's. build_arrays would compute index_expr - range_min
> in index_expr's type and use that as index into CSWTCH.N arr