ancient include statements

Tobias.Schlueter@Physik.Uni-Muenchen.DE Tobias.Schlueter@Physik.Uni-Muenchen.DE
Wed Aug 17 19:55:00 GMT 2005


Quoting Jack Howarth <howarth@bromo.msbb.uc.edu>:
>  In file NQAINC.INC:132
>
>      Included at ../whatif/src/newqua.f:25
>
>       BYTE          NQACB(NQASZ3,NQANC)
>      1
> Error: Unclassifiable statement at (1)
>
> Is this problem fixed in the current 4.0 or main gcc branch?

This problem is due to the use of the non-standard BYTE data type, and has
nothing to do with includes.  It is in the process of being fixed, i.e. a patch
is ready and we're waiting for the author's copyright assignment to be
confirmed by the FSF.  IOW, this particular error should very soon disappear
(probably it will require a command-line flag, I don't remember).

For the time being, something similar to "sed s/BYTE/INTEGER*1/ -i *.F" should
do the trick.

- Tobi



More information about the Fortran mailing list