From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64909 invoked by alias); 18 Feb 2018 12:31:08 -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 64871 invoked by uid 89); 18 Feb 2018 12:31:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPAM_BODY,SPF_PASS autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yw0-f178.google.com Received: from mail-yw0-f178.google.com (HELO mail-yw0-f178.google.com) (209.85.161.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 18 Feb 2018 12:31:03 +0000 Received: by mail-yw0-f178.google.com with SMTP id t129so2994257ywc.3; Sun, 18 Feb 2018 04:31:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=T8b74Q7I22LNDRdAQqVZQzGsN0Oa/zzXAW8D6wRam0M=; b=PLbpqACrlFA/mQUhki+vCYECeZAOgjcd3krsqQ4S29oKlyLujNYG2IcvMhryb/9R2H fkvxyb6Vl9XW6ZDIVy6x16qROaaObj1UnoXrhUCKa3EPfg97E+XlWPmsx1fhAhZb7uld v0jVWl6Mo/N2zRZVMyw7qzxBwI/3MAbWJ8TIK09ZZyUF0+3R0N40nZlSexy0gZlJHQxC JUv4JhrX4Psyo9th/TBYJ5swgyzxQGPqIobR18MbzkFCJJDIePuyjcrw0tyHka8K7SLp vjPtmsW4Es/NXJrzVEYEDi5XA2ROt0cZqkyF+qScoljSLlkybm9eA5CC3axiAfOq9dXA aY5g== X-Gm-Message-State: APf1xPAI6Ij2YKaSlHl4ZFEKuErvIhshspiRFTsjS7FvXVApS14TPQbS nknWWMYwEEF3gq7GUHEhNM+MD7SLivY02u+gMoc= X-Google-Smtp-Source: AH8x226OCzy1+dcZURWu7nN8eyiVBOOeGExF9KoCGcONwcD8RXnAAg/furb5JfWydDZvlxedNPc5BaEnNBIwOUvmuhI= X-Received: by 10.129.181.7 with SMTP id t7mr8452639ywh.291.1518957061491; Sun, 18 Feb 2018 04:31:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.146.71 with HTTP; Sun, 18 Feb 2018 04:31:00 -0800 (PST) In-Reply-To: <5488e0fa-f380-7039-ba34-f24ef15d1be5@netcologne.de> References: <9fe99d94-89d0-41ba-e298-fb853d8bd02a@netcologne.de> <99e62ae1-35e0-ed42-3c14-f1202cfd8cc3@netcologne.de> <5488e0fa-f380-7039-ba34-f24ef15d1be5@netcologne.de> From: Janus Weil Date: Sun, 18 Feb 2018 12:31:00 -0000 Message-ID: Subject: Re: [ patch, testsuite, fortran] Replace "call abort" by "stop n" To: Thomas Koenig Cc: Janne Blomqvist , "fortran@gcc.gnu.org" , gcc-patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-02/txt/msg01070.txt.bz2 2018-02-18 1:38 GMT+01:00 Thomas Koenig : > Hi Janus, > >> Regarding "-fall-intrinsics": Your commit has greatly reduced its >> usage, but I still see a few cases that you left in, although the flag >> does not really seem to be required. >> >> Is there a reason why did not treat these? > > I was specifically chaning those cases which contained STOP [1-9] > after my patch; I didn't look at any other use of -fall-intrinsics. > >> Would you mind if I applied >> the patch in attachment? > > > Not at all - if the test cases pass without the option, just go ahead > and commit the patch. Alrighty, committed as r257789 (after making sure there are no failures). Cheers, Janus