public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31251]  New: Non-integer character length leads to segfault
@ 2007-03-17 21:46 fxcoudert at gcc dot gnu dot org
  2007-03-17 21:46 ` [Bug fortran/31251] " fxcoudert at gcc dot gnu dot org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-03-17 21:46 UTC (permalink / raw)
  To: gcc-bugs

$ cat foo.f90 
  character(len=2.3) :: s
  print *, len(s)
  end
$ gfortran foo.f90 
foo.f90:1.16:

  character(len=2.3) :: s
               1
Error: Expression at (1) must be of INTEGER type
foo.f90:1.16:

  character(len=2.3) :: s
               1
Error: Expression at (1) must be of INTEGER type
foo.f90:0: internal compiler error: Segmentation fault


-- 
           Summary: Non-integer character length leads to segfault
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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


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

end of thread, other threads:[~2007-05-06  4:11 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-17 21:46 [Bug fortran/31251] New: Non-integer character length leads to segfault fxcoudert at gcc dot gnu dot org
2007-03-17 21:46 ` [Bug fortran/31251] " fxcoudert at gcc dot gnu dot org
2007-04-07 16:06 ` tobi at gcc dot gnu dot org
2007-04-29 22:41 ` jvdelisle at gcc dot gnu dot org
2007-04-29 23:54 ` jvdelisle at gcc dot gnu dot org
2007-05-01 13:47 ` jvdelisle at gcc dot gnu dot org
2007-05-02  3:13 ` jvdelisle at gcc dot gnu dot org
2007-05-03 14:49 ` fxcoudert at gcc dot gnu dot org
2007-05-04  2:27 ` jvdelisle at gcc dot gnu dot org
2007-05-04  5:17 ` kargl at gcc dot gnu dot org
2007-05-04  5:42 ` jvdelisle at gcc dot gnu dot org
2007-05-04  6:39 ` jvdelisle at gcc dot gnu dot org
2007-05-04  9:44 ` fxcoudert at gcc dot gnu dot org
2007-05-04 11:10 ` fxcoudert at gcc dot gnu dot org
2007-05-04 13:36 ` jvdelisle at gcc dot gnu dot org
2007-05-05  2:50 ` jvdelisle at gcc dot gnu dot org
2007-05-05  7:40 ` jvdelisle at gcc dot gnu dot org
2007-05-05 18:45 ` patchapp at dberlin dot org
2007-05-06  4:11 ` jvdelisle at gcc dot gnu dot org
2007-05-06  4:11 ` jvdelisle 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).