From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gandi.kataplop.net (gandi.kataplop.net [46.226.111.114]) by sourceware.org (Postfix) with ESMTPS id 6FBE1388C00A for ; Wed, 2 Jun 2021 17:02:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6FBE1388C00A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kataplop.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kataplop.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kataplop.net; s=rsa1; h=Content-Type:MIME-Version:Message-ID:In-Reply-To: Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=C4sH4RZePiVa4WBHpT4M70TSqqn6KNn1FhQcUyRs6/c=; b=gkNdnbJOCG9IYU0Qzx1pSfEayy RDnHzH4e53K140GK1kvSm9ZzkltEAXt8oW6vCgl9/NDVmQo8Wn7jz31kLrVGvyuL6Vi1TkMkbxwKN Ik0QxdhPbaoSOQsWQmXqak+Jddrqa6bUPUs0w4WlPn1kjcW5igMQBhYCQWeLl17UAB1A=; Received: from [176.191.105.132] (helo=arrakis) by gandi.kataplop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loUGS-00029k-T5; Wed, 02 Jun 2021 19:02:45 +0200 From: Marc To: John Paul Adrian Glaubitz Cc: Marc , gcc-rust@gcc.gnu.org Subject: Re: Test results for gccrs on Debian unstable ia64 References: <478d9956-a97f-5da2-b684-31d791c54fa3@physik.fu-berlin.de> <87zgw8zbeb.fsf@arrakis.kataplop.net> <87v96wzabn.fsf@arrakis.kataplop.net> <7ebb66d9-e207-c6c4-4e37-d7b4b3f89d73@physik.fu-berlin.de> <887506bb-0f92-5b44-4a31-0f49a0aa15f7@physik.fu-berlin.de> <87r1hkyzj3.fsf@arrakis.kataplop.net> <0306dfc3-f2ac-fbef-6cfe-8d1bed93d5cd@physik.fu-berlin.de> Date: Wed, 02 Jun 2021 19:02:44 +0200 In-Reply-To: <0306dfc3-f2ac-fbef-6cfe-8d1bed93d5cd@physik.fu-berlin.de> (John Paul Adrian Glaubitz's message of "Wed, 2 Jun 2021 19:00:07 +0200") Message-ID: <87mts8yzbf.fsf@arrakis.kataplop.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam_score: -1.0 X-Spam_bar: - X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-rust@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: gcc-rust mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2021 17:02:50 -0000 John Paul Adrian Glaubitz writes: > Hi Marc! > > On 6/2/21 6:58 PM, Marc wrote: >> Thanks for testing this! IIUC, this is an issue on our side, so I'll >> open an issue. > > Let me test a plain GCC build with just C and C++ first to make sure it's > not a general GCC problem on ia64. > > libunwind on ia64 can be a bit tricky sometimes, so it might not be gccrs > which is to be blamed here. Ah, sorry, already opened :). I'll close it if needed ! https://github.com/Rust-GCC/gccrs/issues/474 Marc