[Bug fortran/96727] ICE with character length specified using specification function on assumed-rank array

2021-11-10 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96727

Martin Liška  changed:

   What|Removed |Added

 CC||wileamyp at outlook dot com

--- Comment #5 from Martin Liška  ---
*** Bug 103172 has been marked as a duplicate of this bug. ***

[Bug fortran/96727] ICE with character length specified using specification function on assumed-rank array

2020-09-01 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96727

José Rui Faustino de Sousa  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from José Rui Faustino de Sousa  ---
Fixed by:

https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=3a7a95a220c14043da1e1166530e1d76f001dad9

[Bug fortran/96727] ICE with character length specified using specification function on assumed-rank array

2020-08-27 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96727

Paul Thomas  changed:

   What|Removed |Added

   Assignee|pault at gcc dot gnu.org   |unassigned at gcc dot 
gnu.org

--- Comment #3 from Paul Thomas  ---
(In reply to Dominique d'Humieres from comment #2)
> Patches have been submitted at
> 
> https://gcc.gnu.org/pipermail/fortran/2020-August/054903.html
> and https://gcc.gnu.org/pipermail/fortran/2020-August/054904.html

Hi Jose did not assign himself to this PR and so I worked on this
independently. It is lucky that it was not a lot of work, otherwise I might
have been really peeved about the waste of time.

Unassigning myself.

Paul

[Bug fortran/96727] ICE with character length specified using specification function on assumed-rank array

2020-08-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96727

--- Comment #2 from Dominique d'Humieres  ---
Patches have been submitted at

https://gcc.gnu.org/pipermail/fortran/2020-August/054903.html
and https://gcc.gnu.org/pipermail/fortran/2020-August/054904.html

[Bug fortran/96727] ICE with character length specified using specification function on assumed-rank array

2020-08-21 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96727

Paul Thomas  changed:

   What|Removed |Added

   Assignee|unassigned at gcc dot gnu.org  |pault at gcc dot gnu.org
   Last reconfirmed||2020-08-21
 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1
 CC||pault at gcc dot gnu.org

--- Comment #1 from Paul Thomas  ---
Created attachment 49094
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49094=edit
Patch for the PR

The first chunk fixes this PR and the second PR96726.

Regtests OK.

Paul