Re: [testsuite, committed] Require et alloca for Wstringop-overflow-3.c

2018-02-16 Thread Martin Sebor
On 02/16/2018 01:14 AM, Tom de Vries wrote: On 02/15/2018 07:01 PM, Martin Sebor wrote: Thanks. I've seen these fixes before but I still keep forgetting to add the directive. Hi, I also forget about these directives when I do an x86_64 build-test-commit. The alloca effective target is one o

Re: [testsuite, committed] Require et alloca for Wstringop-overflow-3.c

2018-02-16 Thread Tom de Vries
On 02/15/2018 07:01 PM, Martin Sebor wrote: Thanks.  I've seen these fixes before but I still keep forgetting to add the directive. Hi, I also forget about these directives when I do an x86_64 build-test-commit. The alloca effective target is one of a bunch of effective targets that are form

Re: [testsuite, committed] Require et alloca for Wstringop-overflow-3.c

2018-02-15 Thread Martin Sebor
Thanks. I've seen these fixes before but I still keep forgetting to add the directive. It would be nice if the test harness could detect this automatically for us and remind us to add the directive even on targets where alloca is supported. Some sort of a script (or even DejaGnu itself) would d

[testsuite, committed] Require et alloca for Wstringop-overflow-3.c

2018-02-15 Thread Tom de Vries
Hi, this patch requires effective target alloca for test-case Wstringop-overflow-3.c. Committed. Thanks, - Tom [testsuite] Require et alloca for Wstringop-overflow-3.c 2018-02-15 Tom de Vries * gcc.dg/Wstringop-overflow-3.c: Require effective target alloca. --- gcc/testsuite/gcc.dg/Ws