public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/100159] New: Typos in testsuite files
@ 2021-04-20 17:47 gscfq@t-online.de
  2021-04-21  6:23 ` [Bug testsuite/100159] " marxin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gscfq@t-online.de @ 2021-04-20 17:47 UTC (permalink / raw)
  To: gcc-bugs

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: gscfq@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 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/100159] Typos in testsuite files
  2021-04-20 17:47 [Bug testsuite/100159] New: Typos in testsuite files gscfq@t-online.de
@ 2021-04-21  6:23 ` marxin at gcc dot gnu.org
  2021-04-22  9:36 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-04-21  6:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100159

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org,
                   |                            |msebor at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-04-21

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
@Martin: Can you please take a look?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/100159] Typos in testsuite files
  2021-04-20 17:47 [Bug testsuite/100159] New: Typos in testsuite files gscfq@t-online.de
  2021-04-21  6:23 ` [Bug testsuite/100159] " marxin at gcc dot gnu.org
@ 2021-04-22  9:36 ` marxin at gcc dot gnu.org
  2021-04-22 14:37 ` cvs-commit at gcc dot gnu.org
  2021-04-22 14:37 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-04-22  9:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100159

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
I'm going to fix it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/100159] Typos in testsuite files
  2021-04-20 17:47 [Bug testsuite/100159] New: Typos in testsuite files gscfq@t-online.de
  2021-04-21  6:23 ` [Bug testsuite/100159] " marxin at gcc dot gnu.org
  2021-04-22  9:36 ` marxin at gcc dot gnu.org
@ 2021-04-22 14:37 ` cvs-commit at gcc dot gnu.org
  2021-04-22 14:37 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-04-22 14:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100159

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:3bb6a9c01f1e9b5daf9b37fca57e90804ba90d66

commit r12-63-g3bb6a9c01f1e9b5daf9b37fca57e90804ba90d66
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Apr 22 11:32:29 2021 +0200

    Fix various typos.

            PR testsuite/100159
            PR testsuite/100192

    gcc/ChangeLog:

            * builtins.c (expand_builtin): Fix typos and missing comments.
            * dwarf2out.c (gen_subprogram_die): Likewise.
            (gen_struct_or_union_type_die): Likewise.

    gcc/fortran/ChangeLog:

            * frontend-passes.c (optimize_expr): Fix typos and missing
comments.

    gcc/testsuite/ChangeLog:

            * g++.dg/template/nontype29.C: Fix typos and missing comments.
            * gcc.dg/Warray-bounds-64.c: Likewise.
            * gcc.dg/Warray-parameter.c: Likewise.
            * gcc.dg/Wstring-compare.c: Likewise.
            * gcc.dg/format/gcc_diag-11.c: Likewise.
            * gfortran.dg/array_constructor_3.f90: Likewise.
            * gfortran.dg/matmul_bounds_9.f90: Likewise.
            * gfortran.dg/pr78033.f90: Likewise.
            * gfortran.dg/pr96325.f90: Likewise.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/100159] Typos in testsuite files
  2021-04-20 17:47 [Bug testsuite/100159] New: Typos in testsuite files gscfq@t-online.de
                   ` (2 preceding siblings ...)
  2021-04-22 14:37 ` cvs-commit at gcc dot gnu.org
@ 2021-04-22 14:37 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-04-22 14:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100159

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-22 14:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 17:47 [Bug testsuite/100159] New: Typos in testsuite files gscfq@t-online.de
2021-04-21  6:23 ` [Bug testsuite/100159] " marxin at gcc dot gnu.org
2021-04-22  9:36 ` marxin at gcc dot gnu.org
2021-04-22 14:37 ` cvs-commit at gcc dot gnu.org
2021-04-22 14:37 ` marxin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).