From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E4225385840A; Tue, 14 Mar 2023 10:43:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E4225385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678790587; bh=lg6KgRhNsbKCdy3gn2mTpYG7RIJH4T3Sk+TNOwFI2Fw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eDJH0K6+9NBHZAfYuhbj9SKcxcsDuyjM+OHTDPRH43FURJsTGvKpdjxAjBnTdThzM js1GVBjdKWZAVEWMX9uLv9c8gNWqCxa4+O+e/O/lWv2h0jjlgTwFqGofEVWLcuQ+Y9 NGd3edL0moZCdL9Pv8CINl8Z3GslOPxTd04d9xp8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/107762] [13 Regression] Recent change causing regressions on s390-linux-gnu Date: Tue, 14 Mar 2023 10:43:07 +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: 13.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D107762 --- Comment #4 from CVS Commits --- The master branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:8b6c38ef6a7a8cc1f7cc2ff86a686e07ceab1641 commit r13-6659-g8b6c38ef6a7a8cc1f7cc2ff86a686e07ceab1641 Author: Eric Botcazou Date: Tue Mar 14 10:39:11 2023 +0100 Revert latest change to emit_group_store This pessimizes on targets with insv instructions. gcc/ PR rtl-optimization/107762 * expr.cc (emit_group_store): Revert latest change.=