------- Comment #1 from dfranke at gcc dot gnu dot org  2008-06-07 08:30 -------
There are two ways to solve this: 

 (1) move "-fpch-preprocess" from gcc.c(cpp_options) into, say, cpp_c_options
and add cpp_c_options everywhere where cpp_options are used but fortran
 (2) duplicate gcc.c(cpp_options) into fortran/lang-specs.h but omit
"-fpch-preprocess"

Which solution would be preferable?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36376

Reply via email to