[PATCH] Allow entry point markers without debug support in accelerator compiler

2019-12-06 Thread Kwok Cheung Yeung
Hello A number of the libgomp tests running with AMD GCN offloading fail with the following internal compiler error: during RTL pass: final /scratch/ci-cs/amdtest/upstream-offload/src/gcc-mainline/libgomp/testsuite/libgomp.fortran/examples-4/async_target-1.f90: In function 'pipedf_._omp_fn.2'

Re: [PATCH] Allow entry point markers without debug support in accelerator compiler

2019-12-09 Thread Richard Biener
On Fri, Dec 6, 2019 at 6:27 PM Kwok Cheung Yeung wrote: > > Hello > > A number of the libgomp tests running with AMD GCN offloading fail with > the following internal compiler error: > > during RTL pass: final > /scratch/ci-cs/amdtest/upstream-offload/src/gcc-mainline/libgomp/testsuite/libgomp.for

Re: [PATCH] Allow entry point markers without debug support in accelerator compiler

2020-01-09 Thread Kwok Cheung Yeung
Hello On 09/12/2019 8:01 am, Richard Biener wrote: The stream-in code has /* If we're recompiling LTO objects with debug stmts but we're not supposed to have debug stmts, remove them now. We can't remove them earlier because this would cause uid

Re: [PATCH] Allow entry point markers without debug support in accelerator compiler

2020-01-09 Thread Richard Biener
On Thu, Jan 9, 2020 at 2:35 PM Kwok Cheung Yeung wrote: > > Hello > > On 09/12/2019 8:01 am, Richard Biener wrote: > > > > The stream-in code has > > > >/* If we're recompiling LTO objects with debug stmts but > > we're not supposed to have debug stmts, remove them now. >