[[PATCH V9] 4/7] CTF/BTF testsuites

2021-05-31 Thread Jose E. Marchesi via Gcc-patches
This commit adds a new testsuite for the CTF debug format. 2021-05-14 Indu Bhagat David Faust gcc/testsuite/ * lib/gcc-dg.exp (gcc-dg-frontend-supports-ctf): New procedure. (gcc-dg-debug-runtest): Add -gctf support. * gcc.dg/debug/btf/btf-1.c: New test.

Re: [PATCH V9] 4/7] CTF/BTF testsuites

2021-07-03 Thread David Edelsohn via Gcc-patches
testsuite: Disable BTF and CTF testsuite on AIX. CTF utilizes DWARF sections, but it is a distinct debugging format. The CTF support in GCC is not implemented as a separate debugging format. AIX supports DWARF but not CTF sections.

Re: [[PATCH V9] 4/7] CTF/BTF testsuites

2021-06-21 Thread Richard Biener via Gcc-patches
On Mon, May 31, 2021 at 7:20 PM Jose E. Marchesi via Gcc-patches wrote: > > This commit adds a new testsuite for the CTF debug format. OK if the rest is approved - while I'm not too familiar with dejagnu I think we can deal with fallout after the fact. Richard. > 2021-05-14 Indu Bhagat >