[Bug fortran/67883] ICE on empty array constructor of character function

2018-09-23 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/67883] ICE on empty array constructor of character function

2018-09-23 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 --- Comment #9 from Paul Thomas --- (In reply to Gerhard Steinmetz from comment #2) > Another group of examples. > First case is working in a sufficient manner. > Concatenating two empty hulls (zero len and size, respectivly) > gives an empty hul

[Bug fortran/67883] ICE on empty array constructor of character function

2018-09-23 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 --- Comment #8 from Paul Thomas --- (In reply to Gerhard Steinmetz from comment #0) > With an effectively empty (i=m,n and m>n) array constructor : > > > $ cat z1.f90 > program p >integer i >print *, [(f(i), i=2,1)] > contains >func

[Bug fortran/67883] ICE on empty array constructor of character function

2018-06-12 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 --- Comment #7 from Steve Kargl --- On Tue, Jun 12, 2018 at 06:21:06PM +, gs...@t-online.de wrote: > > --- Comment #6 from G. Steinmetz --- > (In reply to kargl from comment #4 and #5) > > trunk can now compile this code. > Confirming that

[Bug fortran/67883] ICE on empty array constructor of character function

2018-06-12 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #6 from G.

[Bug fortran/67883] ICE on empty array constructor of character function

2018-06-10 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 --- Comment #5 from kargl at gcc dot gnu.org --- (In reply to Gerhard Steinmetz from comment #2) > Another group of examples. > First case is working in a sufficient manner. > Concatenating two empty hulls (zero len and size, respectivly) > gives

[Bug fortran/67883] ICE on empty array constructor of character function

2018-06-10 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/67883] ICE on empty array constructor of character function

2016-07-04 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 --- Comment #3 from Gerhard Steinmetz --- For the following cases, every line produces an ICE : $ cat zz5.f90 program p character(*), parameter :: x1(*) = [character(*) ::] // [character(0) ::] character(*), parameter :: x2(*) = [charac

[Bug fortran/67883] ICE on empty array constructor of character function

2016-07-04 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 --- Comment #2 from Gerhard Steinmetz --- Another group of examples. First case is working in a sufficient manner. Concatenating two empty hulls (zero len and size, respectivly) gives an empty hull as result again. $ cat zz1.f90 program p

[Bug fortran/67883] ICE on empty array constructor of character function

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