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 674583 - Fortran: continuation by ampersand not placed in code output
Fortran: continuation by ampersand not placed in code output
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.0-SVN
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-04-22 18:30 UTC by albert
Modified: 2012-05-20 12:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH: place continuation character in output (332 bytes, patch)
2012-04-22 18:34 UTC, albert
none Details | Review

Description albert 2012-04-22 18:30:50 UTC
!>  bug continuation by ampersand not placed in code output
!!
!!  The & character after the declaration of i is omitted in
!!  the code output
subroutine bug_continuation_by_ampersand
   integer ::i, & ! this one is missing
             j
end subroutine
Comment 1 albert 2012-04-22 18:34:58 UTC
Created attachment 212561 [details] [review]
PATCH: place continuation character in output

An & (ampersand) was omitted in the code output, fixed by this patch.
Comment 2 albert 2012-04-22 18:36:10 UTC
Comment on attachment 212561 [details] [review]
PATCH: place continuation character in output

set patch flag
Comment 3 Dimitri van Heesch 2012-04-29 18:52:59 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 4 Dimitri van Heesch 2012-05-19 12:27:07 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.1. 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 5 albert 2012-05-20 12:10:43 UTC
Code included in 1.8.1