On 03/09/16 11:41, Alexander Monakov wrote:
:|x86_64-pc-linux-gnu-accel-nvptx-none-gcc -xc - -S -o- -gstabs
<stdin>: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- -gcoff
cc1: error: target system does not support the ‘coff’ debug format
So nvptx can the generic mechanism that produces such errors for all targets
and all debug formats, rather than ad-hoc target-specific handling.
Hm, something must have changed since I found that sorry neccessary.
nathan