[Bug libfortran/30533] minval, maxval missing for kind=1 and kind=2
tkoenig at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Feb 10 19:57:00 GMT 2007
------- Comment #6 from tkoenig at gcc dot gnu dot org 2007-02-10 19:57 -------
sum is also missing:
$ cat sum.f90
program main
integer(kind=1), dimension(2,2) :: a
a = 1
print *,sum(a,dim=2)
end program main
$ gfortran sum.f90
/tmp/ccQgrJa3.o: In function `MAIN__':
sum.f90:(.text+0x126): undefined reference to `_gfortran_sum_i1'
collect2: ld returned 1 exit status
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30533
More information about the Gcc-bugs
mailing list