From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C9B7F3858CDA; Sun, 16 Jun 2024 22:41:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9B7F3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718577699; bh=AtddxfOqvk6JDHT9x/2vPpCYHcNAB8kjW+NLVg5nHe4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aF4nHgbMY/upDL6IEAQbA0oqs3L/cZGnHq3iqvwis/3bcLfGwJQ/0gHyKQCjIZfQz abQLM5SZzeK879NVs90ulzdfdcT8NmWqHNXTJFgltaMz5+a2CntVhsUZOCWwcylEqB b0v1m47RrFnSyzBhc+ujUHdMgqsJnahOpWhNGY9s= From: "broly at mac dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115408] regression between gcc 13.3.0 and 14.1.0 using -mips16 and -minterlink-mips16 with openssl Date: Sun, 16 Jun 2024 22:41:39 +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: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: broly at mac dot com X-Bugzilla-Status: WAITING 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=3D115408 --- Comment #5 from gagan sidhu (broly) --- hi andrew, i tried compiling another program that wasn't openssl and a similar issue arose. something is seriously wrong in 14.1.0 in terms of -mips16 and -minterlink-mips16 mode this is kinda urgent now: /Volumes/xtoolshit/hdr3/le/cross/bin/../lib/gcc/mips64el-none-linux-gnu/14.= 1.0/../../../../mips64el-none-linux-gnu/bin/ld: /tmp/ccPV2gsV.lto.o: in function `do_upgrade_post': /Volumes/xtoolshit/misc/dd-wrt/src/router/httpd/modules/upgrade.c:402:(.tex= t.do_upgrade_post+0x498): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' /Volumes/xtoolshit/hdr3/le/cross/bin/../lib/gcc/mips64el-none-linux-gnu/14.= 1.0/../../../../mips64el-none-linux-gnu/bin/ld: /Volumes/xtoolshit/hdr3/le/cross/bin/../lib/gcc/mips64el-none-linux-gnu/14.= 1.0/../../../../mips64el-none-linux-gnu/bin/ld: DWARF error: could not find abbrev number 85 /tmp/ccPV2gsV.lto.o: in function `ej_get_currate': :(.text.ej_get_currate+0x84): undefined reference to `__mips16_call_stub_df_0' /Volumes/xtoolshit/hdr3/le/cross/bin/../lib/gcc/mips64el-none-linux-gnu/14.= 1.0/../../../../mips64el-none-linux-gnu/bin/ld: :(.text.ej_get_currate+0x96): undefined reference to `__mips16_gtdf2' something to do with the stubs is screwed up, it seems.=