[Bug fortran/37821] New: gfortran is ignoring #includes with the syntax <file.h>
chris dot walter at duke dot edu
gcc-bugzilla@gcc.gnu.org
Tue Oct 14 01:48:00 GMT 2008
If I have a
-Idirectory in my compile path then
#include "file.h" works
but
#include <file.h> does not.
The compiler complains the file does not exist.
I use the binaries from http://quatramaran.ens.fr/~coudert/gfortran/
and this broke between the snapshot in May and August. It seems to correspond
to the switch to internal cpp.
--
Summary: gfortran is ignoring #includes with the syntax <file.h>
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: chris dot walter at duke dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37821
More information about the Gcc-bugs
mailing list