Re: [PATCH 3/3] testsuite: Use -Wno-psabi instead of pruning compiler messages

2016-10-06 Thread Segher Boessenkool
On Thu, Oct 06, 2016 at 11:08:52PM +0200, Jakub Jelinek wrote: > On Thu, Oct 06, 2016 at 07:57:37PM +, Segher Boessenkool wrote: > > It is much nicer to avoid a warning than to manually prune it from the > > compiler output. This patch adds -Wno-psabi to various testcases, and > > removes dg-p

Re: [PATCH 3/3] testsuite: Use -Wno-psabi instead of pruning compiler messages

2016-10-06 Thread Jakub Jelinek
On Thu, Oct 06, 2016 at 07:57:37PM +, Segher Boessenkool wrote: > It is much nicer to avoid a warning than to manually prune it from the > compiler output. This patch adds -Wno-psabi to various testcases, and > removes dg-prune-output, for the testcases where x86 and/or PowerPC had > those (or

[PATCH 3/3] testsuite: Use -Wno-psabi instead of pruning compiler messages

2016-10-06 Thread Segher Boessenkool
It is much nicer to avoid a warning than to manually prune it from the compiler output. This patch adds -Wno-psabi to various testcases, and removes dg-prune-output, for the testcases where x86 and/or PowerPC had those (or did warn, so the testcase failed). Tested on powerpc64-linux {-m32,-m64},