public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gscfq@t-online.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/95541] New: ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6909
Date: Thu, 04 Jun 2020 18:05:52 +0000	[thread overview]
Message-ID: <bug-95541-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 95541
           Summary: ICE in gfc_get_dataptr_offset, at
                    fortran/trans-array.c:6909
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Started with r8, before 20180525 :


$ cat z1.f90
program p
   type t(n)
      integer, len :: n
      integer :: a(n)
   end type
   type(t(3)) :: x(2)
   x(1)%a = [1, 2, 3]
   x(2)%a = [4, 5, 6]
   associate (y => x(:)%a(3))
      print *, y
   end associate
   associate (y => x%a(3))
      print *, y
   end associate
end


$ gfortran-11-20200531 -c z1.f90
z1.f90:10:0:

   10 |       print *, y
      |
internal compiler error: in gfc_get_dataptr_offset, at
fortran/trans-array.c:6909
0x70f33a gfc_get_dataptr_offset(stmtblock_t*, tree_node*, tree_node*,
tree_node*, bool, gfc_expr*)
        ../../gcc/fortran/trans-array.c:6908
0x7141e1 gfc_conv_expr_descriptor(gfc_se*, gfc_expr*)
        ../../gcc/fortran/trans-array.c:7766
0x76edb2 trans_associate_var
        ../../gcc/fortran/trans-stmt.c:1890
0x775a71 gfc_trans_block_construct(gfc_code*)
        ../../gcc/fortran/trans-stmt.c:2283
0x7016d7 trans_code
        ../../gcc/fortran/trans.c:1960
0x72ad24 gfc_generate_function_code(gfc_namespace*)
        ../../gcc/fortran/trans-decl.c:6840
0x6b25e6 translate_all_program_units
        ../../gcc/fortran/parse.c:6306
0x6b25e6 gfc_parse_file()
        ../../gcc/fortran/parse.c:6545
0x6fdfff gfc_be_parse_file
        ../../gcc/fortran/f95-lang.c:210

             reply	other threads:[~2020-06-04 18:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04 18:05 gscfq@t-online.de [this message]
2020-06-04 18:06 ` [Bug fortran/95541] " gscfq@t-online.de
2020-06-08 22:08 ` [Bug fortran/95541] [PDT] " dominiq at lps dot ens.fr
2023-06-30  8:14 ` pault at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-95541-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).