From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B3CC938708D0; Fri, 15 Mar 2024 00:50:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B3CC938708D0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710463814; bh=a1ZC+jr5/n395OlT8IMoKLmddX2GXpUlRw/wMthDjHc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=imKWyY64DyYfNptW3uLg4lYUsOiePp3lDt4brPp7a9VmRWefupeSKPHb4zKhwL5tF AhUAaOibRV3GBFn4W8ML8C5T7Jx5EA9MQIrh7l1H7FEAGDYNY+yU39PgjCdDlmGCIl zM/X1x5nYmuQ6otWRXT3Z5QZNWU4XxlGTpJnKrYg= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106842] [12 Regression] misleading warning : iteration X invokes undefined behavior Date: Fri, 15 Mar 2024 00:50:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: diagnostic, missed-optimization, wrong-code 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: 12.4 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=3D106842 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13/14 Regression] |[12 Regression] misleading |misleading warning : |warning : iteration X |iteration X invokes |invokes undefined behavior |undefined behavior | CC| |law at gcc dot gnu.org --- Comment #8 from Jeffrey A. Law --- Fixed in gcc-13.=