Re: [PATCH] diagnostics: Fix sporadic test failure

2021-08-25 Thread Jeff Law via Gcc-patches
On 8/25/2021 12:07 PM, H.J. Lu wrote: On Sat, May 29, 2021 at 1:03 PM Jeff Law via Gcc-patches wrote: On 5/29/2021 1:55 PM, Bernd Edlinger wrote: On 5/29/21 9:31 PM, Jeff Law wrote: On 5/28/2021 6:38 AM, Bernd Edlinger wrote: Hi, it turns out to be reproducible this way: COLUMNS=80 ma

Re: [PATCH] diagnostics: Fix sporadic test failure

2021-08-25 Thread H.J. Lu via Gcc-patches
On Sat, May 29, 2021 at 1:03 PM Jeff Law via Gcc-patches wrote: > > > > On 5/29/2021 1:55 PM, Bernd Edlinger wrote: > > > > On 5/29/21 9:31 PM, Jeff Law wrote: > >> > >> On 5/28/2021 6:38 AM, Bernd Edlinger wrote: > >>> Hi, > >>> > >>> it turns out to be reproducible this way: > >>> > >>> COLUMNS=

Re: [PATCH] diagnostics: Fix sporadic test failure

2021-05-29 Thread Jeff Law via Gcc-patches
On 5/29/2021 1:55 PM, Bernd Edlinger wrote: On 5/29/21 9:31 PM, Jeff Law wrote: On 5/28/2021 6:38 AM, Bernd Edlinger wrote: Hi, it turns out to be reproducible this way: COLUMNS=80 make check-gcc-c RUNTESTFLAGS="plugin.exp=diagnostic*" Running /home/ed/gnu/gcc-trunk/gcc/testsuite/gcc.dg

Re: [PATCH] diagnostics: Fix sporadic test failure

2021-05-29 Thread Bernd Edlinger
On 5/29/21 9:31 PM, Jeff Law wrote: > > > On 5/28/2021 6:38 AM, Bernd Edlinger wrote: >> Hi, >> >> it turns out to be reproducible this way: >> >> COLUMNS=80 make check-gcc-c RUNTESTFLAGS="plugin.exp=diagnostic*" >> >> Running /home/ed/gnu/gcc-trunk/gcc/testsuite/gcc.dg/plugin/plugin.exp ... >

Re: [PATCH] diagnostics: Fix sporadic test failure

2021-05-29 Thread Jeff Law via Gcc-patches
On 5/28/2021 6:38 AM, Bernd Edlinger wrote: Hi, it turns out to be reproducible this way: COLUMNS=80 make check-gcc-c RUNTESTFLAGS="plugin.exp=diagnostic*" Running /home/ed/gnu/gcc-trunk/gcc/testsuite/gcc.dg/plugin/plugin.exp ... FAIL: gcc.dg/plugin/diagnostic-test-expressions-1.c -fplugi

[PATCH] diagnostics: Fix sporadic test failure

2021-05-28 Thread Bernd Edlinger
:00 2001 From: Bernd Edlinger Date: Fri, 28 May 2021 14:26:02 +0200 Subject: [PATCH] diagnostics: Fix sporadic test failure it turns out to be reproducible this way: COLUMNS=80 make check-gcc-c RUNTESTFLAGS="plugin.exp=diagnostic*" Running /home/ed/gnu/gcc-trunk/gcc/testsuite/gcc.dg/plug