From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 131693858D1E; Wed, 21 Dec 2022 13:03:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 131693858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671627836; bh=Mqtm8+8tWhHIZcYAI1I09/vgQ1DA/lNcb5u5+88svaU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PcwsKPNFIOBq7tEl/QahQ2WCUhWynzMeUBvmT4ZKh/J8V/9sp0xP2sf+Md71QYIrv x1d+ufQpu8z4tOFi7i7rWDW9BOA/cfFsRb5/xD6OvM6KAn2qWQBxfwYg2uzt5cJm4Y EgnCT9CVocG8jE19acc3+u7oHeVbXEWYLBS6lbbk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108194] GCC won't treat two compatible function types as compatible if any of them (or both of them) is declared _Noreturn Date: Wed, 21 Dec 2022 13:03:55 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org 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: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108194 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsm28 at gcc dot gnu.org --- Comment #1 from Richard Biener --- GCCs own __attribute__((noreturn)) goes into the type to make indirect calls annotatable.=