From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B40663858408; Tue, 2 Jan 2024 12:53:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B40663858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704200032; bh=ifI6lVfDk8Lb732esePAyhMkeElMmx2J8NRSImQ+O10=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EJlznHbBf2oQlmgHj84/nhvFnudVXcSbz6FYKBAFwX7yLEz/T9NICJDOP7yATyAu1 nB3AcBIwWEcDDGkZdoj71TlCuFP57xEISToQmXD386/jvprtJ6EF0DIv7Jq7ienEXC wyqYxchfhxgzWjdTTbGAAG/2jrpNQBnyUCz9zYtw= From: "mikpelinux at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/104028] M68k: Error: value -16034 out of range for switch tables in some cases with optimization Date: Tue, 02 Jan 2024 12:53:50 +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.3.0 X-Bugzilla-Keywords: assemble-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpelinux at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 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=3D104028 Mikael Pettersson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikpelinux at gmail dot com --- Comment #12 from Mikael Pettersson --- The reduced test case stopped failing in gcc >=3D 12 with # first new commit: [2e96b5f14e4025691b57d2301d71aa6092ed44bc] Backwards ju= mp threader rewrite with ranger. but the original test case (sg_vpd.i) still fails with current master.=