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 616364 - Fortran: Parsing does not understand '\' in string
Fortran: Parsing does not understand '\' in string
Status: RESOLVED DUPLICATE of bug 630580
Product: doxygen
Classification: Other
Component: general
unspecified
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-04-21 06:05 UTC by henrik.tikanvaara
Modified: 2010-11-06 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description henrik.tikanvaara 2010-04-21 06:05:08 UTC
The following piece of valid Fortran cannot be parsed:

program test
	character :: a = '\'
end program test

This is quite severe because '\' is used in Windows for constructing filenames.
Comment 1 albert 2010-11-06 14:18:50 UTC
This bug is a duplicate of bug 630580
Comment 2 Dimitri van Heesch 2010-11-06 17:46:15 UTC

*** This bug has been marked as a duplicate of bug 630580 ***