From dbe51c601ca2336e834c7b8da15f8b8317573dcf Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 26 Jul 2018 19:08:05 +0200 Subject: [PATCH] as the comment was saying, that was unsafe, and flang was doing something else --- teshsuite/smpi/fort_args/fort_args.f90 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/teshsuite/smpi/fort_args/fort_args.f90 b/teshsuite/smpi/fort_args/fort_args.f90 index dbd9c10444..d1f4aea5b0 100644 --- a/teshsuite/smpi/fort_args/fort_args.f90 +++ b/teshsuite/smpi/fort_args/fort_args.f90 @@ -8,11 +8,6 @@ program getarg_1 ! This should return the invoking command. The actual value depends ! on the OS, but a blank string is wrong no matter what. ! ??? What about deep embedded systems? - - I2 = 0 - CALL GETARG(I2,ARGS2) - if (args2.ne.args) STOP 1 - if (args.eq.'') STOP 2 I = 1 CALL GETARG(I,ARGS) -- 2.20.1