Re: [PATCH testsuite, ARM] skip Wno-frame-address tests

2015-08-20 Thread Jeff Law
On 08/20/2015 07:45 AM, Christian Bruel wrote: Hello, 2 tests from rev 226480 introduced a new failure for ARM testing -Werror because a warning is always emitted regardless -Wframe-address is given or not. From expand_builtin_frame_address: /* Some ports cannot access arbitrary stack frame

Re: [PATCH testsuite, ARM] skip Wno-frame-address tests

2015-08-20 Thread Rainer Orth
Kyrill Tkachov writes: >> 015-08-20 Christian Bruel >> >> * gcc.dg/Wno-frame-address.c: Skip for ARM. >> * g++.dg/Wno-frame-address.C: Ditto. >> >> Index: gcc/testsuite/gcc.dg/Wno-frame-address.c >> === >> --- gcc/testsuit

Re: [PATCH testsuite, ARM] skip Wno-frame-address tests

2015-08-20 Thread Kyrill Tkachov
Hi Christian, On 20/08/15 14:45, Christian Bruel wrote: Hello, 2 tests from rev 226480 introduced a new failure for ARM testing -Werror because a warning is always emitted regardless -Wframe-address is given or not. From expand_builtin_frame_address: /* Some ports cannot access arbitrary