From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C08743858D33; Mon, 19 Jun 2023 11:13:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C08743858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687173228; bh=bJQgDYxjpo6QBej71Q0areql+VWkX8jKSXE1o9Zf6Oo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CLZYwiD9g+QqQYvBuBy3gCMsqAnCHhYWbQxna4Wke4xTJxyXVc3qppWo57KVDAEs3 pvTO7glpJmdiaCmfCYUgg5DYkerGKaaR3uNTl65UvtDKEykRB+A6kfVPe2Ynyr2+g0 heC1S09pF8yQF2+ee1VwljAXrNA+iF5+nm8MVVw4= From: "amonakov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/110307] ICE in move_insn, at haifa-sched.cc:5473 on alpha with -fPIC -fpeephole2 -fschedule-insns2 Date: Mon, 19 Jun 2023 11:13:47 +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.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: amonakov 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: cc 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=3D110307 Alexander Monakov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amonakov at gcc dot gnu.org --- Comment #1 from Alexander Monakov --- I tried building a cross-compiler from trunk with --target=3Dalpha-unknown-linux-gnu --with-gnu-ld --with-gnu-as --enable-sec= ureplt --enable-languages=3Dc --enable-tls and got t.c:8:1: error: unrecognizable insn: 8 | } | ^ (insn 23 22 24 5 (set (reg/f:DI 74) (symbol_ref:DI ("ruby_current_ec") [flags 0x10] )) "t.c":6:22 -1 (nil)) during RTL pass: vregs Would you mind compiling the testcase with -fdump-tree-all -fdump-rtl-all a= nd attaching a tar.gz with the resulting dumps?=