public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/19106] New: segfault in executable for print *,sum(a,dim=2,mask=a>0)
@ 2004-12-21 13:31 Thomas dot Koenig at online dot de
  2004-12-21 18:53 ` [Bug libfortran/19106] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-12-21 13:31 UTC (permalink / raw)
  To: gcc-bugs

$ cat sum.f90
program main
  real, dimension(2,2) :: a
  a = reshape((/1.0, -1.0, -2.0, 2.0/),shape(a))
  print *,sum(a,dim=2,mask=a>0)
end
$ gfortran sum.f90
$ ./a.out
Segmentation fault
$ gfortran -v
Using built-in specs.
Configured with: ../gcc/configure --prefix=/home/ig25
--enable-languages=c,c++,f95 : (reconfigured) ../gcc/configure
--prefix=/home/ig25 --enable-languages=c,c++,f95
Thread model: posix
gcc version 4.0.0 20041221 (experimental)

-- 
           Summary: segfault in executable for print *,sum(a,dim=2,mask=a>0)
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-05-20 22:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-21 13:31 [Bug libfortran/19106] New: segfault in executable for print *,sum(a,dim=2,mask=a>0) Thomas dot Koenig at online dot de
2004-12-21 18:53 ` [Bug libfortran/19106] " pinskia at gcc dot gnu dot org
2004-12-22 16:55 ` Thomas dot Koenig at online dot de
2005-01-04 14:55 ` Thomas dot Koenig at online dot de
2005-03-12 22:52 ` Thomas dot Koenig at online dot de
2005-03-13 22:12 ` Thomas dot Koenig at online dot de
2005-04-08 19:18 ` tkoenig at gcc dot gnu dot org
2005-04-09 20:32 ` tkoenig at gcc dot gnu dot org
2005-04-09 21:39 ` cvs-commit at gcc dot gnu dot org
2005-04-10  8:23 ` tkoenig at gcc dot gnu dot org
2005-04-11  6:04 ` [Bug libfortran/19106] [4.0 only] " pinskia at gcc dot gnu dot org
2005-04-12 22:58 ` cvs-commit at gcc dot gnu dot org
2005-05-20 22:37 ` cvs-commit at gcc dot gnu dot org
2005-05-20 22:40 ` tkoenig 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).