From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24896 invoked by alias); 11 Jan 2013 17:37:29 -0000 Received: (qmail 24775 invoked by uid 22791); 11 Jan 2013 17:37:27 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp24.services.sfr.fr (HELO smtp24.services.sfr.fr) (93.17.128.81) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Jan 2013 17:37:24 +0000 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2419.sfr.fr (SMTP Server) with ESMTP id AC27C7000288; Fri, 11 Jan 2013 18:37:22 +0100 (CET) Received: from [192.168.1.58] (150.15.72.86.rev.sfr.net [86.72.15.150]) by msfrf2419.sfr.fr (SMTP Server) with ESMTP id 865247000279; Fri, 11 Jan 2013 18:37:12 +0100 (CET) X-SFR-UUID: 20130111173714550.865247000279@msfrf2419.sfr.fr Message-ID: <50F04DB9.6030405@sfr.fr> Date: Fri, 11 Jan 2013 17:37:00 -0000 From: Mikael Morin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121222 Thunderbird/10.0.11 MIME-Version: 1.0 To: Tobias Burnus CC: gcc patches , gfortran , Jakub Jelinek Subject: Re: [libgomp / Fortran, Patch] PR55884 - Add -fintrinsic-module-path= and use it References: <50EAE4A0.1090901@net-b.de> In-Reply-To: <50EAE4A0.1090901@net-b.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2013-01/txt/msg00621.txt.bz2 Le 07/01/2013 16:07, Tobias Burnus a écrit : > diff --git a/gcc/fortran/options.c b/gcc/fortran/options.c > index e05b935..0e0a71d 100644 > --- a/gcc/fortran/options.c > +++ b/gcc/fortran/options.c > @@ -845,6 +845,7 @@ gfc_handle_option (size_t scode, const char *arg, int value, > break; > > case OPT_fintrinsic_modules_path: > + case OPT_fintrinsic_modules_path_: > gfc_add_intrinsic_modules_path (arg); > break; > There are two other uses of OPT_fintrinsic_modules_path, needing the same fix. > Build and regtested on x86-64-gnu-linux. > OK for the trunk? > OK with the change above. Mikael