From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C9A83384AB62; Mon, 22 Apr 2024 20:16:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9A83384AB62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713816996; bh=kNi98WMGjc3BXsM94Thpq9bNet9oEm6aQp38w6HwATY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fikapw+nO0e1aolYMw2/IP5+9HRaz2GJRzcXzol2znQBJtTtYyhxgR8+Ua8FCs0Ue +FfjIHQMIK/r/Vl5S/F84sGbskKl8r5a+uoUCP4Es+Q/MRoKE0fq1OGGjZpEPbuvsL vHNiaYAx1aKLiMaDToceVwtYa8ZX3cJTq2YI5kHo= From: "abe_skolnik at yahoo dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug translation/66928] Typos in translatable strings Date: Mon, 22 Apr 2024 20:16:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: translation X-Bugzilla-Version: 5.1.0 X-Bugzilla-Keywords: easyhack X-Bugzilla-Severity: trivial X-Bugzilla-Who: abe_skolnik at yahoo dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66928 Abe changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abe_skolnik at yahoo dot c= om --- Comment #2 from Abe --- from a recent ["Mon Apr 1 19:18:36 2024 +0100"] Git revision ["4bd2f59af4a78cdc80039cffa51c1d9ad91081a3"], and including line numbers on= the left... =E2=80=94=E2=80=94=E2=80=94 gcc/gcov-tool.cc =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2= =80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 183 /* Print merge usage and exit. */ 184 185 static void ATTRIBUTE_NORETURN 186 merge_usage (void) 187 { 188 fnotice (stderr, "Merge subcommand usage:"); 189 print_merge_usage_message (true); 190 exit (FATAL_EXIT_CODE); 191 } ... 505 /* Print overlap usage and exit. */ 506 507 static void ATTRIBUTE_NORETURN 508 overlap_usage (void) 509 { 510 fnotice (stderr, "Overlap subcommand usage:"); 511 print_overlap_usage_message (true); 512 exit (FATAL_EXIT_CODE); 513 } =E2=80=94=E2=80=94=E2=80=94 fortran/lang.opt =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2= =80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 384 faggressive-function-elimination 385 Fortran Var(flag_aggressive_function_elimination) 386 Eliminate multiple function invocations also for impure functions. ... 431 Enum 432 Name(gfc_convert) Type(enum gfc_convert) UnknownError(Unrecognized opti= on to endianness value: %qs) =E2=80=94=E2=80=94=E2=80=94 ... so my conclusion is "no to all 4": all 4 of the reported bugs are dead = at least of roughly April 1 2024 [no joke ;-)].=