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 521854 - Fortran: More than one dummy argument on 1 line
Fortran: More than one dummy argument on 1 line
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.5.5-SVN
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2008-03-11 20:27 UTC by albert
Modified: 2011-10-30 19:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for multiple argument declarations on one line (1.38 KB, patch)
2010-11-07 09:13 UTC, albert
none Details | Review

Description albert 2008-03-11 20:27:57 UTC
Please describe the problem:
The following code:
      SUBROUTINE tst(a,b)
        INTEGER a; REAL b
      END SUBROUTINE

results in the following description (both types of type INTEGER):
subroutine tst (INTEGER   	 a,
		INTEGER  	b	 
	) 	


Steps to reproduce:
1. See description
2. 
3. 


Actual results:
See description

Expected results:
Second argument should have type REAL

Does this happen every time?
Yes

Other information:
Comment 1 albert 2010-11-07 09:13:57 UTC
Created attachment 173983 [details] [review]
patch for multiple argument declarations on one line

This patch resets the input string and state in case we are in the Variable state of a ';' character is encountered.
Comment 2 Dimitri van Heesch 2011-01-04 08:57:12 UTC
I'll include this patch in the next subversion update.
Comment 3 Dimitri van Heesch 2011-03-28 14:19:22 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.4. 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:39:06 UTC
No crash anymore