public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19928] New: Reference of constant derived type component causes failure
@ 2005-02-12 21:12 sgk at troutmask dot apl dot washington dot edu
  2005-02-12 21:57 ` [Bug fortran/19928] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: sgk at troutmask dot apl dot washington dot edu @ 2005-02-12 21:12 UTC (permalink / raw)
  To: gcc-bugs

>From Richard Maine, editor of the F2003 standard

  subroutine open_th_read_unc2
    type my_type
      character :: signal_names(10)*16
    end type
    type(my_type) :: gen
    gen%signal_names = ''
    write (*,*) gen%signal_names(:)(1:4)
  end subroutine open_th_read_unc2

  bug4.f90: In function 'open_th_read_unc2':
  bug4.f90:7: internal compiler error: in gfc_conv_constant, at 
  fortran/trans-const.c:344

-- 
           Summary: Reference of constant derived type component causes
                    failure
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sgk at troutmask dot apl dot washington dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-09-13 20:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-12 21:12 [Bug fortran/19928] New: Reference of constant derived type component causes failure sgk at troutmask dot apl dot washington dot edu
2005-02-12 21:57 ` [Bug fortran/19928] " pinskia at gcc dot gnu dot org
2005-02-13 20:57 ` Thomas dot Koenig at online dot de
2005-02-14  0:18 ` Thomas dot Koenig at online dot de
2005-08-26 11:32 ` rsandifo at gcc dot gnu dot org
2005-09-08 16:07 ` cvs-commit at gcc dot gnu dot org
2005-09-08 16:11 ` rsandifo at gcc dot gnu dot org
2005-09-08 21:39 ` pinskia at gcc dot gnu dot org
2005-09-13 20:12 ` reichelt 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).