Re: [PATCH][testsuite] Add dg-require-stack-check

2017-07-12 Thread Christophe Lyon
On 11 July 2017 at 16:09, Christophe Lyon wrote: > On 10 July 2017 at 10:01, Christophe Lyon wrote: >> Hi, >> >> >> On 6 July 2017 at 06:50, Jeff Law wrote: >>> On 07/04/2017 02:50 AM, Christophe Lyon wrote: On 3 July 2017 at 17:30, Jeff Law wrote: > On 07/03/2017 09:00 AM, Christophe

Re: [PATCH][testsuite] Add dg-require-stack-check

2017-07-11 Thread Christophe Lyon
On 10 July 2017 at 10:01, Christophe Lyon wrote: > Hi, > > > On 6 July 2017 at 06:50, Jeff Law wrote: >> On 07/04/2017 02:50 AM, Christophe Lyon wrote: >>> On 3 July 2017 at 17:30, Jeff Law wrote: On 07/03/2017 09:00 AM, Christophe Lyon wrote: > Hi, > > This is a follow-up to >>

Re: [PATCH][testsuite] Add dg-require-stack-check

2017-07-10 Thread Christophe Lyon
Hi, On 6 July 2017 at 06:50, Jeff Law wrote: > On 07/04/2017 02:50 AM, Christophe Lyon wrote: >> On 3 July 2017 at 17:30, Jeff Law wrote: >>> On 07/03/2017 09:00 AM, Christophe Lyon wrote: Hi, This is a follow-up to https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01791.html >>

Re: [PATCH][testsuite] Add dg-require-stack-check

2017-07-05 Thread Jeff Law
On 07/04/2017 02:50 AM, Christophe Lyon wrote: > On 3 July 2017 at 17:30, Jeff Law wrote: >> On 07/03/2017 09:00 AM, Christophe Lyon wrote: >>> Hi, >>> >>> This is a follow-up to >>> https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01791.html >>> >>> This patch adds dg-require-stack-check and updates

Re: [PATCH][testsuite] Add dg-require-stack-check

2017-07-05 Thread Christophe Lyon
On 4 July 2017 at 10:50, Christophe Lyon wrote: > On 3 July 2017 at 17:30, Jeff Law wrote: >> On 07/03/2017 09:00 AM, Christophe Lyon wrote: >>> Hi, >>> >>> This is a follow-up to >>> https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01791.html >>> >>> This patch adds dg-require-stack-check and updat

Re: [PATCH][testsuite] Add dg-require-stack-check

2017-07-04 Thread Christophe Lyon
On 3 July 2017 at 17:30, Jeff Law wrote: > On 07/03/2017 09:00 AM, Christophe Lyon wrote: >> Hi, >> >> This is a follow-up to >> https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01791.html >> >> This patch adds dg-require-stack-check and updates the tests that use >> dg-options "-fstack-check" to avo

Re: [PATCH][testsuite] Add dg-require-stack-check

2017-07-03 Thread Jeff Law
On 07/03/2017 09:00 AM, Christophe Lyon wrote: > Hi, > > This is a follow-up to > https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01791.html > > This patch adds dg-require-stack-check and updates the tests that use > dg-options "-fstack-check" to avoid failures on configurations that to > not suppo

Re: [PATCH][testsuite] Add dg-require-stack-check

2017-07-03 Thread Christophe Lyon
On 3 July 2017 at 17:12, Rainer Orth wrote: > Hi Christophe, > >> This is a follow-up to >> https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01791.html >> >> This patch adds dg-require-stack-check and updates the tests that use >> dg-options "-fstack-check" to avoid failures on configurations that to

Re: [PATCH][testsuite] Add dg-require-stack-check

2017-07-03 Thread Rainer Orth
Hi Christophe, > This is a follow-up to > https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01791.html > > This patch adds dg-require-stack-check and updates the tests that use > dg-options "-fstack-check" to avoid failures on configurations that to > not support it. > > I merely copied what we curren