From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 79BDA385841E; Tue, 12 Mar 2024 16:16:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79BDA385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710260180; bh=/A1aBAXIT8avBW8lOhgHNywQx74nlJ1pPFZFU2qWYek=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ctzem1+A2NSax0DL7/05K3jINEhc+q+zOvbwjWUECGK3MNNCE6Rea8K6pF4IkFZ5M cCqlh4sJLJrVtQ7WI/uvdSEQsZt+1C1Tm9J+cCJ3HBVsYyzAiu86Kpl6Vf64+QN58d LhyMnE5yNk1IIHEupGqrGjaPPajILubhPd5MfyyY= From: "vmakarov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/99829] MVE: ICE in lra_assign at -O3 Date: Tue, 12 Mar 2024 16:16:19 +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: 11.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: vmakarov 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: 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=3D99829 --- Comment #4 from Vladimir Makarov --- (In reply to Maxim Kuvyrkov from comment #3) > Hi Vladimir, >=20 > Could you take a look at this, please? I already got a message from automatic linaro tester yesterday about the new test failures and looked at them. I was not able to reproduce them but after I looked at the provided log fil= es.=20 I see that the tests failed because of timeout. My recent patch resulted in LRA doing a bit more job and therefore the tests (all with -O3) failed because of the timeout. I'd recommend to increase the timeout threshold for the tester.=