From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91259 invoked by alias); 30 Oct 2017 17:04:46 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 91240 invoked by uid 89); 30 Oct 2017 17:04:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:364, HContent-Transfer-Encoding:8bit X-Spam-User: qpsmtpd, 2 recipients X-HELO: cc-smtpout1.netcologne.de Received: from cc-smtpout1.netcologne.de (HELO cc-smtpout1.netcologne.de) (89.1.8.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 30 Oct 2017 17:04:44 +0000 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 0649A133BC; Mon, 30 Oct 2017 18:04:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id 0229011DFA; Mon, 30 Oct 2017 18:04:41 +0100 (CET) Received: from [78.35.155.138] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.1.9) (envelope-from ) id 59f75ba9-02b8-7f0000012729-7f0000019c78-1 for ; Mon, 30 Oct 2017 18:04:41 +0100 Received: from [192.168.178.20] (xdsl-78-35-155-138.netcologne.de [78.35.155.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA; Mon, 30 Oct 2017 18:04:38 +0100 (CET) Subject: Re: [PATCH] fix AIX fortran builds To: Jim Wilson , gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org References: <1509345355.30471.9.camel@tuliptree.org> From: Thomas Koenig Message-ID: <068e5d8b-8e9e-4725-bde6-50cb0ee6be83@netcologne.de> Date: Mon, 30 Oct 2017 17:04:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1509345355.30471.9.camel@tuliptree.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2017-10/txt/msg00128.txt.bz2 Hi Jim, > If I add a call to gcc_unreachable after the longjmp call, then it > builds on both linux and AIX.  Anyone have a better idea on how to fix > this?  If I don't get any responses in a few days, I will check it in > under the obvious rule, since it fixes a build failure. The patch is OK. Thanks! Regards Thomas