Re: [PATCH] testsuite/gcc.dg/strcmpopt_6.c: Add space in array for terminator.

2020-02-18 Thread Martin Sebor
On 2/18/20 9:55 AM, Jon Beniston wrote: Hi, The patch adds space for the string terminator, as the function is called with test_strcpy_strcmp_abc ("abcd") That looks right. Please go ahead and commit it. Thanks! Martin ChangeLog gcc/testsuite 2020-02-18 Jon Beniston * gcc.dg

[PATCH] testsuite/gcc.dg/strcmpopt_6.c: Add space in array for terminator.

2020-02-18 Thread Jon Beniston
Hi, The patch adds space for the string terminator, as the function is called with test_strcpy_strcmp_abc ("abcd") ChangeLog gcc/testsuite 2020-02-18 Jon Beniston * gcc.dg/strcmpopt_6.c: Add space in array for terminator. diff --git a/gcc/testsuite/gcc.dg/strcmpopt_6.c b/gcc/testsui