From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7027 invoked by alias); 24 Nov 2008 15:33:53 -0000 Received: (qmail 29175 invoked by uid 48); 24 Nov 2008 15:32:29 -0000 Date: Mon, 24 Nov 2008 15:33:00 -0000 Message-ID: <20081124153229.29174.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/38247] problem with contained subprocedure. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-11/txt/msg02062.txt.bz2 ------- Comment #4 from kargl at gcc dot gnu dot org 2008-11-24 15:32 ------- After removing all of your full path names, I get REMOVE:kargl[215] gfc4x WinModI.f90 -c -Wall -O3 -ffast-math -funroll-loops -std=f2003 -fno-backslash -owinmod.o >winmod.xyz WinModI.f90:68: Error: Can't open included file 'FldSet1A.f90' WinModI.f90:73: Error: Can't open included file 'FldSet2A.f90' WinModI.f90:74.26: There is no FldSet1A.f90 or FldSet2A.f90. REMOVE:kargl[216] find . -name FldSet\* ./FldSet.a90 Any chance you can 1) update to a newer compiler, and 2) cut this down to a much smaller example. PS: This shell script isn't a Bourne shell script. It appears to be a csh script. Add '#! /bin/csh' as the first line. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38247