From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5DFE9381DCF6; Wed, 18 Mar 2020 11:38:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DFE9381DCF6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584531517; bh=xWWxkpMVb27tzWAK9y7OKCvVw+q+0QPkxwP9NEjbriQ=; h=From:To:Subject:Date:From; b=esl/glfKEo81axTK29lV7y9pVV0xaTgx9hhsQQgoCJWyTKJCFHVmOeW7YFD6kJQG3 fSV4Jyn0Kv2uMu+7WUXFVGvGzjfMF2nYx2ih6YdzhSjWjLrvaCVPbwRZxnlAcvPWy/ g5qK4MziTnBnXkuIPRUDq1VV4B0+LOu5GWGScdIc= From: "zhroma at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94211] New: [9/10 Regression] -fcompare-debug failure on phi-opt-13.c Date: Wed, 18 Mar 2020 11:38:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 9.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zhroma 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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, 18 Mar 2020 11:38:37 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94211 Bug ID: 94211 Summary: [9/10 Regression] -fcompare-debug failure on phi-opt-13.c Product: gcc Version: 9.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: zhroma at gcc dot gnu.org Target Milestone: --- This command: gcc -c -O2 -fcompare-debug gcc/testsuite/gcc.dg/tree-ssa/phi-opt-13.c fails on todays master (r10-7237) on ppc64le, fails on 9.3 on x86_64, but n= ot in 7.4. Haven't checked version 8.x. long f(long a, long b) { if (__builtin_expect(b =3D=3D 1, 1)) return a; return a / b; } Tree .phiopt2 is the first dump which seems buggy.=