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: Strange warnings with gfc-4.4 snapshots


Daniel Franke ha scritto:
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


I would to ask if there are (good) news regarding this problem which still afflicts (on Cygwin) the current snapshot, 4.4-20080808.



Thanks, Angelo.


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