From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CBB663858D38; Tue, 23 Apr 2024 01:12:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CBB663858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713834730; bh=fIOIpprzmXIQq4yMYkfuYT4ZcV5iFeAQ7eQ83h03mBA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oIxmLzk8T3S4co5HfKaaipePfDiFUDAvq86LT/aMtPCE22nGnocCsac7+hpuQZ1tG 4xYXO88y5rlG0odGqWCIpUTHlh5SfK5ILIOdppGjex48gnElLR7rsm3WxV/5gRC22q 5qTf3FJMMBGD49l9Ue8fasp0ZbmwwCag1ZcMZj0E= From: "luigighiron at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/114808] Qualified void return type is not diagnosed Date: Tue, 23 Apr 2024 01:12:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: luigighiron at gmail dot com 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: resolution bug_status 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=3D114808 Halalaluyafail3 changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #9 from Halalaluyafail3 --- Resolving since I feel that the current behavior here is correct after look= ing at the text in the standard enough. -Wignored-qualifiers also seems to cover this case so adding a new warning shouldn't be needed either.=