public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/100018] New: ICE on missing polymorphic argument
@ 2021-04-10 16:29 jrfsousa at gmail dot com
  2021-04-10 20:46 ` [Bug fortran/100018] " jrfsousa at gmail dot com
  2021-04-14 11:07 ` dominiq at lps dot ens.fr
  0 siblings, 2 replies; 3+ messages in thread
From: jrfsousa at gmail dot com @ 2021-04-10 16:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100018
           Summary: ICE on missing polymorphic argument
           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: ---

Hi All!

ICE with simple subroutine missing a dummy argument.

subroutine foo(that)
  implicit none
  class(*),  target, intent(in)  :: this
  class(*), pointer, intent(out) :: that

  that => this
  return
end subroutine foo

Tested on:

GNU Fortran (GCC) 11.0.1 20210410 (experimental)
GNU Fortran (GCC) 10.3.1 20210410
GNU Fortran (GCC) 9.3.1 20210410

Thank you very much.

Best regards,
José Rui

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

* [Bug fortran/100018] ICE on missing polymorphic argument
  2021-04-10 16:29 [Bug fortran/100018] New: ICE on missing polymorphic argument jrfsousa at gmail dot com
@ 2021-04-10 20:46 ` jrfsousa at gmail dot com
  2021-04-14 11:07 ` dominiq at lps dot ens.fr
  1 sibling, 0 replies; 3+ messages in thread
From: jrfsousa at gmail dot com @ 2021-04-10 20:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from José Rui Faustino de Sousa <jrfsousa at gmail dot com> ---
Path posted:

https://gcc.gnu.org/pipermail/fortran/2021-April/055916.html

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

* [Bug fortran/100018] ICE on missing polymorphic argument
  2021-04-10 16:29 [Bug fortran/100018] New: ICE on missing polymorphic argument jrfsousa at gmail dot com
  2021-04-10 20:46 ` [Bug fortran/100018] " jrfsousa at gmail dot com
@ 2021-04-14 11:07 ` dominiq at lps dot ens.fr
  1 sibling, 0 replies; 3+ messages in thread
From: dominiq at lps dot ens.fr @ 2021-04-14 11:07 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-04-14

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

end of thread, other threads:[~2021-04-14 11:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-10 16:29 [Bug fortran/100018] New: ICE on missing polymorphic argument jrfsousa at gmail dot com
2021-04-10 20:46 ` [Bug fortran/100018] " jrfsousa at gmail dot com
2021-04-14 11:07 ` dominiq at lps dot ens.fr

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).