From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BD6133858C98; Wed, 27 Mar 2024 19:29:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD6133858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711567769; bh=ztOoEmUs6Qi2XQnGyFFgfLHefVEJmSNr5pWA+gfROwU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K0xLA8x9t/yAqNoaw8TeI2NQcReHM7gE+HTbxKpM2JdciaTByIqPwQEsSbFRyf1vR SQ4wOub5IyA8HDSVG/T6hec2xOLPeuY74WHGt6SNVOIhfXQcWmc+Vyn13TA9KPoQQP u6DxG2cpluNARpt1WXDZQHX6JLusfwVcPCeS9ejM= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31566] [gdb/testsuite] is_aarch32_target contains dead code Date: Wed, 27 Mar 2024 19:29:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31566 --- Comment #4 from Tom de Vries --- I also saw: ... # Return 1 if this target is an aarch64, either lp64 or ilp32.=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 proc is_aarch64_target {} { if { ![istarget "aarch64*-*-*"] } { return 0 } return [expr ![is_aarch32_target]] } ... I wonder what config.guess prints on an aarch64 ilp32 target. Debian seems= to have a port ( https://wiki.debian.org/Arm64ilp32Port ). --=20 You are receiving this mail because: You are on the CC list for the bug.=