From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 23DC73875DD4; Thu, 27 Jun 2024 05:53:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 23DC73875DD4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719467625; bh=vuDi8jTE7kL0tAAMpfHC6vJm3Lgxdhwfj0MveadUjuU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ChCBMgbkqXxL0YM/9I8cYjnOQ7wuHy+husSPZvaNe5xOsF5Z4poT+M0XqY/euurUT 1yhtginfY3r8qqhBHutnjFqUTtFBrQ5JomgHvYR6y06QxO6QIc1T23WYkpyHpQ1V2Y L6wD84df3y5scTzhIQjzNdC/tQnFWhJ0KjA2KmNI= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115493] [15 regression] gcc.c-torture/execute/pr94734.c fails on MVE after r15-1054-g202a9c8fe7d Date: Thu, 27 Jun 2024 05:53:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: testsuite-fail, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115493 --- Comment #17 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:b7ba0670a768e76e87e04cfd6a72c28c35333b54 commit r15-1669-gb7ba0670a768e76e87e04cfd6a72c28c35333b54 Author: Richard Biener Date: Wed Jun 26 19:11:04 2024 +0200 tree-optimization/115493 - complete previous fix The following fixes the 2nd occurance of new_temp missed with the previous fix. PR tree-optimization/115493 * tree-vect-loop.cc (vect_create_epilog_for_reduction): Use first scalar result.=