[Bug libfortran/42996] Incorrect length returned from get_command_argument intrinsic

2010-02-09 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2010-02-09 17:05 --- Subject: Bug 42996 Author: burnus Date: Tue Feb 9 17:04:57 2010 New Revision: 156630 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=156630 Log: 2010-02-09 Tobias Burnus bur...@net-b.de PR

[Bug libfortran/42996] Incorrect length returned from get_command_argument intrinsic

2010-02-08 Thread ian_harvey at bigpond dot com
--- Comment #1 from ian_harvey at bigpond dot com 2010-02-08 10:48 --- Created an attachment (id=19819) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19819action=view) Simple test case Call the resulting program with an argument longer than one character. --

[Bug libfortran/42996] Incorrect length returned from get_command_argument intrinsic

2010-02-08 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2010-02-08 13:19 --- Confirm - I get for ./a.out test the following result. Current (gfortran): With no value, length was:4 and status:0 With LEN=1 value, length was:1 and status:-1 Bad: len = 1 With LEN=10 value, length was:4