From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 16B4C3851172; Wed, 26 Oct 2022 02:18:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16B4C3851172 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666750737; bh=59iogIPeEYQo49soWeAmzQgYR2dvT/7FqShBq/Ldu5g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w6B63sLiVk1vyLSkpTmrTn8+MIWCTo3RVLZsbY+oSwvlu1Riu1BNC6svy+pb2sa/f ANqPqLqGY7Pu7uWNuPGhu6yP5NPgomkApNVXorJFlSYsj2ANoHadHy41VPuni1EhPD qLiBW93OHHRRUBcqc/cApKWeX1wgDokfE1Hqq6H0= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95148] -Wtype-limits always-false warning triggered despite comparison being avoided Date: Wed, 26 Oct 2022 02:18:56 +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: 10.1.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: egallager 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: see_also 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=3D95148 Eric Gallager changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D4210 --- Comment #1 from Eric Gallager --- I think this counts as an example of bug 4210=