Strange warnings with gfc-4.4 snapshots
Daniel Franke
franke.daniel@gmail.com
Sat Jun 7 15:42:00 GMT 2008
On Saturday 07 June 2008 17:28:28 Angelo Graziosi wrote:
> 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!
Hu, more target-related problems.
This is due to the switch from external to internal preprocessing within
gfortran. I'll file a PR and implement the missing option.
Thanks for reporting.
Regards
Daniel
More information about the Fortran
mailing list