This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Please modify GCC to preprocess *.F90 files like it does *.F files


* Charlie Zender (zender@uci.edu) [20000706 23:00]:

> zender@dust:~/f$ gcc -E -M -DLINUX -I. -I/home/zender/include -I/usr/local/include f.F90
> gcc: f.F90: linker input file unused since linking not done
> 
> does not generate any dependencies. Hopefully this is easy to
> fix and just involves processing '.F90' files just like '.F' files.
> Please consider making the appropriate modifications to GCC.

Just add -x f to the command line and it should do what you're trying to
achieve :)

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]