From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 863D73858C54; Sun, 20 Nov 2022 17:30:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 863D73858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668965452; bh=LT0gVW1CiNbORCFHaie7x9i2Totpumwis5igZGCy91Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PhqGhEtQ7QU6NO7Pl0QMzB3xRJP5p7hbl1hYKDppSmF58ju28jXYmK+K7YzhCPUyd MMEK9uMHQMEothIRsW4jqDQNzzcCtoHtot6xajhqb2EO5poC50MFSUHFTXZB7XawXp 96pgx0pXOQEnJoPn4Rzdxg87J6UkN6JaL/Y/dr9k= From: "broly at mac dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/105614] mips64: sanitizer_platform_limits_linux.cpp:75:38: error: static assertion failed Date: Sun, 20 Nov 2022 17:30:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 11.3.0 X-Bugzilla-Keywords: 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=3D105614 --- Comment #18 from gagan sidhu (broly) --- hi, i wanted to correct an inaccuracy in my previous comment, as i needed to bu= ild a MIPS64 multilib toolchain today and ran into the same problem. the solution is, as my friend of chinese origin suggested: https://reviews.llvm.org/D129749 the solution here: https://gcc.gnu.org/git/gitweb.cgi?p=3Dgcc.git;h=3D9f943b2446f2d0 is not conducive to the overall fix, which i will be commenting on in the l= lvm review since it's not exactly relevant to the issue here. this issue focuses exclusively on the assertion failure, but not the struct stat issues that a= rise when trying to build a multilib toolchain for MIPS. sorry for any confusion!=