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/96087] [9/10/11 Regression] ICE in gfc_get_symbol_decl,  at fortran/trans-decl.c:1575
Date: Mon, 06 Jul 2020 18:01:51 +0000	[thread overview]
Message-ID: <bug-96087-4-gFKbi8LiSq@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-96087-4@http.gcc.gnu.org/bugzilla/>

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

G. Steinmetz <gscfq@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code

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

This related valid case also ICEs, but down to r6 :


$ cat z2.f90
module m
   interface
      module subroutine f(n, z)
         integer, intent(in) :: n
         real :: z(n)
      end
   end interface
contains
   module procedure f
      z = 1
   end procedure
end

  reply	other threads:[~2020-07-06 18:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-06 18:01 [Bug fortran/96087] New: " gscfq@t-online.de
2020-07-06 18:01 ` gscfq@t-online.de [this message]
2020-07-07  7:23 ` [Bug fortran/96087] " rguenth at gcc dot gnu.org
2020-07-07  8:50 ` marxin at gcc dot gnu.org
2020-07-07 17:19 ` gscfq@t-online.de
2021-06-01  8:18 ` [Bug fortran/96087] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-05-27  9:43 ` [Bug fortran/96087] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:41 ` jakub at gcc dot gnu.org
2023-07-07 10:37 ` [Bug fortran/96087] [11/12/13/14 " rguenth 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-96087-4-gFKbi8LiSq@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).