This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Strange warnings with gfc-4.4 snapshots
- From: Angelo Graziosi <angelo dot graziosi at alice dot it>
- To: fortran at gcc dot gnu dot org
- Date: Sat, 07 Jun 2008 17:28:28 +0200
- Subject: Strange warnings with gfc-4.4 snapshots
For the sake of completeness, I want to flag that with recent snapshots
of GFortran, on CYGWIN, there are the following warnings, also with a
simple test-case:
$ cat hello.F95
program hello
print *,'Hello World!'
end program hello
$ gfortran hello.F95
f951: warning: command line option "-idirafter" is valid for
C/C++/ObjC/ObjC++ but not for Fortran
f951: warning: command line option "-idirafter" is valid for
C/C++/ObjC/ObjC++ but not for Fortran
This happens with snapshots [1]: 4.4-20080606, 4.4-20080530 BUT NOT with
4.4-20080523!
The build is done:
Configured with: /work/gcc/configure --prefix=/usr/local/gfortran
--exec-prefix=/usr/local/gfortran --sysconfdir=/usr/local/gfortran/etc
--libdir=/usr/local/gfortran/lib --libexecdir=/usr/local/gfortran/lib
--mandir=/usr/local/gfortran/share/man
--infodir=/usr/local/gfortran/share/info --enable-languages=c,fortran
--enable-bootstrap --enable-decimal-float=bid --enable-libgomp
--enable-threads --enable-sjlj-exceptions
--enable-version-specific-runtime-libs --enable-nls
--enable-checking=release --disable-fixed-point --disable-libmudflap
--disable-shared --disable-win32-registry --with-system-zlib
--without-included-gettext --without-x
Cheers,
Angelo.
---
[1] From: ftp://gcc.gnu.org/pub/gcc/snapshots