This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] fix const cast in collect2.c to proceed on AIX bootstrap
- From: Ian Lance Taylor <iant at google dot com>
- To: Olivier Hainque <hainque at adacore dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 17 Jun 2009 17:26:24 -0700
- Subject: Re: [PATCH] fix const cast in collect2.c to proceed on AIX bootstrap
- References: <20090617101623.GB17531@cardhu.act-europe.fr>
Olivier Hainque <hainque@adacore.com> writes:
> 2009-06-17 Olivier Hainque <hainque@adacore.com>
>
> * collect2.c (main): Use CONST_CAST2 to perform char ** to
> const char ** conversion in AIX specific section.
This is OK.
Thanks.
Ian