[PATCH] testsuite: Fix array size in gcc.dg/strlenopt-66.c

2019-11-21 Thread Dimitar Dimitrov
One of the passed arguments is actually a string with size 4 ("123"). Adjust the destination buffer accordingly. gcc/testsuite/ChangeLog: 2019-11-21 Dimitar Dimitrov * gcc.dg/strlenopt-66.c (test_strncmp_a4_cond_a5_a3_n): Fix array size. Signed-off-by: Dimitar Dimitrov --- gcc/test

Re: [PATCH] testsuite: Fix array size in gcc.dg/strlenopt-66.c

2019-11-21 Thread Martin Sebor
On 11/21/19 10:11 AM, Dimitar Dimitrov wrote: One of the passed arguments is actually a string with size 4 ("123"). Adjust the destination buffer accordingly. gcc/testsuite/ChangeLog: 2019-11-21 Dimitar Dimitrov * gcc.dg/strlenopt-66.c (test_strncmp_a4_cond_a5_a3_n): Fix array size.

Re: [PATCH] testsuite: Fix array size in gcc.dg/strlenopt-66.c

2019-11-21 Thread Dimitar Dimitrov
On Thu, 21 Nov 2019, 20:09:23 EET Martin Sebor wrote: > On 11/21/19 10:11 AM, Dimitar Dimitrov wrote: > > One of the passed arguments is actually a string with size 4 ("123"). > > Adjust the destination buffer accordingly. > > > > gcc/testsuite/ChangeLog: > > > > 2019-11-21 Dimitar Dimitrov >

Re: [PATCH] testsuite: Fix array size in gcc.dg/strlenopt-66.c

2019-11-21 Thread Martin Sebor
On 11/21/19 2:24 PM, Dimitar Dimitrov wrote: On Thu, 21 Nov 2019, 20:09:23 EET Martin Sebor wrote: On 11/21/19 10:11 AM, Dimitar Dimitrov wrote: One of the passed arguments is actually a string with size 4 ("123"). Adjust the destination buffer accordingly. gcc/testsuite/ChangeLog: 2019-11-21