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

2018-10-06 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677 --- Comment #8 from paul.richard.thomas at gmail dot com --- I am trying to run out. I was stung by some of the comments in the standards survey about quality of implementation in all brands. This came out as one of the worst for gfortran so I de

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

2018-10-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2018-10-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677 --- Comment #6 from Paul Thomas --- Author: pault Date: Mon Oct 1 14:27:17 2018 New Revision: 264759 URL: https://gcc.gnu.org/viewcvs?rev=264759&root=gcc&view=rev Log: 2018-10-01 Paul Thomas PR fortran/65677 * trans-expr.c (

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

2018-09-23 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677 --- Comment #5 from Paul Thomas --- Created attachment 44738 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44738&action=edit A fix for the PR I have no idea at all why I didn't manage to fix this previously. It is almost obvious. Paul

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

2018-09-22 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assigne

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

2016-08-07 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677 --- Comment #3 from Thomas Koenig --- ig25@linux-fd1f:~/Krempel/Ass> cat a.f90 program main character(:), allocatable :: text text = 'asdf' text = adjustl(text(2:)) print *,text end program main ig25@linux-fd1f:~/Krempel/Ass> gfortran a.

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

2016-08-07 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

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

2015-04-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|