From: Mikael Morin Date: Thu, 2 Aug 2012 19:50:14 +0000 (+0000) Subject: Add the bug number in the ChangeLog X-Git-Tag: releases/gcc-4.8.0~4150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2381fb2f0715cf5f0f313bc0766d73c2f7b99e7;p=thirdparty%2Fgcc.git Add the bug number in the ChangeLog From-SVN: r190099 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 167244977242..90442800d545 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,6 @@ 2012-08-02 Mikael Morin + PR fortran/48820 * trans-array.c (gfc_conv_ss_startstride): Set the intrinsic result's lower and upper bounds according to the rank. (set_loop_bounds): Set the loop upper bound in the intrinsic case.