From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 134203894E60; Thu, 30 Apr 2020 09:44:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 134203894E60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588239853; bh=H/TLMAg9nQbHgbQV80zcsEazCHM6gjdZ53AGQWR4Wjo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OUhOEmVypIK68Jz3S/Er2Wo2r735iazlN/R/UP8sXyPCYhC5pO+LKaVl1jjwWD0ym ErM2JzMVdoMYgYo4RySTNQ9sDrfv7xUNQUV4CmKl9SON7h9zj98nZn5Eym5vLShNxb tSWE52zpRHD6GL66vfv4oVCiAeCKKCpcEx+3Yn9g= From: "clyon at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94538] [9/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, 30 Apr 2020 09:44:12 +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: clyon 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: 9.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work 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, 30 Apr 2020 09:44:13 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94538 Christophe Lyon changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |9.2.0 --- Comment #18 from Christophe Lyon --- I've just checked that the testcase passes with 9.2.0=