From: Jakub Jelinek Date: Fri, 2 Mar 2018 19:04:10 +0000 (+0100) Subject: * c-c++-common/Warray-bounds-2.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=892870f9f3ae0fc4486e372c3db0a83b739ca572;p=gcc.git * c-c++-common/Warray-bounds-2.c: Fix a comment typo. From-SVN: r258153 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 59631e92a9c..622447fc4d7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2018-03-02 Jakub Jelinek + + * c-c++-common/Warray-bounds-2.c: Fix a comment typo. + 2018-03-02 Paolo Carlini PR c++/81812 diff --git a/gcc/testsuite/c-c++-common/Warray-bounds-2.c b/gcc/testsuite/c-c++-common/Warray-bounds-2.c index db05f04163d..b7e61ddec23 100644 --- a/gcc/testsuite/c-c++-common/Warray-bounds-2.c +++ b/gcc/testsuite/c-c++-common/Warray-bounds-2.c @@ -1,4 +1,4 @@ -/* Test to exercise that -Warray-bounds warnings for memory and sring +/* Test to exercise that -Warray-bounds warnings for memory and string functions are issued even when they are declared in system headers (i.e., not just when they are explicitly declared in the source file.)