From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C5D8B3858D37; Thu, 18 Jan 2024 23:03:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5D8B3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705619024; bh=pY3c2pV4BJ+gYz+HIPjktMNIReRfovaIjxys4jiOF+A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eMbxa1hblHTTg0gel/dfyVT0EmOwGD4skKyOO/kVDJki4fiiMtOOm33tMYbVgWBxv l2g+BWlE7Bjos8Lt2QYHEql5ShHnImuThTc75JldL2w7mH6x6SCBRG8jybmVqNLD99 bUkVYIu13c/FjsaXIMfYqMXGfOdJOSVabP0DxclU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113415] ICE: RTL check: -mstringop-strategy=byte_loop vs inline-asm goto with block copies Date: Thu, 18 Jan 2024 23:03:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-invalid-code, inline-asm X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: keywords cf_known_to_fail 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=3D113415 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |inline-asm Known to fail| |11.1.0, 13.2.0 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > This might fail the same way: It fails in the same way. And it has failed since asm goto was added too.=