From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A8A553858D29; Sun, 9 Jun 2024 23:17:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8A553858D29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717975074; bh=qEWrC3liRcrlPvOGnUHNz1kBBFFiHUODUzJy2t3eExk=; h=From:To:Subject:Date:From; b=smJr7YR8wG1Rpg/040k+JI3m5FuvLEetIchlDrZ3AM6FDEui+/EHzWiNNPzEiqaHm 70T/m4EogdjPmDY4wN621JqgFAO/4asiKa6EzPDMqIY8tZo18EvBm1Af2bSSDPqdPP +fF7v2Zor+rrJVzMYgMeiHOwIKLXyP8zt1v89qRw= From: "broly at mac dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115408] New: regression between gcc 13.3.0 and 14.1.0 using -mips16 and -minterlink-mips16 with openssl Date: Sun, 09 Jun 2024 23:17:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: broly at mac 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D115408 Bug ID: 115408 Summary: regression between gcc 13.3.0 and 14.1.0 using -mips16 and -minterlink-mips16 with openssl Product: gcc Version: 14.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: broly at mac dot com Target Milestone: --- Created attachment 58394 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58394&action=3Dedit mips64el-none-linux-gnu, mabi=3D32, openssl 1.1.1v, gcc 13.3.0 hi, i noticed today whilst compiling openssl that there is an issue with the=20 -mips16 and -minterlink-mips16 flags. to be specific, when i use gcc 13.3.0 i have no problem compiling both the libcrypto/libssl libraries AND the openssl program with these flags (greatly reducing their size). i noticed in 14.1.0, the libraries compile fine but the compiler fails to understand the optimised mips16 symbols when compiling the openssl program, resulting in a failure. the log for each build is labelled and provided.=