From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AF2A93858C2F; Wed, 19 Oct 2022 07:23:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF2A93858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666164236; bh=DuPQG3gsyJSzubQPI1w2jy1UeR6H+TbZ5OoPwTmYaJM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pJXWIvPmpOhNyZBjtI0nJ7j/GEiDjOPQO+o0JZs75in6ddvWs5jjA32G+pWEDnH7Y Jytvy3EJmahfowTkVmZXLFZHDEE+yOEcAlXMOIjXoMQ1IiinG4K8t0sbiV4uMpmE9H R1rTF08114modTIjac5BBbrr5A/1qtMes2dlGbDI= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107310] [12/13 Regression] "warning: control reaches end of non-void function" with a throw under a trivially-true conditional since r12-5638-ga3e75c1491cd2d50 Date: Wed, 19 Oct 2022 07:23: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: 12.1.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D107310 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=