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 >