From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A9B0038A90BB; Mon, 3 Jun 2024 17:41:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9B0038A90BB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717436490; bh=PCWDgWDJ8V3OyHrwUYTyEAMDJ/exEs4VkFVhmeLNj/M=; h=From:To:Subject:Date:From; b=L8qlKveL5N6AryB8d2L6GIPFkBZXshbSby7GCx+aG5gHNQ6sCovfzoocy2tk1vVK3 pD5l2A71t1EK20ulVGfAnZ181MTZv8TS6BjV9uaFNyij1rnaYShoQGI53+KubCQSNt UYBwDbu02VcO9VrGHdahdj0/UB7KkVFjqlxanW3E= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/115334] New: new test case gcc.dg/vect/pr112325.c from r15-919-gef27b91b62c3aa fails Date: Mon, 03 Jun 2024 17:41:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115334 Bug ID: 115334 Summary: new test case gcc.dg/vect/pr112325.c from r15-919-gef27b91b62c3aa fails Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:ef27b91b62c3aa8841c02665dffa8914c742fd37, r15-919-gef27b91b62c3aa This fails on both BE and LE on powerpc64. make -k check-gcc RUNTESTFLAGS=3D"vect.exp=3Dgcc.dg/vect/pr112325.c" FAIL: gcc.dg/vect/pr112325.c scan-tree-dump-times vect "vectorized 1 loops"= 1 FAIL: gcc.dg/vect/pr112325.c -flto -ffat-lto-objects scan-tree-dump-times = vect "vectorized 1 loops" 1 commit ef27b91b62c3aa8841c02665dffa8914c742fd37 (HEAD) Author: liuhongt Date: Tue Feb 27 15:34:57 2024 +0800 Don't reduce estimated unrolled size for innermost loop. Note that r15-987 does not fix this.=