From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6FAB738582B5; Mon, 11 Mar 2024 02:54:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FAB738582B5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710125646; bh=VSOtizgIAOsNr9g0U6bEvRI3cEyYOfgwaX1II3qmlSw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fIAwp/pw+aW4urCt1095XRvY4pHEWZ+fkkdTRqsEt9uUOoNtFa+r3ZpNCpIQArdb8 TLJMH1IIe/dJOfeKxcLtzdp0BAl7z6GcinVLsoK/AGF0JzuJlNWj/1LYOl6nUqEbTV +9K/5fDdCGzlZuEPE1O9dOUgYPwFEffKs2soK6J4= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99795] [11/12 Regression] -Wnarrowing/-Woverflow false-negative in constant expression in undeduced context Date: Mon, 11 Mar 2024 02:54:05 +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: 11.0 X-Bugzilla-Keywords: accepts-invalid, diagnostic, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: law 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D99795 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12 Regression] |-Wnarrowing/-Woverflow |-Wnarrowing/-Woverflow |false-negative in constant |false-negative in constant |expression in undeduced |expression in undeduced |context |context CC| |law at gcc dot gnu.org --- Comment #8 from Jeffrey A. Law --- Works with gcc-13 and the trunk. Adjusting regression markers.=