Re: [patch] i386 tests: Add dg-require-profiling to i386 tests using -pg

2020-11-06 Thread Olivier Hainque
> On 6 Nov 2020, at 04:56, Jeff Law wrote: > > OK Thanks for your prompt feedback Jeff!

Re: [patch] i386 tests: Add dg-require-profiling to i386 tests using -pg

2020-11-05 Thread Jeff Law via Gcc-patches
On 10/29/20 9:00 AM, Olivier Hainque wrote: > Hello, > > This patch is a proposal to add > > /* { dg-require-profiling "-pg" } */ > > to a few tests in gcc.target/i386 that use -pg explicitly. > > This matches what other tests checking profiling related > options do and prevents these specific

[patch] i386 tests: Add dg-require-profiling to i386 tests using -pg

2020-10-29 Thread Olivier Hainque
Hello, This patch is a proposal to add /* { dg-require-profiling "-pg" } */ to a few tests in gcc.target/i386 that use -pg explicitly. This matches what other tests checking profiling related options do and prevents these specific ones from failing during runs for VxWorks targets. Ok to com