This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36457] New: preprocessing: option -idirafter undefined for fortran
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jun 2008 15:44:26 -0000
- Subject: [Bug fortran/36457] New: preprocessing: option -idirafter undefined for fortran
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
http://gcc.gnu.org/ml/fortran/2008-06/msg00048.html
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
--
Summary: preprocessing: option -idirafter undefined for fortran
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: dfranke at gcc dot gnu dot org
ReportedBy: dfranke at gcc dot gnu dot org
GCC host triplet: cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36457