From: Janne Blomqvist Date: Thu, 20 Jun 2019 20:26:39 +0000 (+0300) Subject: libfortran/65921: Add forgotten PR number to ChangeLog X-Git-Tag: misc/cutover-git~4666 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd48717072151f5b77e4e3158a51ffc9ff8f106;p=thirdparty%2Fgcc.git libfortran/65921: Add forgotten PR number to ChangeLog 2019-06-14 Janne Blomqvist PR fortran/65921 * runtime/memory.c (SIZE_MAX):Remove macro definition. (xmallocarray): Use __builtin_mul_overflow. From-SVN: r272520 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 013a03eff119..1d1f4c496b1c 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,5 +1,6 @@ 2019-06-14 Janne Blomqvist + PR fortran/65921 * runtime/memory.c (SIZE_MAX):Remove macro definition. (xmallocarray): Use __builtin_mul_overflow.