public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/102111] New: Segfault with associate to derived type with allocatable component
@ 2021-08-27 22:08 everythingfunctional at protonmail dot com
  2021-08-27 22:39 ` [Bug libfortran/102111] " kargl at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: everythingfunctional at protonmail dot com @ 2021-08-27 22:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102111
           Summary: Segfault with associate to derived type with
                    allocatable component
           Product: gcc
           Version: 11.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: everythingfunctional at protonmail dot com
  Target Milestone: ---

I'm using version Ubuntu 11.1.0-1ubuntu1~21.04 on Pop!OS.

I suspect this is related to 102106, but fails every time instead of just
intermittently.

program main
    type :: example_t
        integer, allocatable :: vals(:)
    end type

    associate(example => example_t([42]))
    end associate
end program

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

end of thread, other threads:[~2023-04-08 13:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27 22:08 [Bug libfortran/102111] New: Segfault with associate to derived type with allocatable component everythingfunctional at protonmail dot com
2021-08-27 22:39 ` [Bug libfortran/102111] " kargl at gcc dot gnu.org
2021-08-27 22:42 ` everythingfunctional at protonmail dot com
2021-09-06 20:04 ` anlauf at gcc dot gnu.org
2023-04-08 13:00 ` [Bug fortran/102111] " pault 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).