From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0C9E7385E019; Thu, 9 Apr 2020 16:35:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C9E7385E019 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586450104; bh=kUruzTslnqHI4a86Yd6So4YR0RjWDEkGIoXJudon0ZE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Yx2RjrGw++X7SwozXOXtubZCQfbq5i0hdE8zVBjx4O93LrRIRlLIWn9W+OjeQwKDH rlIT2kkdk70eEEz3ws6UONvB2YljNe10FNLoI7kBbUk+LNCZ75JEj7gSRMfxb1RnZP 0NLGiv4OPQ20AkXq3008HYmzO4Ewk3lXZT7QdO24= From: "wilco at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94538] [10 Regression] ICE: in extract_constrain_insn_cached, at recog.c:2223 (insn does not satisfy its constraints) with -mcpu=cortex-m23 -mslow-flash-data Date: Thu, 09 Apr 2020 16:35:03 +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: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: wilco at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: wilco at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2020 16:35:04 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94538 Wilco changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[9/10 Regression] ICE: in |[10 Regression] ICE: in |extract_constrain_insn_cach |extract_constrain_insn_cach |ed, at recog.c:2223 (insn |ed, at recog.c:2223 (insn |does not satisfy its |does not satisfy its |constraints) with |constraints) with |-mcpu=3Dcortex-m23 |-mcpu=3Dcortex-m23 |-mslow-flash-data |-mslow-flash-data --- Comment #2 from Wilco --- This was introduced by commit e24f6408d so only in GCC10.=