From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130609 invoked by alias); 20 Sep 2019 04:56:17 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 130601 invoked by uid 89); 20 Sep 2019 04:56:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:455, HX-Spam-Relays-External:209.85.208.68, H*RU:209.85.208.68, HX-HELO:sk:mail-ed X-HELO: mail-ed1-f68.google.com Received: from mail-ed1-f68.google.com (HELO mail-ed1-f68.google.com) (209.85.208.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Sep 2019 04:56:16 +0000 Received: by mail-ed1-f68.google.com with SMTP id l21so328058edr.5 for ; Thu, 19 Sep 2019 21:56:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golang-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=T7mZ2z//VaKn1YUnOaep0NNQpb4Omwqh8UeIrrK5JmQ=; b=qwVehI7MFL1+Gmlk/67g5iDKF0JZYsuSm3GLGzp9kYshG+WlauBVlJlu0SMB1DY/kX XzyqjTwDulYED4Wo6hby7i0lsFeM5HddbkAFDHelkOtq5wKdeMOMjaTi4/qxScfaz3/k 4czaOIXvhewvBvw2PVIryDyURX6l9X4vtd6rLt9+zWRj3N1I6QPJf6wVk4hZ6X5kuGUe yYjDJ8tllDFUTT8OIkvszglom+9OzGE0ZIfpbUjdD9HuhOYllSImE57xGVITSLcDGPkv xCUCdmcq+NAodjvpf/teB0inyij48JdLRcjIY6nqh81hngB65ukoyjEH/z/1cguyKRTh EjVw== MIME-Version: 1.0 References: <475e9f46-0586-37a0-07f1-4da744b88c49@gmail.com> In-Reply-To: <475e9f46-0586-37a0-07f1-4da744b88c49@gmail.com> From: Ian Lance Taylor Date: Fri, 20 Sep 2019 04:56:00 -0000 Message-ID: Subject: Re: gcc/testsuite/go/index0-out.x spinning To: Martin Sebor Cc: gcc mailing list Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-09/txt/msg00153.txt.bz2 On Thu, Sep 19, 2019 at 7:10 PM Martin Sebor wrote: > > All my Fedora 30 builds on x86_64 today have gotten stuck on > index0-out.x spinning indefinitely. I build and test all > languages, including Go, so I'm wondering if anyone else who > builds Go sees the same thing or if you know of a workaround. For what it's worth, I don't see this on Debian rodete at GCC SVN revision 275986. Ian