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.