public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/96728] New: Fatal Error: Reading module inquiry functions on assumed-rank
@ 2020-08-20 18:48 jrfsousa at gmail dot com
  2020-08-21 14:23 ` [Bug fortran/96728] " pault at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jrfsousa at gmail dot com @ 2020-08-20 18:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96728

            Bug ID: 96728
           Summary: Fatal Error: Reading module inquiry functions on
                    assumed-rank
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jrfsousa at gmail dot com
  Target Milestone: ---

Created attachment 49091
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49091&action=edit
Fortran code demonstrating problems.

Hi all!

Fatal error reading modules containing inquiry functions on specification
expressions.

Tested on:

GNU Fortran (GCC) 9.3.1 20200819
GNU Fortran (GCC) 10.2.1 20200819
GNU Fortran (GCC) 11.0.0 20200807 (experimental)

Thank you very much.

Best regards,
José Rui

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/96728] Fatal Error: Reading module inquiry functions on assumed-rank
  2020-08-20 18:48 [Bug fortran/96728] New: Fatal Error: Reading module inquiry functions on assumed-rank jrfsousa at gmail dot com
@ 2020-08-21 14:23 ` pault at gcc dot gnu.org
  2020-08-21 16:38 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pault at gcc dot gnu.org @ 2020-08-21 14:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96728

Paul Thomas <pault at gcc dot gnu.org> changed:

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

--- Comment #1 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 49092
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49092&action=edit
Patch for the PR

This fixes the bug and regtests. It will be some days before I submit - I have
a bit of a backlog on my hands :-(

Paul

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/96728] Fatal Error: Reading module inquiry functions on assumed-rank
  2020-08-20 18:48 [Bug fortran/96728] New: Fatal Error: Reading module inquiry functions on assumed-rank jrfsousa at gmail dot com
  2020-08-21 14:23 ` [Bug fortran/96728] " pault at gcc dot gnu.org
@ 2020-08-21 16:38 ` dominiq at lps dot ens.fr
  2020-08-27 11:47 ` pault at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2020-08-21 16:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96728

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Another patch has been submitted at
https://gcc.gnu.org/pipermail/fortran/2020-August/054907.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/96728] Fatal Error: Reading module inquiry functions on assumed-rank
  2020-08-20 18:48 [Bug fortran/96728] New: Fatal Error: Reading module inquiry functions on assumed-rank jrfsousa at gmail dot com
  2020-08-21 14:23 ` [Bug fortran/96728] " pault at gcc dot gnu.org
  2020-08-21 16:38 ` dominiq at lps dot ens.fr
@ 2020-08-27 11:47 ` pault at gcc dot gnu.org
  2020-08-28  1:08 ` jrfsousa at gmail dot com
  2020-09-01 13:14 ` jrfsousa at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pault at gcc dot gnu.org @ 2020-08-27 11:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96728

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|pault at gcc dot gnu.org           |unassigned at gcc dot gnu.org

--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #2)
> Another patch has been submitted at
> https://gcc.gnu.org/pipermail/fortran/2020-August/054907.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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/96728] Fatal Error: Reading module inquiry functions on assumed-rank
  2020-08-20 18:48 [Bug fortran/96728] New: Fatal Error: Reading module inquiry functions on assumed-rank jrfsousa at gmail dot com
                   ` (2 preceding siblings ...)
  2020-08-27 11:47 ` pault at gcc dot gnu.org
@ 2020-08-28  1:08 ` jrfsousa at gmail dot com
  2020-09-01 13:14 ` jrfsousa at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: jrfsousa at gmail dot com @ 2020-08-28  1:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96728

--- Comment #4 from José Rui Faustino de Sousa <jrfsousa at gmail dot com> ---
Hi Paul,

Sorry for the confusion. I did not knew I could (should) have assigned it to
myself.

Sorry for the wasted time.

Thank you very much.

Best regards,
José Rui

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/96728] Fatal Error: Reading module inquiry functions on assumed-rank
  2020-08-20 18:48 [Bug fortran/96728] New: Fatal Error: Reading module inquiry functions on assumed-rank jrfsousa at gmail dot com
                   ` (3 preceding siblings ...)
  2020-08-28  1:08 ` jrfsousa at gmail dot com
@ 2020-09-01 13:14 ` jrfsousa at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: jrfsousa at gmail dot com @ 2020-09-01 13:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96728

José Rui Faustino de Sousa <jrfsousa at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from José Rui Faustino de Sousa <jrfsousa at gmail dot com> ---
Fixed by:

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-01 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-20 18:48 [Bug fortran/96728] New: Fatal Error: Reading module inquiry functions on assumed-rank jrfsousa at gmail dot com
2020-08-21 14:23 ` [Bug fortran/96728] " pault at gcc dot gnu.org
2020-08-21 16:38 ` dominiq at lps dot ens.fr
2020-08-27 11:47 ` pault at gcc dot gnu.org
2020-08-28  1:08 ` jrfsousa at gmail dot com
2020-09-01 13:14 ` jrfsousa at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).