public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/27958]  New: assignments to and from zero-sized string selections not handled
@ 2006-06-08 13:28 fxcoudert at gcc dot gnu dot org
  2006-06-08 13:31 ` [Bug fortran/27958] " fxcoudert at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-06-08 13:28 UTC (permalink / raw)
  To: gcc-bugs

The following code is legal, but segfaults at runtime when compiled with
gfortran:

$ cat a.f90 
  character(len=10) :: s
  s = "abcdefghij"
  s(6:5) = s(7:5)
  print *, s
  end
$ ifort a.f90 -check all && ./a.out
 abcdefghij
$ gfortran a.f90 && ./a.out   
zsh: segmentation fault  ./a.out


-- 
           Summary: assignments to and from zero-sized string selections not
                    handled
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: fxcoudert at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-06-20  6:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-08 13:28 [Bug fortran/27958] New: assignments to and from zero-sized string selections not handled fxcoudert at gcc dot gnu dot org
2006-06-08 13:31 ` [Bug fortran/27958] " fxcoudert at gcc dot gnu dot org
2006-06-08 22:18 ` fxcoudert at gcc dot gnu dot org
2006-06-09  7:49 ` [Bug fortran/27958] [4.1 only] " pinskia at gcc dot gnu dot org
2006-06-20  6:04 ` fxcoudert at gcc dot gnu dot org
2006-06-20  6:13 ` [Bug fortran/27958] " fxcoudert 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).