Hi!
On Thu, 10 Mar 2016 16:14:34 +0300 (MSK), Alexander Monakov
wrote:
> On Thu, 10 Mar 2016, Nathan Sidwell wrote:
> > Hm, something must have changed since I found that sorry neccessary.
>
> As I already said in my opening sentence (not quoted in your response), you
> removed the unnecessary
On Thu, 10 Mar 2016, Nathan Sidwell wrote:
> Hm, something must have changed since I found that sorry neccessary.
As I already said in my opening sentence (not quoted in your response), you
removed the unnecessary override. This is exactly what lets toplevel code see
requested debug format now,
On 03/10/16 07:52, Alexander Monakov wrote:
On Wed, 9 Mar 2016, Nathan Sidwell wrote:
Furthermore, this is not useful without support in libgomp/plugin-nvptx.c
and nvptx-none-run.c (PTX JIT does not propagate lineinfo by default).
Would you like me to submit patches for those?
please.
Here's
On 03/09/16 11:41, Alexander Monakov wrote:
:|x86_64-pc-linux-gnu-accel-nvptx-none-gcc -xc - -S -o- -gstabs
:1:0: sorry, unimplemented: stabs debug format not supported
cc1: error: target system does not support the ‘stabs’ debug format
:|x86_64-pc-linux-gnu-accel-nvptx-none-gcc -xc - -S -o- -
On Wed, 9 Mar 2016, Nathan Sidwell wrote:
> > Furthermore, this is not useful without support in libgomp/plugin-nvptx.c
> > and nvptx-none-run.c (PTX JIT does not propagate lineinfo by default).
> > Would you like me to submit patches for those?
>
> please.
Here's the pull request for nvptx-run.c
On Wed, 9 Mar 2016, Nathan Sidwell wrote:
> On 03/09/16 09:55, Alexander Monakov wrote:
> > The preceding code special-casing response to -gstabs can also be removed
> > after this patch. Should I submit the (trivial) removal patch?
>
> No. I found that necessary to stop the testsuite testing s
On 03/09/16 09:55, Alexander Monakov wrote:
Hello Nathan,
On Wed, 9 Mar 2016, Nathan Sidwell wrote:
I've committed this to trunk, to remove the squashing of debug information.
It appears to function correctly.
I'd had this patch for a while, but forgot to commit it.
The preceding code specia
Hello Nathan,
On Wed, 9 Mar 2016, Nathan Sidwell wrote:
> I've committed this to trunk, to remove the squashing of debug information.
> It appears to function correctly.
>
> I'd had this patch for a while, but forgot to commit it.
The preceding code special-casing response to -gstabs can also be
I've committed this to trunk, to remove the squashing of debug information. It
appears to function correctly.
I'd had this patch for a while, but forgot to commit it.
nathan
2016-03-09 Nathan Sidwell
* config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
Index: config/n