From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A801E386F839; Sat, 6 Jun 2020 12:55:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A801E386F839 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591448113; bh=QtlyTS4w7jQfhA+tgPGunSAX+j1ZkI5HvVbNjvzBaqU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=L6r6SWw0+VXy7vK6VrYOtOMWLcK83UpRiqz45Dh/Ma03YQc9424YT52bZR8APk7wQ n5+BlrrdVNKTkPZ1f2vel55mdNjV8n0Es3l1bnVzeMUjIjg6OnlEAC64hWqG38xRcS BLlGANrG4TbC/y2ZR0S9RTNJs6FvVGckpNsdm5xE= From: "goeran at uddeborg dot se" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/42693] Missing gcc-internal-format on messages from gfc_arith_error Date: Sat, 06 Jun 2020 12:55:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: goeran at uddeborg dot se X-Bugzilla-Status: NEW 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2020 12:55:13 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D42693 --- Comment #5 from G=C3=B6ran Uddeborg --- (In reply to markeggleston from comment #4) > Does this mean that this is fixed? I don't think so. The "_" define typically marks the string for translatio= n, but it doesn't add the information this is a format string using "gcc-internal-format" rather than regular printf() style formatting. Accor= ding to comment 3, that can be achieved by using the define "G_" rather than pla= in "_" for those strings using "%L" or any other GCC specific formatting directives..=