https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83070
--- Comment #3 from Janne Blomqvist <jb at gcc dot gnu.org> --- Author: jb Date: Wed Nov 22 08:51:21 2017 New Revision: 255045 URL: https://gcc.gnu.org/viewcvs?rev=255045&root=gcc&view=rev Log: PR 83070 Fix -Wsign-compare warning 2017-11-22 Janne Blomqvist <j...@gcc.gnu.org> PR libfortran/83070 * intrinsics/eoshift0.c (eoshift0): Fix -Wsign-compare warning by making a_ex and r_ex index_type instead of size_t. Modified: trunk/libgfortran/ChangeLog trunk/libgfortran/intrinsics/eoshift0.c