This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about compiling f2c_specifics.F90



On May 15, 2005, at 8:00 AM, Andreas Jaeger wrote:



Compiling f2c_specifics.F90 I get:


/builds/gcc/misc/./gcc/gfortran -B/builds/gcc/misc/./gcc/ -B/opt/gcc/4.1-devel/x86_64-suse-linux-gnu/bin/ -B/opt/gcc/4.1-devel/x86_64-suse-linux-gnu/lib/ -isystem /opt/gcc/4.1-devel/x86_64-suse-linux-gnu/include -isystem /opt/gcc/4.1-devel/x86_64-suse-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/cvs/gcc/libgfortran -I. -iquote/cvs/gcc/libgfortran/io -Wall -g -O2 -Wall -fno-repack-arrays -fno-underscoring -c /cvs/gcc/libgfortran/intrinsics/f2c_specifics.F90 -fPIC -DPIC -o .libs/f2c_specifics.o
cc1: warning: command line option "-fno-repack-arrays" is valid for F95 but not for C
cc1: warning: command line option "-fno-underscoring" is valid for F95 but not for C


Why do I get the warning? This is a F90 program, isn't it?

Preprocessing which invokes cc1 for the preprocessor, this PR 18452 by the way.


Thanks,
Andrew Pinski


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