[Bug fortran/38247] problem with contained subprocedure.

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Nov 24 15:33:00 GMT 2008



------- 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



More information about the Gcc-bugs mailing list