From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A4273858002; Wed, 22 Sep 2021 11:01:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A4273858002 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/102446] [9/10/11/12 Regression] wrong code at -O3 on x86_64-linux-gnu Date: Wed, 22 Sep 2021 11:01:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 9.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2021 11:01:08 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102446 --- Comment #6 from Jakub Jelinek --- int a =3D 1, c, e, f, *j, k, o, *r =3D &f, s; char b, l; short d, *g; unsigned h; static void m(void); static inline void n(int); void p(int *q) { while (1) { if (*q) break; if (*g) o =3D c; while (l) ; } } void t() { for (; s < 8; s++) m(); } __attribute__((noinline)) void m() { int aa =3D 0, i =3D 0; for (; i < 3; i++) if (k < 0) aa |=3D *j; if (d) c =3D (h + *g + 2) & c; n(aa); } static inline __attribute__((always_inline)) void n(int ac) { char *ad =3D &b, u =3D ac, *v =3D &b; int ae =3D *ad =3D a; u && (*v =3D e > 0); *r =3D c; p(&ae); } int main() { t(); return 0; } ICEs already in r105000.=