public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19467] New: ICE caused by CHARACTER array in NAMELIST read or write
@ 2005-01-16  6:37 paulthomas2 at wanadoo dot fr
  2005-01-16  6:42 ` [Bug fortran/19467] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: paulthomas2 at wanadoo dot fr @ 2005-01-16  6:37 UTC (permalink / raw)
  To: gcc-bugs

program test_ch_nml
  character(len=2)    :: ch(2)=(/"aa","bb"/)
  namelist /a/ ch
  write(*,nml=a)           !!This is the offending statement
end program test_ch_nml

$ d:/irun/bin/gfortran test_ch_nml.f90
test_ch_nml.f90: In function 'MAIN__':
test_ch_nml.f90:4: internal compiler error: in gfc_conv_string_parameter, at 
for
tran/trans-expr.c:1985
Please submit a full bug report,

-- 
           Summary: ICE caused by CHARACTER array in NAMELIST read or write
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: paulthomas2 at wanadoo dot fr
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-06-05 23:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-16  6:37 [Bug fortran/19467] New: ICE caused by CHARACTER array in NAMELIST read or write paulthomas2 at wanadoo dot fr
2005-01-16  6:42 ` [Bug fortran/19467] " pinskia at gcc dot gnu dot org
2005-01-16  6:46 ` pinskia at gcc dot gnu dot org
2005-04-18  8:06 ` [Bug fortran/19467] [4.0 only] " fxcoudert at gcc dot gnu dot org
2005-04-18 14:42 ` pinskia at gcc dot gnu dot org
2005-04-18 21:45 ` cvs-commit at gcc dot gnu dot org
2005-04-23 16:18 ` pault at gcc dot gnu dot org
2005-04-24 16:00 ` pinskia at gcc dot gnu dot org
2005-04-24 18:50 ` paulthomas2 at wanadoo dot fr
2005-04-25 21:33 ` pinskia at gcc dot gnu dot org
2005-06-05 23:35 ` cvs-commit 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).