public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/36426]  New: Compiling tiny prog: Stack overflow; uses PROCEDURE
@ 2008-06-02 20:52 burnus at gcc dot gnu dot org
  2008-06-07 16:48 ` [Bug fortran/36426] Endless loop in gfc_apply_interface_mapping_to_expr burnus at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-06-02 20:52 UTC (permalink / raw)
  To: gcc-bugs

The following valid program causes gfortran to use more and more stack memory.

abstract interface
  function foo(x)
   character(len=len(x)) :: foo,x
  end function foo
end interface
character(len=20) :: str
procedure(foo) :: bar
str = bar("Hello")
end


-- 
           Summary: Compiling tiny prog: Stack overflow; uses PROCEDURE
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36426


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

end of thread, other threads:[~2008-11-01 22:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-02 20:52 [Bug fortran/36426] New: Compiling tiny prog: Stack overflow; uses PROCEDURE burnus at gcc dot gnu dot org
2008-06-07 16:48 ` [Bug fortran/36426] Endless loop in gfc_apply_interface_mapping_to_expr burnus at gcc dot gnu dot org
2008-11-01 14:44 ` janus at gcc dot gnu dot org
2008-11-01 14:51 ` janus at gcc dot gnu dot org
2008-11-01 15:00 ` janus at gcc dot gnu dot org
2008-11-01 15:04 ` janus at gcc dot gnu dot org
2008-11-01 19:08 ` janus at gcc dot gnu dot org
2008-11-01 20:15 ` dominiq at lps dot ens dot fr
2008-11-01 21:59 ` janus at gcc dot gnu dot org
2008-11-01 22:01 ` janus at gcc dot gnu dot 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).