Re: [PATCH] add missing overflow check to stpcpy (PR 79222)

2017-04-28 Thread Jeff Law
On 01/24/2017 08:36 PM, Martin Sebor wrote: In implementing the -Wstringop-overflow warning I missed stpcpy. The attached patch adds the required checking. Given how simple it is, does it qualify for GCC 7 despite stage 4? Martin gcc-79222.diff PR middle-end/79222 - missing -Wstringop-overfl

Re: [PATCH] add missing overflow check to stpcpy (PR 79222)

2017-01-27 Thread Jeff Law
On 01/24/2017 08:36 PM, Martin Sebor wrote: In implementing the -Wstringop-overflow warning I missed stpcpy. The attached patch adds the required checking. Given how simple it is, does it qualify for GCC 7 despite stage 4? Martin gcc-79222.diff PR middle-end/79222 - missing -Wstringop-overfl