diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f35205119e8..2cad642ce8b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-02-13 Jakub Jelinek + + * spellcheck.c (test_data): Add , in between "foo" and "food". + 2017-02-13 Aaron Sawdey PR target/79449 diff --git a/gcc/spellcheck.c b/gcc/spellcheck.c index 7071f660c2d..7abe85d8fe3 100644 --- a/gcc/spellcheck.c +++ b/gcc/spellcheck.c @@ -221,7 +221,7 @@ test_find_closest_string () static const char * const test_data[] = { "", - "foo" + "foo", "food", "boo", "1234567890123456789012345678901234567890123456789012345678901234567890"