This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] PR fortran/54166 ICE on array section (4.8 regression)
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Mikael Morin <mikael dot morin at sfr dot fr>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 4 Aug 2012 11:05:17 -0700
- Subject: Re: [Patch, fortran] PR fortran/54166 ICE on array section (4.8 regression)
- References: <501BDDBD.2060308@sfr.fr>
On Fri, Aug 3, 2012 at 7:18 AM, Mikael Morin <mikael.morin@sfr.fr> wrote:
> Hello,
>
> here is the fix for the regression I have introduced with my assumed
> rank bounds patch.
>
> Will test and commit as obvious.
> Mikael
>
>
> 2012-08-02 Mikael Morin <mikael@gcc.gnu.org>
>
> PR fortran/54166
> * trans-array.c (set_loop_bounds): Access specinfo using spec_dim.
>
> 2012-08-02 Mikael Morin <mikael@gcc.gnu.org>
>
> PR fortran/54166
> * gfortran.dg/array_5.f90: New test.
>
>
Will this also fix
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54175
--
H.J.