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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677
Thomas Koenig changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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 (
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677
Paul Thomas changed:
What|Removed |Added
CC||pault at gcc dot gnu.org
Assigne
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|