RE: [EXTERNAL] [PATCH] skip debug stmts when assigning locus discriminators

2023-11-08 Thread Eugene Rozenfeld
@gcc.gnu.org Cc: Eugene Rozenfeld Subject: [EXTERNAL] [PATCH] skip debug stmts when assigning locus discriminators c-c++-common/goacc/kernels-loop-g.c has been failing (compare-debug) on i686-linux-gnu since r13-3172, because the implementation enabled debug stmts to cause discriminators to be

Re: [PATCH] skip debug stmts when assigning locus discriminators

2023-11-08 Thread Jeff Law
On 11/8/23 08:51, Alexandre Oliva wrote: c-c++-common/goacc/kernels-loop-g.c has been failing (compare-debug) on i686-linux-gnu since r13-3172, because the implementation enabled debug stmts to cause discriminators to be assigned differently, and the discriminators are printed in the .gkd dum

[PATCH] skip debug stmts when assigning locus discriminators

2023-11-08 Thread Alexandre Oliva
c-c++-common/goacc/kernels-loop-g.c has been failing (compare-debug) on i686-linux-gnu since r13-3172, because the implementation enabled debug stmts to cause discriminators to be assigned differently, and the discriminators are printed in the .gkd dumps that -fcompare-debug compares. This patch