[Bug fortran/96726] ICE with user defined specification function on assumed-rank array

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

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=8f7d99acf6d94eed6a7f9b9f76bd4c2243c660b2

[Bug fortran/96726] ICE with user defined 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=96726

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/96726] ICE with user defined 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=96726

--- 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/96726] ICE with user defined 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=96726

Paul Thomas  changed:

   What|Removed |Added

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

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

The second chunk fixes this PR. The first fixes PR96727.

Regtests fine.

Oh, the benefits of long, boring meetings.

Paul