https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
Thomas Koenig changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
--- Comment #8 from Thomas Koenig ---
Author: tkoenig
Date: Mon Mar 26 06:29:01 2018
New Revision: 258850
URL: https://gcc.gnu.org/viewcvs?rev=258850&root=gcc&view=rev
Log:
2018-03-26 Thomas Koenig
PR fortran/66709
* io.c: In
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
Jerry DeLisle changed:
What|Removed |Added
Assignee|jvdelisle at gcc dot gnu.org |unassigned at gcc dot
gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||pascal22p at parois dot net
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
--- Comment #4 from Gerhard Steinmetz
---
Update :
$ gfortran-7-20161002 z_wr_fmt_ice_1.f90
z_wr_fmt_ice_1.f90:4:0:
read (*, fmt=fmt) n
internal compiler error: in gfc_conv_array_constructor_expr, at
fortran/trans-expr.c:6748
0x763769 g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
Jerry DeLisle changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
--- Comment #1 from Gerhard Steinmetz
---
Whereas versions without "parameter" compile and run fine :
$ cat z_wr_fmt_ice_4.f90
program p
character(4) :: fmt(1) = '(i8)'
integer :: n
read (*, fmt=fmt) n
write (*, fmt=fmt) n
end
$
10 matches
Mail list logo