From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sourceware.org (Postfix) with ESMTPS id 972693858039 for ; Wed, 2 Feb 2022 09:11:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 972693858039 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=inria.fr X-IronPort-AV: E=Sophos;i="5.88,336,1635199200"; d="scan'208";a="4782443" Received: from pc94-85.math.u-psud.fr ([129.175.94.85]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2022 10:11:19 +0100 Date: Wed, 2 Feb 2022 10:11:13 +0100 (CET) From: Marc Glisse Reply-To: gcc mailing list To: Toon Moene cc: gcc mailing list Subject: Re: gcd_1.c:188:13: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int' In-Reply-To: Message-ID: References: <5e40b118-5868-e5e6-999c-9955433d5d02@moene.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2022 09:11:22 -0000 On Wed, 2 Feb 2022, Toon Moene wrote: > Fascinating. My gcc directory had both gmp-6.2.1 and -6.1.0, but the symbolic > link 'gmp' pointed to the old one. A similar problem for mpc, mpfr and isl > ... You need to pass --force to contrib/download_prerequisites if you want them to be updated. -- Marc Glisse