Re: [PATCH] avoid aarch64 ICE on large vectors (PR 89797)

2019-04-18 Thread Martin Sebor
On 4/18/19 9:59 AM, Richard Sandiford wrote: Martin Sebor writes: On 4/18/19 6:07 AM, Richard Sandiford wrote: "Richard Earnshaw (lists)" writes: On 18/04/2019 03:38, Martin Sebor wrote: The fix for pr89797 committed in r270326 was limited to targets with NUM_POLY_INT_COEFFS == 1 which I th

Re: [PATCH] avoid aarch64 ICE on large vectors (PR 89797)

2019-04-18 Thread Richard Sandiford
Martin Sebor writes: > On 4/18/19 6:07 AM, Richard Sandiford wrote: >> "Richard Earnshaw (lists)" writes: >>> On 18/04/2019 03:38, Martin Sebor wrote: The fix for pr89797 committed in r270326 was limited to targets with NUM_POLY_INT_COEFFS == 1 which I think is all but aarch64. The

Re: [PATCH] avoid aarch64 ICE on large vectors (PR 89797)

2019-04-18 Thread Martin Sebor
On 4/18/19 6:07 AM, Richard Sandiford wrote: "Richard Earnshaw (lists)" writes: On 18/04/2019 03:38, Martin Sebor wrote: The fix for pr89797 committed in r270326 was limited to targets with NUM_POLY_INT_COEFFS == 1 which I think is all but aarch64. The tests for the fix have been failing with

Re: [PATCH] avoid aarch64 ICE on large vectors (PR 89797)

2019-04-18 Thread Christophe Lyon
On Thu, 18 Apr 2019 at 14:08, Richard Sandiford wrote: > > "Richard Earnshaw (lists)" writes: > > On 18/04/2019 03:38, Martin Sebor wrote: > >> The fix for pr89797 committed in r270326 was limited to targets > >> with NUM_POLY_INT_COEFFS == 1 which I think is all but aarch64. > >> The tests for t

Re: [PATCH] avoid aarch64 ICE on large vectors (PR 89797)

2019-04-18 Thread Richard Sandiford
"Richard Earnshaw (lists)" writes: > On 18/04/2019 03:38, Martin Sebor wrote: >> The fix for pr89797 committed in r270326 was limited to targets >> with NUM_POLY_INT_COEFFS == 1 which I think is all but aarch64. >> The tests for the fix have been failing with an ICE on aarch64 >> because it suffer

Re: [PATCH] avoid aarch64 ICE on large vectors (PR 89797)

2019-04-18 Thread Richard Earnshaw (lists)
On 18/04/2019 09:58, Richard Earnshaw (lists) wrote: > On 18/04/2019 03:38, Martin Sebor wrote: >> The fix for pr89797 committed in r270326 was limited to targets >> with NUM_POLY_INT_COEFFS == 1 which I think is all but aarch64. >> The tests for the fix have been failing with an ICE on aarch64 >>

Re: [PATCH] avoid aarch64 ICE on large vectors (PR 89797)

2019-04-18 Thread Richard Earnshaw (lists)
On 18/04/2019 03:38, Martin Sebor wrote: > The fix for pr89797 committed in r270326 was limited to targets > with NUM_POLY_INT_COEFFS == 1 which I think is all but aarch64. > The tests for the fix have been failing with an ICE on aarch64 > because it suffers from more or less the same problem but i

[PATCH] avoid aarch64 ICE on large vectors (PR 89797)

2019-04-17 Thread Martin Sebor
The fix for pr89797 committed in r270326 was limited to targets with NUM_POLY_INT_COEFFS == 1 which I think is all but aarch64. The tests for the fix have been failing with an ICE on aarch64 because it suffers from more or less the same problem but in its own target-specific code. Attached is the