https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
Thomas Koenig changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
--- Comment #7 from Thomas Koenig ---
Author: tkoenig
Date: Thu Jan 9 20:57:33 2020
New Revision: 280063
URL: https://gcc.gnu.org/viewcvs?rev=280063&root=gcc&view=rev
Log:
Save typespec for empty array constructor.
2020-01-09 Thomas Koenig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
Thomas Koenig changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
G. Steinmetz changed:
What|Removed |Added
CC||gs...@t-online.de
--- Comment #5 from G.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
--- Comment #4 from Harald Anlauf ---
I tried to follow the state of the variable "cons_state" in array.c
for the following codes:
j = 0
print *, (/ (/ (i, i=1,j) /) /)! no ICE
and
print *, (/ (/ (i, i=1,0) /) /)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
--- Comment #3 from Harald Anlauf ---
Even simpler:
integer :: i
print *, 1 +(/ (i, i=1,0) /) ! OK
print *, 1 + (/ (/ (i, i=1,0) /) /) ! Error
end
pr65428.f90:3:10:
print *, 1 + (/ (/ (i, i=1,0) /) /)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
Harald Anlauf changed:
What|Removed |Added
CC||anlauf at gmx dot de
--- Comment #2 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
Francois-Xavier Coudert changed:
What|Removed |Added
Last reconfirmed|2015-03-15 00:00:00 |2015-5-4
--- Comment #1 from F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428
Francois-Xavier Coudert changed:
What|Removed |Added
Keywords||ice-on-valid-code
10 matches
Mail list logo