From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AECAE3858D39; Tue, 28 Mar 2023 07:47:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AECAE3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679989652; bh=M0EB+UAD30wQ0uOmjQyjrgAC6CSedTZ4SdypW8lyevk=; h=From:To:Subject:Date:From; b=v8+V3Ns5ZxEinGAml8jeiltA3sbhtNlJi7dpyABMJgHDSOTdi4OAHUtlfEalsXcQj mHDTw0hOKH5Jf/nPjU//LMrSFkzdhhFJ1O8LwR+35lyLTT7tIfzjjJNoeH5yr6Gwgg pxjqOkOo2XXz1TdPILI9mvAXxj5hf5pNGc9d//Ww= From: "roland.illig at gmx dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/109314] New: Typo 'composit' in diagnostic Date: Tue, 28 Mar 2023 07:47:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: roland.illig at gmx dot de 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D109314 Bug ID: 109314 Summary: Typo 'composit' in diagnostic Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- fortran/openmp.cc says: > Invalid combined or composit directive 'composit' should probably be 'composite'. There is no test case for this diagnostic.=