Quantcast
Channel: Intel® Fortran Compiler for Linux* and macOS*
Viewing all articles
Browse latest Browse all 2583

BLOCK construct

$
0
0

This does not appear to be supported.

PROGRAM Main

    INTEGER :: x

    BLOCK

        VOLATILE :: x

        x = 0

    END BLOCK

END PROGRAM Main

gerbil.f90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: DATA

    BLOCK

---------^

etc.


Viewing all articles
Browse latest Browse all 2583