From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id 93EE23858D32 for ; Sun, 15 May 2022 20:46:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 93EE23858D32 Received: by mail-wr1-x432.google.com with SMTP id r23so2042614wrr.2 for ; Sun, 15 May 2022 13:46:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bz51OO897VWzS/TdOqQmuxifIP1JgKvAf8iIGGjws6o=; b=JpQp/0yrkNEqAQdAB5xt0eOoh5pJXVkRRqhvND4Tkx2ccTnW+GzFTtcA8uIxHKvTcU c/Uw383b70qzQZduJz/e7brVCXtxcZLpS1O+L80s6CVb5O2lY2cJdU9ZAVKakIh3vYjq j1T7FZ5fWJk0Gq8IdMEzjvS2B8fYZfmzqZIHQZW+un2YaabyymWYnQBhztBKsmsDvZ95 yYGHHkrXLSaQjLwMAKfnxgBFn6EFa7/AZ0AJvp8Jj1UbIufq6bQ5F3DCnDMblDm1mjIH 2iwTuMbdPhPTS9aLD3wMs8ZOZmV63F31Ef99UhK8sgGGgPn2Iss77WJ1OsiBdxLKcrTS rPqw== X-Gm-Message-State: AOAM531i6rnQqRlppvq8YyItDF5mVzTBgK24LagA7xTX2XFz5FD03pJA n7vfSlgvoBp4X7bUaapY3ecyAkO7bACjacbqHdo= X-Google-Smtp-Source: ABdhPJxMJrgYC43KVOdKS/KsDUE+I6u2t0rIQIUpkx9WAkzeCeFZ2vbq4F7Q//RRMHmZUf004jFU84kurNdVVY5qLdo= X-Received: by 2002:a5d:4806:0:b0:20a:da03:711b with SMTP id l6-20020a5d4806000000b0020ada03711bmr11384121wrq.395.1652647571226; Sun, 15 May 2022 13:46:11 -0700 (PDT) MIME-Version: 1.0 References: <436925d7-7fb7-c7f4-3e81-26db8b1f33cb@blastwave.org> In-Reply-To: <436925d7-7fb7-c7f4-3e81-26db8b1f33cb@blastwave.org> From: Jonathan Wakely Date: Sun, 15 May 2022 21:45:57 +0100 Message-ID: Subject: Re: on old Red Hat : 9.4.0 fails in stage3 bootstrap due to __asm__ ("ntp_gettimex") __THROW; To: Dennis Clarke Cc: gcc-help X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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 20:46:14 -0000 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 >