https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67939
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67939
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Oct 29 20:07:13 2015
New Revision: 229555
URL: https://gcc.gnu.org/viewcvs?rev=229555&root=gcc&view=rev
Log:
2015-10-29 Steven G. Kargl
PR fortran/67939
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67939
--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Wed Oct 21 21:40:05 2015
New Revision: 229153
URL: https://gcc.gnu.org/viewcvs?rev=229153&root=gcc&view=rev
Log:
2015-10-21 Steven G. Kargl
PR fortran/67939
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67939
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67939
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67939
--- Comment #1 from Gerhard Steinmetz
---
$ echo $LANG
de_DE.UTF-8
$ echo $LC_ALL
$ cat z3.f90
program p
character(8) :: x
data x(3:1) /'abc'/
end
$ gfortran -g -O0 z3.f90
z3.f90:3:17:
data x(3:1) /'abc'/
1
Warning