From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A9BD3858291; Tue, 6 Jun 2023 02:48:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A9BD3858291 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686019688; bh=Q5oic493QS3jn3iTsmIFcWMlj909J3h23/B3Xy1snkM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BT+iZm+Zilf+c5at0TCaqhRx7DS9vC8iOhWVfwGSGvjStXJGmpzaeCVQznNBAv0vp /I/Wmn47LkG1DANUzSKTkC6XEopDpGtjh2Q36OrFvMmVBzWd9T3WqhD1BnvJ6RcLDF bFKa0VqN3Xy9jV957nLXwWXb6WaTl//9FM4xANso= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/110120] [14 regression] Failed bootstrap on x86_64-pc-linux-gnu (locale_facets.tcc:588:7: internal compiler error: RTL check: expected elt 0 type 'e' or 'u', have 'E' (rtx parallel) in reload_cse_move2add, at postreload.cc:2030) Date: Tue, 06 Jun 2023 02:48:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build, ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: hp at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D110120 --- Comment #9 from CVS Commits --- The master branch has been updated by Hans-Peter Nilsson : https://gcc.gnu.org/g:9677cc7496ffe44c5b483658ce30361519576537 commit r14-1559-g9677cc7496ffe44c5b483658ce30361519576537 Author: Hans-Peter Nilsson Date: Tue Jun 6 01:49:22 2023 +0200 bootstrap rtl-checking: Fix XVEC vs XVECEXP in postreload.cc PR bootstrap/110120 * postreload.cc (reload_cse_move2add, move2add_use_add2_insn): = Use XVECEXP, not XEXP, to access first item of a PARALLEL.=