public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/28600]  New: ICE on character pointer assignment
@ 2006-08-04 12:55 fxcoudert at gcc dot gnu dot org
  2006-08-04 12:55 ` [Bug fortran/28600] " fxcoudert at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-08-04 12:55 UTC (permalink / raw)
  To: gcc-bugs

$ cat a.f90
subroutine bar(s, n)
 integer n
 character s*(n)
 character*3, dimension(:), pointer :: m
contains
 subroutine gee
    m(1) = s(1:3)
 end subroutine gee
end subroutine bar

$ gfortran -c a.f90
a.f90:7: internal compiler error: Segmentation fault


-- 
           Summary: ICE on character pointer assignment
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-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=28600


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

end of thread, other threads:[~2006-09-22 11:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-04 12:55 [Bug fortran/28600] New: ICE on character pointer assignment fxcoudert at gcc dot gnu dot org
2006-08-04 12:55 ` [Bug fortran/28600] " fxcoudert at gcc dot gnu dot org
2006-08-04 19:36 ` pault at gcc dot gnu dot org
2006-08-04 20:39 ` pinskia at gcc dot gnu dot org
2006-08-08 14:15 ` [Bug fortran/28600] [4.2 regression] " paul dot richard dot thomas at cea dot fr
2006-08-09 14:00 ` jakub at gcc dot gnu dot org
2006-08-09 14:20 ` patchapp at dberlin dot org
2006-08-09 14:29 ` jakub at gcc dot gnu dot org
2006-08-09 18:03 ` pinskia at gcc dot gnu dot org
2006-08-09 18:27 ` pault at gcc dot gnu dot org
2006-08-09 18:36 ` jakub at gcc dot gnu dot org
2006-08-09 22:10 ` pinskia at gcc dot gnu dot org
2006-08-20  5:47 ` pault at gcc dot gnu dot org
2006-08-20 18:12 ` pault at gcc dot gnu dot org
2006-09-22 11:48 ` jakub 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).