Re: [PATCH] Fix emission of jump tables (PR tree-optimization/86263).

2018-06-22 Thread Richard Biener
On Fri, Jun 22, 2018 at 11:21 AM Martin Liška wrote: > > Hello. > > Quite obvious patch where I accidentally removed check for: > if (!targetm.have_casesi () && !targetm.have_tablejump ()) > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? OK

[PATCH] Fix emission of jump tables (PR tree-optimization/86263).

2018-06-22 Thread Martin Liška
Hello. Quite obvious patch where I accidentally removed check for: if (!targetm.have_casesi () && !targetm.have_tablejump ()) Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2018-06-21 Martin Liska PR tree-opti