https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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.
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
10 matches
Mail list logo