public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19576] New: [ICE] achar in initialization
@ 2005-01-22 12:15 coudert at clipper dot ens dot fr
  2005-01-22 13:30 ` [Bug fortran/19576] " Thomas dot Koenig at online dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: coudert at clipper dot ens dot fr @ 2005-01-22 12:15 UTC (permalink / raw)
  To: gcc-bugs

The following code:

program achar_test
   implicit none
   integer i
   character(*), parameter :: y(0:31) = (/(achar(i),i=64,95)/)
   write(*,*) y
end program achar_test

causes ICE on i686-mingw and powerpc-apple-darwin:

$ gfortran achar_test.f90 
achar_test.f90: In function 'MAIN__':
achar_test.f90:5: internal compiler error: in gfc_get_symbol_decl, at
fortran/trans-decl.c:827

-- 
           Summary: [ICE] achar in initialization
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: coudert at clipper dot ens dot fr
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-03-01 20:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-22 12:15 [Bug fortran/19576] New: [ICE] achar in initialization coudert at clipper dot ens dot fr
2005-01-22 13:30 ` [Bug fortran/19576] " Thomas dot Koenig at online dot de
2005-01-22 13:34 ` [Bug fortran/19576] " ebotcazou at gcc dot gnu dot org
2005-03-01 20:18 ` [Bug fortran/19576] character(*) initialization tobi 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).