From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 828CD3857BB2; Wed, 13 Mar 2024 15:35:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 828CD3857BB2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710344101; bh=Fcvb+5wxboqEhRJNqgblw/w2Db5TZ9g2YwUFlf50ihY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=btbSot6e68NFERBMoxxn/YY8BP/AKuOPYtdSJNtoGW8lznWB0XXK2yEWEBemtgJ5R FBpIfLHmqMHEupjEYVmKaxhAJ+HqMykLw6MSIoimsCpaE3kQfYXzAi8Mmd8nfAAUgq UWpwSFSWcTYKRkIqhwkPhcd2efu2N6rfirkOiMEU= 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: Wed, 13 Mar 2024 15:34:55 +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 #7 from Vladimir Makarov --- (In reply to Maxim Kuvyrkov from comment #5) >=20 > Where did you see the timeouts, btw? Sorry, I glanced at c logs and interpreted it wrongly. Please, discard my previous comment. I should been more accurate with reading the PR. I've tried c compiler ins= tead of c++ one. Therefore I did not reproduce the bug. But the bug is really present for c++ compiler. I'll work on this PR and try to fix this on this or the next week.=