public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sgk at troutmask dot apl.washington.edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/114024] ICE allocate statement with source=cmp%re and z an array
Date: Tue, 20 Feb 2024 21:57:54 +0000	[thread overview]
Message-ID: <bug-114024-4-SkKNbeBBMC@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-114024-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #1 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Tue, Feb 20, 2024 at 09:42:21PM +0000, kargl at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114024
> 
> allocate (xx, source = cmp%re)
> 
> 
>  gfcx -c 0093/0093_0130.f90
> 0093/0093_0130.f90:10:36:
> 
>    10 |  allocate (xx, source = cmp(1:3)%re)
>       |                                    1

Whoops. Wrong backtrace.  Nonetheless, I  still has an
issue with cmp%re.  Note, inserting parentheses allows
the code to compile, i.e, 'source = (cmp%re))'.

  reply	other threads:[~2024-02-20 21:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20 21:42 [Bug fortran/114024] New: " kargl at gcc dot gnu.org
2024-02-20 21:57 ` sgk at troutmask dot apl.washington.edu [this message]
2024-02-21  1:31 ` [Bug fortran/114024] " kargl at gcc dot gnu.org
2024-02-21 18:27 ` kargl at gcc dot gnu.org
2024-02-23 21:39 ` cvs-commit at gcc dot gnu.org
2024-03-06 21:03 ` cvs-commit at gcc dot gnu.org
2024-03-06 21:08 ` 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-114024-4-SkKNbeBBMC@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).