After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643617 - Fortran: "type is" construction not recognized
Fortran: "type is" construction not recognized
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.3-SVN
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-03-01 19:47 UTC by albert
Modified: 2011-11-01 11:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for "type is" construct (377 bytes, application/octet-stream)
2011-03-01 20:36 UTC, albert
Details

Description albert 2011-03-01 19:47:26 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
********************************************************************
Comment 1 albert 2011-03-01 20:36:18 UTC
Created attachment 182211 [details]
Patch for "type is" construct

Patch for recognizing "type is" construct
Comment 2 Dimitri van Heesch 2011-05-15 09:48:29 UTC
Thanks,

I'll include the patch in the next subversion update.
Comment 3 Dimitri van Heesch 2011-08-14 14:05:08 UTC
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.
Comment 4 albert 2011-11-01 11:52:58 UTC
"type is" is recognized now