From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 60E5F3858CDA; Wed, 1 Feb 2023 21:49:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60E5F3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675288176; bh=mPAzgxft4lHOTpLNlVKoV6iY6u6GnI5nfIL/3rIxON4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fw25rEX7MGZzCYJ23bjJQlUTcoJQ1M2es5UoGbDNPRS/hKQEkqH9phy6quzd+IGLU bYOM42XZ61QTSa3g0Ia8vjTv/TF7IoBJFrmCg9uj6Q3Dy4wC8v29AclGUTrSrvc698 yzs6pCSSYBgEuMOic1puMxlcxQFAJkc8gTnCGCXM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108625] [11/12/13 Regression] forwprop introduces new UB Date: Wed, 01 Feb 2023 21:49:36 +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: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords everconfirmed cf_reconfirmed_on target_milestone short_desc bug_status 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=3D108625 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code Ever confirmed|0 |1 Last reconfirmed| |2023-02-01 Target Milestone|--- |11.4 Summary|forwprop introduces new UB |[11/12/13 Regression] | |forwprop introduces new UB Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- GCC 12.1.0: Applying pattern match.pd:2763, gimple-match.cc:40998 Applying pattern match.pd:2532, gimple-match.cc:63517 Applying pattern match.pd:3647, gimple-match.cc:69622 gimple_simplified to _7 =3D t_2 - x_1(D); _5 =3D (unsigned char) _7; Introduced by r11-3207-g8f0d743c2dee6a . Confirmed.=