This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [fortran-dev, patch] PR32890 - add simplifier and argument check for PACK
On Monday 23 March 2009 20:16:59 you wrote:
> > Bootstrapped and regression tested on i686-pc-linux-gnu.
> > Ok for dev and 4.5?
>
> OK for both.
>
> Can you add a comment above ADVANCE about what it does?
Thanks.
Advance moves the array constructor by N elements if possible - it will be
used in other simplifiers as I extract them from the heap. I'll add some
description before committing.
Cheers
Daniel