From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACB313851C20; Mon, 8 Jun 2020 05:12:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACB313851C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591593176; bh=TqvWXCb4YMnMbbF0cVRow09Gyi8WSyUSrPBscgnLWWo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=q5/2WaHCeCNekPWhYnElmPxt6ffdtmBJgv22fxdsjccQsdqbeH29Ox/VTWD7Fum0z lo51u++eSlzw4GbcwgBVLWGzbCK5bB5hpQ1YZIc7Q0iYb6jMMokysiOFgt0dpZyKpi jScvh3GkZpJiPyqdu95Nzq3tRVzM7Vwdk/QcMu+4= From: "tkoenig at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95018] [10/11 Regression] Excessive unrolling for Fortran library array handling Date: Mon, 08 Jun 2020 05:12:56 +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: 10.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: tkoenig at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.2 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 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: Mon, 08 Jun 2020 05:12:56 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95018 --- Comment #37 from Thomas Koenig --- (In reply to Jiu Fu Guo from comment #36) > The patch which restores cunroll behavior was committed. Thanks! Will you also backport to gcc 10, the other affected branch?=