------- 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

Reply via email to