public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/66494] New: ICE on using same name for embedded subroutine
@ 2015-06-10 16:27 gerhard.steinmetz.fortran@t-online.de
  2015-06-10 20:32 ` [Bug fortran/66494] [4.9/5/6 Regression] " dominiq at lps dot ens.fr
  2015-10-16  8:22 ` rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: gerhard.steinmetz.fortran@t-online.de @ 2015-06-10 16:27 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66494
           Summary: ICE on using same name for embedded subroutine
           Product: gcc
           Version: 5.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gerhard.steinmetz.fortran@t-online.de
  Target Milestone: ---

This ambiguous code ...
   recursive subroutine s
      call s
   contains
      subroutine s
      end
   end

yields (with gfortran 5.1.1, 4.9.0, 4.8.3 on SUSE Linux 13.2, 64 bit)
internal compiler error: in gfc_generate_function_code, at
fortran/trans-decl.c:5722

---

Same issue for this reduction ...
   subroutine s
   contains
      subroutine s
      end
   end


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

* [Bug fortran/66494] [4.9/5/6 Regression] ICE on using same name for embedded subroutine
  2015-06-10 16:27 [Bug fortran/66494] New: ICE on using same name for embedded subroutine gerhard.steinmetz.fortran@t-online.de
@ 2015-06-10 20:32 ` dominiq at lps dot ens.fr
  2015-10-16  8:22 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-06-10 20:32 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-06-10
            Summary|ICE on using same name for  |[4.9/5/6 Regression] ICE on
                   |embedded subroutine         |using same name for
                   |                            |embedded subroutine
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
The ICE appeared between revisions r159106 (2010-05-06, no ICE) and r161462
(2010-06-27).


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

* [Bug fortran/66494] [4.9/5/6 Regression] ICE on using same name for embedded subroutine
  2015-06-10 16:27 [Bug fortran/66494] New: ICE on using same name for embedded subroutine gerhard.steinmetz.fortran@t-online.de
  2015-06-10 20:32 ` [Bug fortran/66494] [4.9/5/6 Regression] " dominiq at lps dot ens.fr
@ 2015-10-16  8:22 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-10-16  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.4


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

end of thread, other threads:[~2015-10-16  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-10 16:27 [Bug fortran/66494] New: ICE on using same name for embedded subroutine gerhard.steinmetz.fortran@t-online.de
2015-06-10 20:32 ` [Bug fortran/66494] [4.9/5/6 Regression] " dominiq at lps dot ens.fr
2015-10-16  8:22 ` rguenth 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).