Re: [PATCH][test] Gate gcc.dg/aru-2.c test on profiling support

2015-01-12 Thread Jeff Law
On 01/12/15 08:54, Kyrill Tkachov wrote: Hi all, This recently added test adds -pg to its dg-options but not all targets support this and fail at link-time with "bin/ld: cannot find -lc_p". Looking around I see that all tests that use -pg also do a dg-require-profiling. This patch adds that.

[PATCH][test] Gate gcc.dg/aru-2.c test on profiling support

2015-01-12 Thread Kyrill Tkachov
Hi all, This recently added test adds -pg to its dg-options but not all targets support this and fail at link-time with "bin/ld: cannot find -lc_p". Looking around I see that all tests that use -pg also do a dg-require-profiling. This patch adds that. With this patch the test doesn't FAIL