Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

BLOCK construct

Nick_M_3
New Contributor I
3,935 Views

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.

0 Kudos
21 Replies
Izaak_Beekman
New Contributor II
463 Views

ah, false alarm… I had -stand f03 set accidentally, I think as I can no longer reproduce this.

0 Kudos
Reply