This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PING^2 several patches, middle-end & C frontend patch
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 30 May 2005 10:02:39 +0200
- Subject: PING^2 several patches, middle-end & C frontend patch
- References: <42949298.6050100@tat.physik.uni-tuebingen.de>
- Reply-to: Richard Guenther <richard dot guenther at gmail dot com>
On 5/25/05, Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> wrote:
Please a C frontend maintainer have a look at
>
> Make C frontend emit &a[0] for array-to-pointer decay
> http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02055.html
>
> and the dependent (middle-end)
> Do better in folding of &a[i] COMPARE &a[j]
> http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01981.html
And the following (easy) middle-end / loop cleanup
> Remove (duplicate) build_addr_strip_iref
> http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01962.html
Thanks,
Richard.