From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A7B8395C85F; Wed, 20 May 2020 13:28:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A7B8395C85F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589981335; bh=ALthhZHyvHviXE3xKu0xNtq1KoYE8L6KbD9UOKJiPT8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kDx3DrEWeVuBDr2o8yQ8Sqg3t6jcty7M6RoRyEFQU96k26aErQas4LTR1xkN0rIGi kCYBwVGBmrZjvgTehedp1yq+srVZQK0nDctcCpwPQncyT2e2PUQ5YkxE3b4g8GTnxU MefvtoXuzpXo00IVzL3Hzr2EzjBIu2iDZwQAu+Sg= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95229] [11 Regression] in mark_jump_label_1 Date: Wed, 20 May 2020 13:28:55 +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: 11.0 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com 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: 11.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 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: Wed, 20 May 2020 13:28:55 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95229 --- Comment #7 from Uro=C5=A1 Bizjak --- (In reply to Richard Biener from comment #6) > That fixes the testcase. But simplify_subreg is used in a lot more places > so leaving to Uros to match up with expectations. Oh, yes... We don't have hard regs here, so all should be changed to simplify_gen_subregs. I have a patch.=