public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15326] New: [gfortran] ICE with assumed length character strings
@ 2004-05-06 16:48 Tobias dot Schlueter at physik dot uni-muenchen dot de
  2004-05-06 17:08 ` [Bug fortran/15326] " Tobias dot Schlueter at physik dot uni-muenchen dot de
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: Tobias dot Schlueter at physik dot uni-muenchen dot de @ 2004-05-06 16:48 UTC (permalink / raw)
  To: gcc-bugs

[tobi@marktplatz tests]$ cat reduced.f90
  program Decapitation
    implicit none
    integer, parameter :: STRING_LENGTH = 80
    character (len = STRING_LENGTH) :: Text_1, Text_2
    Text_2 = Decap (Text_1)
    stop
  contains
    function Decap (String) result (New_String)
      character (len = *), intent(in) :: String
      character (len = Len(String)) :: New_String
      return
    end function Decap
  end program Decapitation
[tobi@marktplatz tests]$ gfortran reduced.f90
f951: ../../gcc/gcc/fortran/trans-expr.c:1000: gfc_conv_function_call: Assertion
`sym->ts.cl && sym->ts.cl->length && sym->ts.cl->length->expr_type ==
EXPR_CONSTANT' failed.
reduced.f90: In function `MAIN__':
reduced.f90:5: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[tobi@marktplatz tests]$

-- 
           Summary: [gfortran] ICE with assumed length character strings
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Tobias dot Schlueter at physik dot uni-muenchen dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 20+ messages in thread
[parent not found: <bug-15326-7283@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-11-24  6:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-06 16:48 [Bug fortran/15326] New: [gfortran] ICE with assumed length character strings Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-05-06 17:08 ` [Bug fortran/15326] " Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-05-06 18:02 ` pinskia at gcc dot gnu dot org
2004-05-27  3:08 ` pinskia at gcc dot gnu dot org
2004-06-13  9:25 ` pinskia at gcc dot gnu dot org
2004-06-27 20:30 ` [Bug fortran/15326] " pinskia at gcc dot gnu dot org
2004-08-09 15:56 ` pinskia at gcc dot gnu dot org
2004-09-25 15:04 ` tobi at gcc dot gnu dot org
2004-10-10 21:04 ` tobi at gcc dot gnu dot org
2004-10-10 21:08 ` Tobias dot Schlueter at physik dot uni-muenchen dot de
2005-01-06 14:40 ` tobi at gcc dot gnu dot org
2005-02-12 21:55 ` pinskia at gcc dot gnu dot org
2005-08-31 15:26 ` pinskia at gcc dot gnu dot org
2005-08-31 20:54 ` rsandifo at gcc dot gnu dot org
2005-09-08 18:46 ` cvs-commit at gcc dot gnu dot org
2005-09-08 18:51 ` rsandifo at gcc dot gnu dot org
2005-09-18 19:53 ` [Bug fortran/15326] [4.0 only] " tkoenig at gcc dot gnu dot org
2005-09-18 20:09 ` rsandifo at gcc dot gnu dot org
2005-09-18 20:27 ` pinskia at gcc dot gnu dot org
     [not found] <bug-15326-7283@http.gcc.gnu.org/bugzilla/>
2005-11-24  6:06 ` pinskia 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).