From: Augustin Degomme Date: Thu, 26 Jul 2018 17:08:05 +0000 (+0200) Subject: as the comment was saying, that was unsafe, and flang was doing something else X-Git-Tag: v3_21~355^2~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dbe51c601ca2336e834c7b8da15f8b8317573dcf as the comment was saying, that was unsafe, and flang was doing something else --- 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)