public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/96131] New: ICE in fold_convert_loc, at fold-const.c:2435
@ 2020-07-09  8:57 mscfd at gmx dot net
  2020-07-09  9:23 ` [Bug fortran/96131] " marxin at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: mscfd at gmx dot net @ 2020-07-09  8:57 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96131
           Summary: ICE in fold_convert_loc, at fold-const.c:2435
           Product: gcc
           Version: 10.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mscfd at gmx dot net
  Target Milestone: ---

The code below fails with an ICE in fold_convert_loc, at fold-const.c:2435.
There is another recent bug 94730 with an ICE at this location, but triggered
with C code. Is this maybe related?

Also fails with ICE with gfortran 8.2.1 and 9.1.1.

> gfortran-10 procptr.f90

module mod

implicit none
public

type :: t
   procedure(get_ifc), pointer, nopass :: get => null()
end type t

abstract interface
   function get_ifc() result(x)
      import t
      type(t), pointer :: x
   end function get_ifc
end interface

contains

   function foo() result(x)
      type(t), pointer :: x
      x => null()
   end function foo

end module mod


program procptr

use mod
implicit none

type(t) :: x
type(t), pointer :: y

x%get => foo
y => x%get()

end program procptr

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

* [Bug fortran/96131] ICE in fold_convert_loc, at fold-const.c:2435
  2020-07-09  8:57 [Bug fortran/96131] New: ICE in fold_convert_loc, at fold-const.c:2435 mscfd at gmx dot net
@ 2020-07-09  9:23 ` marxin at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-07-09  9:23 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-07-09
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |marxin at gcc dot gnu.org,
                   |                            |pault at gcc dot gnu.org

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, started with r5-7770-gebd63afa68237d05.

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

end of thread, other threads:[~2020-07-09  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  8:57 [Bug fortran/96131] New: ICE in fold_convert_loc, at fold-const.c:2435 mscfd at gmx dot net
2020-07-09  9:23 ` [Bug fortran/96131] " marxin at gcc dot gnu.org

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