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 655178 - Fortran: using variable name starting with word interface
Fortran: using variable name starting with word interface
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-07-23 18:36 UTC by albert
Modified: 2012-11-18 11:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixing problem with variable starting with word interface (953 bytes, patch)
2011-07-23 18:43 UTC, albert
none Details | Review

Description albert 2011-07-23 18:36:39 UTC
In case we have a variable with a name starting with te word interface we get the error message:

********************************************************************
Error in file D:/excite/test15/s_INTERFACE.f line: 5, state: 19
********************************************************************

example code:
      subroutine subr_INTERFACE
        INTERFACE_name = 1;
      end subroutine subr_INTERFACE
Comment 1 albert 2011-07-23 18:43:40 UTC
Created attachment 192533 [details] [review]
fixing problem with variable starting with word interface

In case the word interface is used and it is followed by either letters, number and / or underscores the entire word is seen as the name of a variable (and no processing is required).
Comment 2 Dimitri van Heesch 2011-07-28 18:31:47 UTC
Thanks, I'll include the patch in the next update.
Comment 3 Dimitri van Heesch 2011-08-14 14:05:14 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-10-30 19:49:21 UTC
No error message anymore