re PR libfortran/82233 (execute_command_line causes program to stop when command...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 10 Oct 2017 16:49:32 +0000 (16:49 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 10 Oct 2017 16:49:32 +0000 (16:49 +0000)
commit3934b625ee2f522edf455191d1eaaa42e265a1d9
tree6d2aba7bdb402ff9984c97114d2053a2282a468b
parent53befce7f2b35e69ad78b945fc06403c753480a5
re PR libfortran/82233 (execute_command_line causes program to stop when command fails (or does not exist))

2017-10-10  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/82233
* intrinsics/execute_command_line.c (execute_command_line):
No call to runtime_error if cmdstat is present.

2017-10-10  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/82233
* gfortran.dg/execute_command_line_3.f90: New test.

From-SVN: r253593
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/execute_command_line_3.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/intrinsics/execute_command_line.c