Re: [PATCH] testsuite: avoid analyzer asm failures on non-Linux

2022-02-07 Thread David Malcolm via Gcc
On Mon, 2022-02-07 at 18:08 +0100, FX wrote: > Hi David, > > > Thanks.  I extended your patch as follows, which works successfully > > for > > me on x86_64-pc-linux-gnu. > > > > Does the following look OK for the analyzer asm failures on > > x86_64-apple-darwin? > > Sorry for the late reply… yes

Re: [PATCH] testsuite: avoid analyzer asm failures on non-Linux

2022-02-07 Thread FX via Gcc
Hi David, > Thanks. I extended your patch as follows, which works successfully for > me on x86_64-pc-linux-gnu. > > Does the following look OK for the analyzer asm failures on > x86_64-apple-darwin? Sorry for the late reply… yes it does! FX

[PATCH] testsuite: avoid analyzer asm failures on non-Linux

2022-01-20 Thread David Malcolm via Gcc
On Sun, 2022-01-16 at 12:11 +0100, FX wrote: > > No, that's "dg-do compile" (as in "compile but don't assemble"). > > I can confirm that this patch: > > diff --git a/gcc/testsuite/gcc.dg/analyzer/asm-x86-lp64-1.c > b/gcc/testsuite/gcc.dg/analyzer/asm-x86-lp64-1.c > index c235e22fd01..4730255bb3c