From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93248 invoked by alias); 26 Jul 2018 15:18:32 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 93226 invoked by uid 89); 26 Jul 2018 15:18:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f50.google.com Received: from mail-wm0-f50.google.com (HELO mail-wm0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Jul 2018 15:18:30 +0000 Received: by mail-wm0-f50.google.com with SMTP id o18-v6so2424631wmc.0; Thu, 26 Jul 2018 08:18:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=YiO7yaQk2LQ2LSPEDoMY5ZT56F3Fo7hEp4TjHCy8lmU=; b=fZXqjHHBvvkyNvERA7gK0NxFQi8nuEWYvJysABX3rp2h0N7VRKp/5pK5cV7LtfkNoa gjzpjMfJvJiRSP9uBsVxiGxwiAlJtb0inlIPWkE7Nl8NMVmD+I4M++p69LJAcpG6KAkj Ujz7SBmCFwT9oimbW8pgo08XoQHQfudUNBuA2zlNr8sEzldkzr3SW0GgZFWmdonX3x2n OY9XU4GDPAO9+DwTYOlBnRiSt3fhoT05+crKfWE4xIlQRqC4tbrMU9ObGMWl+pueb4n/ LFO4QHKM4k8/1FV178aA2ufqpVbdro7HdELarErNEfmtj9G2TVwiRYbh2gUpf+LXcSlK 0zmw== MIME-Version: 1.0 From: David Edelsohn Date: Thu, 26 Jul 2018 15:18:00 -0000 Message-ID: Subject: Re: Build fail on gthr-simple.h targets (Re: AsyncI/O patch committed) To: Nicolas Koenig Cc: Ulrich Weigand , GCC Patches , Fortran List Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-07/txt/msg01665.txt.bz2 >>>>> Ulrich Weigand wrote: > Nicholas Koenig wrote: > >> Hello everyone, >> >> I have committed the async I/O patch as r262978. >> >> The test cases are in libgomp.fortran for now, maybe that can be changed >> later. > > It looks like this broke building libgfortran on spu, and presumably > any platform that uses gthr-simple instead of gthr-posix. Yes, this broke bootstrap for AIX as well. - David