This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug driver/35665] FAIL: gfortran.dg/include_2.f90 -O (test for excess error)



------- Comment #3 from danglin at gcc dot gnu dot org  2008-03-22 20:48 -------
The problem seems to be the -fpreprocessed option in the gfortran command.
We need to run the preprocessor to handle the

#ifdef __cplusplus
extern "C" {
#endif

and

#ifdef __cplusplus
}
#endif


-- 


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


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