public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/19014] New: print *,maxloc(array) segfaults
@ 2004-12-15 17:05 Thomas dot Koenig at online dot de
  2004-12-15 23:32 ` [Bug libfortran/19014] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-12-15 17:05 UTC (permalink / raw)
  To: gcc-bugs

$ cat maxloc.f90
  integer, dimension(2,2) :: n
  integer, dimension(2) :: i
  n = reshape((/1, 2, 3, 4/), shape(n))
  print *,maxloc(n)
end program
$ gfortran maxloc.f90
$ ./a.out
Segmentation fault
$ gfortran -v
Reading specs from /home/zfkts/lib/gcc/ia64-unknown-linux-gnu/4.0.0/specs
Configured with: ../gcc-4.0-20041212/configure --prefix=/home/zfkts
--enable-languages=c,c++,f95 : (reconfigured) ../gcc-4.0-20041212/configure
--prefix=/home/zfkts --enable-languages=c,c++,f95 --disable-shared
Thread model: posix
gcc version 4.0.0 20041212 (experimental)

Same for minloc.

-- 
           Summary: print *,maxloc(array) segfaults
           Product: gcc
           Version: unknown
            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=19014


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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-15 17:05 [Bug libfortran/19014] New: print *,maxloc(array) segfaults Thomas dot Koenig at online dot de
2004-12-15 23:32 ` [Bug libfortran/19014] " pinskia at gcc dot gnu dot org
2004-12-17 19:32 ` Thomas dot Koenig at online dot de
2005-01-15  6:04 ` pinskia at gcc dot gnu dot org
2005-03-15 22:33 ` Thomas dot Koenig at online dot de
2005-04-09 20:33 ` tkoenig at gcc dot gnu dot org
2005-04-09 21:39 ` cvs-commit at gcc dot gnu dot org
2005-04-10  8:24 ` tkoenig at gcc dot gnu dot org
2005-04-11  6:04 ` [Bug libfortran/19014] [4.0 only] " pinskia at gcc dot gnu dot org
2005-05-20 22:37 ` cvs-commit at gcc dot gnu dot org
2005-05-20 22:39 ` tkoenig 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).