http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50673

--- Comment #1 from Joost VandeVondele <Joost.VandeVondele at pci dot uzh.ch> 
2011-10-09 12:04:55 UTC ---
Actually, since eating the trailing spaces is the issue (seems to be
implemented very generally in libfortran), the following is a practical
workaround in this case:

read(line(1:LEN_TRIM(line)),*) AA,vec

maybe something along these lines could be done in the runtime ?

Reply via email to