Re: [testsuite] ignore irrelevant warning in two ARM tests

2011-05-25 Thread Janis Johnson
On 05/24/2011 05:49 PM, Mike Stump wrote: > On May 24, 2011, at 3:42 PM, Janis Johnson wrote: Is this one OK for trunk and 4.6? The failure occurs for arm-none-eabi and for arm-none-linux-gnueabi. >>> >>> You should repeat all the original options from the main dg-options line, >>> with

Re: [testsuite] ignore irrelevant warning in two ARM tests

2011-05-24 Thread Mike Stump
On May 24, 2011, at 3:42 PM, Janis Johnson wrote: >>> Is this one OK for trunk and 4.6? The failure occurs for arm-none-eabi >>> and for arm-none-linux-gnueabi. >> >> You should repeat all the original options from the main dg-options line, >> with -Wno-abi added, in the ARM EABI dg-options line

Re: [testsuite] ignore irrelevant warning in two ARM tests

2011-05-24 Thread Janis Johnson
On 05/24/2011 03:33 PM, Joseph S. Myers wrote: > On Tue, 24 May 2011, Janis Johnson wrote: > >> On 05/24/2011 12:40 PM, Joseph S. Myers wrote: >>> On Tue, 24 May 2011, Janis Johnson wrote: >>> On ARM, two g++ tests trigger a warning about changed mangling. The warning is not relevant to

Re: [testsuite] ignore irrelevant warning in two ARM tests

2011-05-24 Thread Joseph S. Myers
On Tue, 24 May 2011, Janis Johnson wrote: > On 05/24/2011 12:40 PM, Joseph S. Myers wrote: > > On Tue, 24 May 2011, Janis Johnson wrote: > > > >> On ARM, two g++ tests trigger a warning about changed mangling. The > >> warning is not relevant to the purpose of the test, so this patch > >> causes

Re: [testsuite] ignore irrelevant warning in two ARM tests

2011-05-24 Thread Janis Johnson
On 05/24/2011 01:36 PM, Janis Johnson wrote: > On 05/24/2011 12:40 PM, Joseph S. Myers wrote: >> On Tue, 24 May 2011, Janis Johnson wrote: >> >>> On ARM, two g++ tests trigger a warning about changed mangling. The >>> warning is not relevant to the purpose of the test, so this patch >>> causes it

Re: [testsuite] ignore irrelevant warning in two ARM tests

2011-05-24 Thread Janis Johnson
On 05/24/2011 12:40 PM, Joseph S. Myers wrote: > On Tue, 24 May 2011, Janis Johnson wrote: > >> On ARM, two g++ tests trigger a warning about changed mangling. The >> warning is not relevant to the purpose of the test, so this patch >> causes it to be ignored. > > Various existing tests use -Wno

Re: [testsuite] ignore irrelevant warning in two ARM tests

2011-05-24 Thread Joseph S. Myers
On Tue, 24 May 2011, Janis Johnson wrote: > On ARM, two g++ tests trigger a warning about changed mangling. The > warning is not relevant to the purpose of the test, so this patch > causes it to be ignored. Various existing tests use -Wno-abi or -Wno-psabi on particular targets for such cases.

[testsuite] ignore irrelevant warning in two ARM tests

2011-05-24 Thread Janis Johnson
On ARM, two g++ tests trigger a warning about changed mangling. The warning is not relevant to the purpose of the test, so this patch causes it to be ignored. Tested on arm-none-linux-gnueabi. OK for trunk and 4.6? 2011-05-24 Janis Johnson * g++.dg/template/stdarg1.C: Ignore warning.