From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C7763858D20; Sun, 19 May 2024 11:24:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C7763858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716117875; bh=jmrlmbzPUCAA5/8G4O+Tf7OZPY4AjPmRRxZ2o0yhUgY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fFyQe3M8+7GgLZ+aG7OYfGd7I9MKNVr3+Pa0G1+TPd1ZYucRTS0DgpaxIRyGcN94U e6nKb7MLxhZLsN5OviY7tBuvuQgOGas0fPBOpvpq/V8Xok7SZ1sOeRVgCsBwtZrOdn sG6Az3s5ZYuU9kkmmm7SSbhFTiaiV02e9EgqGBOs= From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115148] [SH] [12/13/14 Regression]: libcanberra fails with 'unaligned opcodes detected in executable segment' Date: Sun, 19 May 2024 11:24:34 +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: 14.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D115148 --- Comment #4 from John Paul Adrian Glaubitz --- Created attachment 58244 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58244&action=3Dedit Preprocessed source from building read-vorbis.c with gcc-14 and -fverbose-a= sm (In reply to Oleg Endo from comment #3) > Can you please try to compile with -fverbose-asm .... maybe it will give a > first hint as to where the problematic code comes from. Done. See attached pr115148-preprocessed-source-verbose.tgz.=