[Bug target/82960] spu_machine_dependent_reorg does not handle jump_table_data insn

2017-12-08 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82960 Ulrich Weigand changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/82960] spu_machine_dependent_reorg does not handle jump_table_data insn

2017-12-08 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82960 --- Comment #5 from Ulrich Weigand --- Author: uweigand Date: Fri Dec 8 11:33:09 2017 New Revision: 255508 URL: https://gcc.gnu.org/viewcvs?rev=255508=gcc=rev Log: gcc/ PR target/82960 * config/spu/spu.c (pad_bb): Only check

[Bug target/82960] spu_machine_dependent_reorg does not handle jump_table_data insn

2017-11-20 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82960 --- Comment #4 from Tom de Vries --- (In reply to Ulrich Weigand from comment #3) > I'll have a look. Thanks :) > I still need to get my SPU build environment back up and > running, the build currently fails due to unrelated issues. > > I

[Bug target/82960] spu_machine_dependent_reorg does not handle jump_table_data insn

2017-11-20 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82960 --- Comment #3 from Ulrich Weigand --- I'll have a look. I still need to get my SPU build environment back up and running, the build currently fails due to unrelated issues. I remember looking at this a few years back:

[Bug target/82960] spu_machine_dependent_reorg does not handle jump_table_data insn

2017-11-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82960 Tom de Vries changed: What|Removed |Added CC||dje.gcc at gmail dot com --- Comment #2

[Bug target/82960] spu_machine_dependent_reorg does not handle jump_table_data insn

2017-11-13 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82960 --- Comment #1 from Tom de Vries --- Created attachment 42592 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42592=edit Tentative patch Using this tentative patch, I manage to finish the build.