From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.oetec.com (mail.oetec.com [108.160.241.186]) by sourceware.org (Postfix) with ESMTPS id EB00D3858D32 for ; Sun, 15 May 2022 21:16:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EB00D3858D32 X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-oetec-MailScanner-From: dclarke@blastwave.org X-oetec-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.747, required 6, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90, DKIM_SIGNED 0.10, DKIM_VALID -0.10, DKIM_VALID_AU -0.10, DKIM_VALID_EF -0.10, NICE_REPLY_A -1.64, T_SCC_BODY_TEXT_LINE -0.01, URIBL_BLOCKED 0.00) X-oetec-MailScanner: Found to be clean X-oetec-MailScanner-ID: 24FLGkst005251 X-oetec-MailScanner-Information: Please contact oetec for more information Received: from [10.14.0.8] (static-198-54-132-71.cust.tzulo.com [198.54.132.71]) (authenticated bits=0) by mail.oetec.com (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 24FLGkst005251 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 15 May 2022 17:16:48 -0400 Message-ID: <37132d84-3fe2-4ff8-b39f-991d89104101@blastwave.org> Date: Sun, 15 May 2022 17:16:46 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: on old Red Hat : 9.4.0 fails in stage3 bootstrap due to __asm__ ("ntp_gettimex") __THROW; Content-Language: en-US To: Jonathan Wakely Cc: gcc-help References: <436925d7-7fb7-c7f4-3e81-26db8b1f33cb@blastwave.org> From: Dennis Clarke In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2022 21:16:54 -0000 On 5/15/22 16:45, Jonathan Wakely wrote: > On Sun, 15 May 2022, 15:18 Dennis Clarke via Gcc-help, > wrote: > >> >> The last comment from Andrew Pinski in that bug report suggests it may >> be possible ( no promise ) to start over with --disable-libsanitiser and >> hope for the best. >> > > > > If you spell it with a 'z' then yes. > >> >> Dennis >> > Oh, right. It is --disable-libsanitizer and the bootstrap is running. -- Dennis