Community
Participate
Working Groups
Build Identifier: 20100917-0705 In the following two cases, the outline view shows syntax errors for what I believe is just a style preference (since both gfortran and ifort accept those line without problem): * Spaces between the # and the identifier (e.g., if, else) in a (C-like) preprocessor line * Using import without a list of imported items In the third case, the outline view flags syntax errors for reasons unknown to me. Reproducible: Always Steps to Reproduce: In all the cases, adding the (attached) source to a Fortran project will flag the syntax errors.
Created attachment 182688 [details] testcase for preprocessor SyntaxException
Created attachment 182689 [details] testcase for SyntaxException related to the import keyword
Created attachment 182690 [details] testcase for Syntax Errors related to the select case construct
Thanks for the bug report. You might be the first person to report a Fortran 2003-related bug. :-) Fixes for these will appear in Photran 7.0. Fixed in HEAD 3/17