This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: fortran/3681: Problem preprocecisng a fortran source code with cpp
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, jmlloren at uv dot es, nobody at gcc dot gnu dot org
- Subject: Re: fortran/3681: Problem preprocecisng a fortran source code with cpp
- From: aoliva at gcc dot gnu dot org
- Date: 13 Jul 2001 19:33:58 -0000
Synopsis: Problem preprocecisng a fortran source code with cpp
State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Fri Jul 13 12:33:58 2001
State-Changed-Why:
The C preprocessor is designed to preprocess C and C++, not Fortran. Try cpp -traditional and hope it helps. If not, look into other preprocessing alternatives, such as m4.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3681&database=gcc