From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 71CA13858D39; Fri, 28 Jul 2023 22:00:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71CA13858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690581620; bh=5PzK8Nx1zkpM69eDYGF8vDiDnt0szu6ZbWV805EL32Q=; h=From:To:Subject:Date:From; b=JLxY+GyPWr70hwP9/M/HH8yjqtxUS2vU2WYFLlo9feV2voDxoJia+cLsIjAkQPyd5 WviohQxe2f8hJdzLLNn1gYUuyAwB/FEdh+HIEN5j5U2La1D75SD/fL0SvqXXtg6k6I +6GF1BBfVFlaZQdn0JXQ7UMHw2seTt1atQYUuYM0= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110849] New: [14 Regression] XPASS in gcc.dg/unroll-7.c Date: Fri, 28 Jul 2023 22:00:20 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick at rivosinc dot com 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110849 Bug ID: 110849 Summary: [14 Regression] XPASS in gcc.dg/unroll-7.c Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: patrick at rivosinc dot com Target Milestone: --- New XPASS on trunk: XPASS: gcc.dg/unroll-7.c scan-rtl-dump-not loop2_unroll "Invalid sum" Bisected to https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommit;h=3Da7d4310aed539b04345894e= bafb49ca364780653 "Fix profile update after RTL unrolling" Tested using make-report in https://github.com/riscv-collab/riscv-gnu-toolc= hain with tip-of-tree gcc Confirmed XPASS failure on: linux rv32gc ilp32d medlow linux rv64gc lp64d medlow newlib rv32gc ilp32d medlow newlib rv64gc lp64d medlow It doesn't seem like it would be a target-specific issue, but the patch was regtested on x86 before being committed. https://inbox.sourceware.org/gcc-patches/ZMK34wjgBF4MnGD7@kam.mff.cuni.cz/T= /#u I'm guessing on the component so feel free to update the report if it's not= a tree-optimization issue :)=