------- Comment #3 from burnus at gcc dot gnu dot org 2008-10-14 12:11 ------- Confirm. gcc (the C compiler) has using -I test_directory:
#include "..." search starts here: #include <...> search starts here: test_directory /usr/local/include /projects/tob/gcc-trunk/include /projects/tob/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.4.0/include /projects/tob/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.4.0/include-fixed /usr/include End of search list. whereas gfortran has the following: #include "..." search starts here: test_directory /projects/tob/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.4.0/finclude . #include <...> search starts here: /usr/local/include /projects/tob/gcc-trunk/include /projects/tob/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.4.0/include /projects/tob/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.4.0/include-fixed /usr/include End of search list. -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2008-10-14 12:11:19 date| | Summary|gfortran is ignoring |[4.4 Regression] gfortran is |#includes with the syntax |ignoring #includes with the |<file.h> |syntax <file.h> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37821