From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DEE043858C50; Mon, 11 Dec 2023 15:09:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DEE043858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702307348; bh=Fq1DwjWLokIHj5wEGdBE5kUSGfs/oBjI19Rl2OcQKfY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K4ot0/swOHeHwBkyL/ZdaDk6z95E5CJ55mxyumW67kl00ejIld5q6eRSXvvX/lHB1 z0KH2u2/5/9s+lONRm9n1dHz3tO/qkIY0/9FOVobAu4+EEatvRKcoEez41LL2XJSdQ sNvI+q2XStWaZG16YmvE2heMwAPj5VtN/YTbwm0A= From: "mikpelinux at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112413] Wrong switch jump table offset Date: Mon, 11 Dec 2023 15:09:07 +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: 13.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpelinux at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D112413 --- Comment #7 from Mikael Pettersson --- Patch posted after bootstrap and regression testing on m68k-linux-gnu: https://gcc.gnu.org/pipermail/gcc-patches/2023-December/640177.html=