From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3F6B7382FAFC; Thu, 24 Nov 2022 17:04:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F6B7382FAFC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669309469; bh=WBAvLFgX4AVLJm/r4JsRtQldl3aXCojlrukbmVp8NKg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KH2+DUYEOcmm6FPKbfw9kTpIzCNV6n/BtNu5Dpoo1MMgbovvkxm85z49PSOBiimjY 5sYX0r+60vox30ZGaFNIbUB+/EsByqC8/0bBff2kKoa5tKJjvMMN18roEZzeiCH1TK eTBSo5lS0A/7Cz3V4pT5n5VPG+Hsc/qu8sk9KZV4= From: "sebastien.michelland@ens-lyon.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106609] [12 Regression] sh3eb-elf cross compiler is being miscompiled since r12-1525-g3155d51bfd1de8b6c4645 Date: Thu, 24 Nov 2022 17:04:28 +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: 12.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: blocker X-Bugzilla-Who: sebastien.michelland@ens-lyon.fr 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: 12.3 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=3D106609 --- Comment #15 from S=C3=A9bastien Michelland --- Thanks, turns out my bisected commit was related after all... I can confirm that test cases from OP and #4 (with protocol from OP) are no longer broken for me on yesterday's master.=