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/93482] ICE in gfc_resolve_character_array_constructor, at fortran/array.c:2096
Date: Tue, 26 May 2020 16:36:17 +0000	[thread overview]
Message-ID: <bug-93482-4-YyhsuEwiH1@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-93482-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #2 from G. Steinmetz <gscfq@t-online.de> ---

Another test case :

$ cat z3.f90
program p
   character(2), parameter :: a(3) = ['a1', 'b2', 'c3']
   print *, [(a(2:1))]
   print *, size([(a(2:1))])
end


Works without parameter attribute :

$ cat z4.f90
program p
   character(2) :: a(3) = ['a1', 'b2', 'c3']
   print *, [(a(2:1))]
   print *, size([(a(2:1))])
end

$ gfortran-11-20200524 z4.f90 && ./a.out

           0
$

       reply	other threads:[~2020-05-26 16:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-93482-4@http.gcc.gnu.org/bugzilla/>
2020-05-26 16:36 ` gscfq@t-online.de [this message]
2022-02-08 22:42 ` anlauf at gcc dot gnu.org
2022-06-07 17:37 ` kargl at gcc dot gnu.org
2022-08-28 20:16 ` anlauf 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-93482-4-YyhsuEwiH1@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).