Consider the following code:
CALL EXECUTE_COMMAND_LINE("invalid")
END
Flang has:
sh: invalid: not found.
fatal Fortran runtime error(/home/cdchen/temp/execute_command_line03f_1.f:7): Command not found with exit code: 127.
IOT/Abort trap(coredump)
While the runtime error message is correct, could it avoid coredump and have a more peaceful exit?