Re: [PATCH, PR81430] Use finalize_options in lto1

2017-07-25 Thread Richard Biener
On Fri, 21 Jul 2017, Tom de Vries wrote: > On 07/21/2017 11:41 AM, Richard Biener wrote: > > On Thu, 20 Jul 2017, Tom de Vries wrote: > > > > > On 07/20/2017 12:10 PM, Richard Biener wrote: > > > > On Thu, 20 Jul 2017, Tom de Vries wrote: > > > > > > > > > Hi, > > > > > > > > > > this patch

Re: [PATCH, PR81430] Use finalize_options in lto1

2017-07-21 Thread Tom de Vries
On 07/21/2017 11:41 AM, Richard Biener wrote: On Thu, 20 Jul 2017, Tom de Vries wrote: On 07/20/2017 12:10 PM, Richard Biener wrote: On Thu, 20 Jul 2017, Tom de Vries wrote: Hi, this patch fixes PR81430, an ICE in the libgomp testsuite for both openmp and openacc test-cases for x86_64 with

Re: [PATCH, PR81430] Use finalize_options in lto1

2017-07-21 Thread Richard Biener
On Thu, 20 Jul 2017, Tom de Vries wrote: > On 07/20/2017 12:10 PM, Richard Biener wrote: > > On Thu, 20 Jul 2017, Tom de Vries wrote: > > > > > Hi, > > > > > > this patch fixes PR81430, an ICE in the libgomp testsuite for both openmp > > > and > > > openacc test-cases for x86_64 with nvptx

Re: [PATCH, PR81430] Use finalize_options in lto1

2017-07-20 Thread Tom de Vries
On 07/20/2017 12:10 PM, Richard Biener wrote: On Thu, 20 Jul 2017, Tom de Vries wrote: Hi, this patch fixes PR81430, an ICE in the libgomp testsuite for both openmp and openacc test-cases for x86_64 with nvptx accelerator. The scenario how we hit the ICE is as follows: - a testcase is

Re: [PATCH, PR81430] Use finalize_options in lto1

2017-07-20 Thread Richard Biener
On Thu, 20 Jul 2017, Tom de Vries wrote: > Hi, > > this patch fixes PR81430, an ICE in the libgomp testsuite for both openmp and > openacc test-cases for x86_64 with nvptx accelerator. > > The scenario how we hit the ICE is as follows: > - a testcase is compiled with -O2 > -

[PATCH, PR81430] Use finalize_options in lto1

2017-07-20 Thread Tom de Vries
Hi, this patch fixes PR81430, an ICE in the libgomp testsuite for both openmp and openacc test-cases for x86_64 with nvptx accelerator. The scenario how we hit the ICE is as follows: - a testcase is compiled with -O2 - ix86_option_optimization_table enables OPT_freorder_blocks_and_partition