public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29507]  New: INDEX in an array initialization causes ICE
@ 2006-10-18 20:46 kargl at gcc dot gnu dot org
  2006-10-19 12:50 ` [Bug fortran/29507] " patchapp at dberlin dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-10-18 20:46 UTC (permalink / raw)
  To: gcc-bugs

This code:

  module z
  character(8), parameter :: a(1:3)=(/'nint()  ', 'log10() ', 'sqrt()  '/)
  integer, parameter :: b(1:3) = index(a, '(')
  end module z

causes

troutmask:sgk[415] gfc4x -o z z.f90
z.f90:0: internal compiler error: in gfc_conv_array_initializer, at
fortran/trans-array.c:3470


-- 
           Summary: INDEX in an array initialization causes ICE
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at gcc dot gnu dot org


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


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

end of thread, other threads:[~2007-04-15 12:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-18 20:46 [Bug fortran/29507] New: INDEX in an array initialization causes ICE kargl at gcc dot gnu dot org
2006-10-19 12:50 ` [Bug fortran/29507] " patchapp at dberlin dot org
2006-10-22  5:01 ` pault at gcc dot gnu dot org
2006-10-23 10:02 ` pault at gcc dot gnu dot org
2007-02-16 18:22 ` pault at gcc dot gnu dot org
2007-03-16 15:04 ` fxcoudert at gcc dot gnu dot org
2007-04-04  7:19 ` pault at gcc dot gnu dot org
2007-04-04 15:15 ` pault at gcc dot gnu dot org
2007-04-05 12:05 ` patchapp at dberlin dot org
2007-04-14 14:10 ` pault at gcc dot gnu dot org
2007-04-15 12:08 ` [Bug fortran/29507] [4.2 only] " pault 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).