Re: [[PATCH V9] 2/7] dejagnu: modularize gcc-dg-debug-runtest a bit

2021-06-21 Thread Richard Biener via Gcc-patches
On Mon, May 31, 2021 at 7:15 PM Jose E. Marchesi via Gcc-patches wrote: > > Move some functionality into a procedure of its own. This is only so that when > the patch for ctf comes along, the gcc-dg-debug-runtest procedure looks bit > more uniform. OK (you can apply this separately). Richard. >

[[PATCH V9] 2/7] dejagnu: modularize gcc-dg-debug-runtest a bit

2021-05-31 Thread Jose E. Marchesi via Gcc-patches
Move some functionality into a procedure of its own. This is only so that when the patch for ctf comes along, the gcc-dg-debug-runtest procedure looks bit more uniform. gcc/testsuite/ChangeLog: * lib/gcc-dg.exp (gcc-dg-target-supports-debug-format): New procedure. --- gcc/testsuite/lib/g