From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5051C3858001; Mon, 7 Mar 2022 09:57:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5051C3858001 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug translation/90148] Closing quote in wrong position in plugin.c Date: Mon, 07 Mar 2022 09:57:20 +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: 9.0 X-Bugzilla-Keywords: diagnostic, easyhack X-Bugzilla-Severity: trivial X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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 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: Mon, 07 Mar 2022 09:57:20 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D90148 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #12 from Jakub Jelinek --- (In reply to Roland Illig from comment #5) > From fortran/intrinsic.c: >=20 > gfc_warning_now (OPT_Wintrinsics_std, "The intrinsic %qs at %L is not " > "included in the selected standard but %s and %qs will" > " be treated as if declared EXTERNAL. Use an" > " appropriate %<-std=3D%>* option or define" > " %<-fall-intrinsics%> to allow this intrinsic.", > sym->name, &loc, symstd, sym->name); >=20 > After the "-std=3D". There is nothing wrong on that. -std=3D is the literal option name, * is th= ere just a wildcard (anything after it). We don't want users to type -std=3D* liter= ally.=