https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100159
Bug ID: 100159 Summary: Typos in testsuite files Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Found the following : A missing letter : s/cpluspls/cplusplus/ ./gcc/testsuite/g++.dg/template/nontype29.C:6:#if __cpluspls >= 201103L ./gcc/testsuite/g++.dg/template/nontype29.C:63:#if __cpluspls >= 201103L An extra letter, likely s/expreession/expression/ ./gcc/testsuite/gcc.dg/Wstring-compare.c:24: // { dg-bogus "in this expreession" "unwanted note" { target *-*-* } .-1 } ./gcc/testsuite/gcc.dg/Wstring-compare.c:47: // { dg-bogus "in this expreession" "unwanted note" { target *-*-* } .-1 } ./gcc/testsuite/gcc.dg/Wstring-compare.c:89: // { dg-bogus "in this expreession" "unwanted note" { target *-*-* } .-1 } ./gcc/testsuite/gcc.dg/Wstring-compare.c:134: // { dg-bogus "in this expreession" "unwanted note" { target *-*-* } .-1 } ./gcc/testsuite/gcc.dg/Wstring-compare.c:164: // { dg-bogus "in this expreession" "unwanted note" { target *-*-* } .-1 }