GNOME Bugzilla – Bug 643617
Fortran: "type is" construction not recognized
Last modified: 2011-11-01 11:52:58 UTC
The (Fortran 2003) construction "type is" is not recognized. The example code snippet: module tst select type (node) type is (real_node_type) end select end gives error message: ******************************************************************** Error in file /cygdrive/c/Users/user/AppData/Local/Temp/dg/type_sel.f90 line: 7, state: 17 ********************************************************************
Created attachment 182211 [details] Patch for "type is" construct Patch for recognizing "type is" construct
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.5. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
"type is" is recognized now