This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] Fix PR 34671 - logical kind=1 and kind=2 intrinsics
Dominique Dhumieres wrote:
> I finally managed to get some build, it works almost as expected on my tests,
> but for the following failure:
>
> [ibook-dhum] f90/bug% gfc long_forall.f90
> Undefined symbols:
> "__gfortran_count_4_l4", referenced from:
>
I think Thomas missed a patch for gcc/gcc/fortran/iresolve.c's
gfc_resolve_count.
Tobias