GNOME Bugzilla – Bug 521857
Fortran: Fixed formatted Fortran code and comment characters
Last modified: 2011-11-01 12:03:08 UTC
Please describe the problem: When using fixed formatted Fortran code a number of problems have been noted due to the fact that a comment character is not correctly recognized inside or outside the body of a subroutine. Example: * module ff subroutine tst end subroutine tst result: Error in file /cygdrive/c/programs/doxygen-svn/doxy_bugs/j.f line: 5, state: 9 Analogous example: * type A SUBROUTINE tst END SUBROUTINE tst result: Error in file /cygdrive/c/programs/doxygen-svn/doxy_bugs/d.f line: 6, state: 16 Problem inside subroutine: SUBROUTINE tst C' END SUBROUTINE tst result: Error in file /cygdrive/c/programs/doxygen-svn/doxy_bugs/f.f line: 5, state: 19 Steps to reproduce: 1. See description above Actual results: See the description above Expected results: Fixed format with chacarcter c, C, * or ! in first column should be recognized as comment Does this happen every time? Yes Other information:
All examples are ok now (1.5.6-SVN) *** This bug has been marked as a duplicate of 534785 ***
Examples work as they should.