public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/28890]  New: ICE on write
@ 2006-08-29 16:53 pogo_tomcat at yahoo dot com
  2006-08-29 21:26 ` [Bug fortran/28890] " pault at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: pogo_tomcat at yahoo dot com @ 2006-08-29 16:53 UTC (permalink / raw)
  To: gcc-bugs

Compiler blows up on this function.

$ cat test.f
      integer*4 function test(charr, charrlen)
      character (len=*) :: charr
      integer*4 charrlen, i
      do i=1, charrlen
         write (*,*) i, charr(i)
      end do
      end

$ gfortran -c test.f
test.f: In function 'test':
test.f:5: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gfortran: Internal error: Bus error (program f951)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

$ gfortran --version
GNU Fortran 95 (GCC) 4.2.0 20060713 (experimental)
Copyright (C) 2006 Free Software Foundation, Inc.


-- 
           Summary: ICE on write
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pogo_tomcat at yahoo dot com
 GCC build triplet: powerpc-apple-darwin8
  GCC host triplet: powerpc-apple-darwin8
GCC target triplet: powerpc-apple-darwin8


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


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

end of thread, other threads:[~2006-09-12  4:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-29 16:53 [Bug fortran/28890] New: ICE on write pogo_tomcat at yahoo dot com
2006-08-29 21:26 ` [Bug fortran/28890] " pault at gcc dot gnu dot org
2006-08-30  4:46 ` pault at gcc dot gnu dot org
2006-08-30 13:12 ` paul dot richard dot thomas at cea dot fr
2006-09-05 19:40 ` pault at gcc dot gnu dot org
2006-09-11  5:03 ` pault at gcc dot gnu dot org
2006-09-11  8:15 ` paul dot richard dot thomas at cea dot fr
2006-09-12  4:37 ` pault at gcc dot gnu dot org
2006-09-12  4:38 ` 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).