RE: [EXTERNAL] Re: [PATCH] Don't print discriminators for -fcompare-debug.

2022-10-17 Thread Eugene Rozenfeld via Gcc-patches
l Subject: [EXTERNAL] Re: [PATCH] Don't print discriminators for -fcompare-debug. On Sun, Oct 16, 2022 at 10:25 PM Eugene Rozenfeld via Gcc-patches wrote: > > With -gstatement-frontiers we may end up with different IR coming from > the front end with and without debug information t

Re: [PATCH] Don't print discriminators for -fcompare-debug.

2022-10-17 Thread Richard Biener via Gcc-patches
On Sun, Oct 16, 2022 at 10:25 PM Eugene Rozenfeld via Gcc-patches wrote: > > With -gstatement-frontiers we may end up with different IR > coming from the front end with and without debug information turned on. > See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100733 for details. > That may result

[PATCH] Don't print discriminators for -fcompare-debug.

2022-10-16 Thread Eugene Rozenfeld via Gcc-patches
With -gstatement-frontiers we may end up with different IR coming from the front end with and without debug information turned on. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100733 for details. That may result in differences in discriminator values and -fcompare-debug failures. This patch di