From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9381 invoked by alias); 26 Sep 2015 18:11:02 -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 9356 invoked by uid 89); 26 Sep 2015 18:11:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients X-HELO: mail-ob0-f170.google.com Received: from mail-ob0-f170.google.com (HELO mail-ob0-f170.google.com) (209.85.214.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 26 Sep 2015 18:11:00 +0000 Received: by obcxm10 with SMTP id xm10so466003obc.3; Sat, 26 Sep 2015 11:10:58 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.107.199 with SMTP id he7mr6635388obb.35.1443291058743; Sat, 26 Sep 2015 11:10:58 -0700 (PDT) Received: by 10.202.4.4 with HTTP; Sat, 26 Sep 2015 11:10:58 -0700 (PDT) Date: Sat, 26 Sep 2015 20:53:00 -0000 Message-ID: Subject: [Patch, fortran/67567] resolve.c: gfc_error called with iface->module == NULL From: Paul Richard Thomas To: "manu at gcc dot gnu.org" , "fortran@gcc.gnu.org" , gcc-patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-09/txt/msg02056.txt.bz2 Fixed as 'obvious' in revision: 228169. Cheers Paul 2013-09-26 Paul Thomas PR fortran/67567 * resolve.c (resolve_fl_procedure): For module procedures, take the parent module name and the submodule name from the name of the namespace.