From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99100 invoked by alias); 22 Aug 2018 18:49:33 -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 99056 invoked by uid 89); 22 Aug 2018 18:49:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*de.ibm.com, H*f:sk:CAGWvny, HX-Received:sk:t17-v6m, libgfortran X-HELO: mail-wm0-f46.google.com Received: from mail-wm0-f46.google.com (HELO mail-wm0-f46.google.com) (74.125.82.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Aug 2018 18:49:30 +0000 Received: by mail-wm0-f46.google.com with SMTP id i134-v6so265978wmf.0; Wed, 22 Aug 2018 11:49:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fbJ6Gdzz+DhCNoknkCaWuAy63MUkspQSMTwlvTO08fQ=; b=H4TS6JRBxpR7aaiAc7RvfcjqENKpO01mogW8wNlfTpTJ6a09/ue4A/n5lTXhUQ3+TP xz0bZ7SPddRSOZVkNPzYJCaVJMjsdSr1DJQCknsLyGjsQzo3IGLWPAszeLQ1qroU2rRU q7GvpdX+jwxKZj22sBkgakigdY/wtdbEx/bzM2wkyDW5SES8O9ogl2uavB8fyWe8Eix3 vvIYqBhu6qLXkM0Ck8G/eoAEzlVVvkob+P4JA0KHFfFxMpukvNP2Flv2AB49ppCQsjjB l7qYCojT3Ke9F83wZnAsbH39yO96/skvzQ+9JQetn7fAaTHP1Glqq3z4/nyhC0FcZ0iV xV5A== MIME-Version: 1.0 References: <20180726133142.DE075D801C7@oc3748833570.ibm.com> <01cd923e-18c7-f745-a75d-49536d56cdbf@netcologne.de> <5B6021C0.5060507@arm.com> <20180802113135.5qmwnfpxwv4dic6z@student.ethz.ch> <20180802170441.aidlg6grthuavogc@student.ethz.ch> <805d5eb8-c014-223e-0590-cd0e1eadb739@netcologne.de> <1ad32961-9592-348a-c055-934b8269aa0c@netcologne.de> In-Reply-To: From: David Edelsohn Date: Wed, 22 Aug 2018 18:49:00 -0000 Message-ID: Subject: Re: Async I/O patch with compilation fix To: Thomas Koenig Cc: Christophe Lyon , Decius Caecilius Metellus , "Andre Vieira (lists)" , GCC Patches , Fortran List , Ulrich Weigand , clyon@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-08/txt/msg01388.txt.bz2 Thomas, This patch broke bootstrap on AIX again. This is completely unacceptable. In file included from */nasfarm/edelsohn/src/src/libgfortran/runtime/error.c:28*: */nasfarm/edelsohn/src/src/libgfortran/io/async.h:333:3:* *error: *unknown type name '*__gthread_cond_t*' 333 | *__gthread_cond_t* signal; | *^~~~~~~~~~~~~~~~* make[1]: *** [Makefile:2594: error.lo] Error 1 - David On Tue, Aug 21, 2018 at 3:42 PM Thomas Koenig wrote: > Hi everybody, > > Nicolas has committed the patch as r263750. > > PR 87048 now traces the armeb regression, which is > assumed to resurface now. Let's really try and fix > that one before 9.0 :-) > > Regards > > Thomas >