From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8208C385840C; Mon, 18 Mar 2024 21:02:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8208C385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710795724; bh=u7lnUn4ZBH6i8hmU2/KeuBkwAKMqhscaGwPU+Um2qbw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T5tbefyEOT/++UD84gRCL9yss/uekZiJeUZ68Hd/WVfDqHR1BH4eGI5VrW5QTV2uO 3bc6xbUYw0W8vBxyc8+qAO9tjh/Rh80issPZWc8TBD/+/vYrvshr5rx1KHwKVdyfsk hFYQMwyeSOvORUuHwEfQIss2K0pNw/GI+LqElV64= From: "roland.illig at gmx dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/80012] FIXME in diagnostic "%s procedure at %L is already declared as %s procedure" from symbol.c Date: Mon, 18 Mar 2024 21:02:03 +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: 7.0 X-Bugzilla-Keywords: diagnostic, easyhack, FIXME X-Bugzilla-Severity: trivial X-Bugzilla-Who: roland.illig at gmx dot de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D80012 --- Comment #8 from Roland Illig --- (In reply to Jakub Jelinek from comment #7) > (In reply to Jerry DeLisle from comment #5) > > Another way is to build an error message with snprintf for example and = use > > that string in the error message. >=20 > That is translation unfriendly. And the German translator (me) is particularly picky about these topics, so whenever you assemble diagnostics using snprintf, you'll get a new bug repo= rt from me; see #114364 for an example.=