[Bug fortran/51591] Strange output from STOP statement in OpenMP region
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 30 15:23:44 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51591
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
OpenMP just says that a structured block
"may contain STOP or ERROR STOP statements."
and nothing else, what the particular behavior for STOP is is covered in the
base language or is up to the implementation.
More information about the Gcc-bugs
mailing list