[Bug fortran/65677] Incomplete assignment on deferred-length character variable

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Wed Apr 15 09:28:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-04-15
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed from 4.6 up to trunk (6.0). With 4.6 and 4.7 the output is

 line: @HERE    IT IS
 keyword: 
 rest: 

If I replace the line

        text = ADJUSTL(text(2:))    !***

with

        text = text(2:)    !***

I get the expected behavior.



More information about the Gcc-bugs mailing list