From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 20FA63858C60; Mon, 23 Oct 2023 14:30:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20FA63858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698071439; bh=6bdJO+n01V1Zv4iE+Sz+ut1js+Ew3CU6M4hNTbIgRcw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JGbKkp/y9yBB7spi96Tc4EPvFOc6mspoNLsK9amK1nppMxe9ZFCsaJlnoHK84mGcf vU5/BZPdlFZ1L9OiEzuLs2+ZQ+XUXFPvvZZw5DLC2zARUKKcNbgXyJK3D0Iz1nk6Cy 0MqqTuyxFBSHhbgifWmCi/sucXfoOsuntNEoaK0E= From: "mxlol233 at outlook dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96265] building nvptx-none on aarch64-linux-gnu Date: Mon, 23 Oct 2023 14:30:38 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mxlol233 at outlook 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: cc 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=3D96265 Xiao Ma changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mxlol233 at outlook dot com --- Comment #3 from Xiao Ma --- I think this issue and #111937 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111937) have the same root = cause:=20 aarch64 also sets NUM_POLY_INT_COEFFS to 2, which makes it incompatible with the default value for nvptx (which is 1).=