This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lto]: Fix bootstrap on 32bit host
- From: Diego Novillo <dnovillo at google dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 May 2009 10:31:07 -0400
- Subject: Re: [lto]: Fix bootstrap on 32bit host
- References: <20090513142630.GA29298@lucon.org>
On Wed, May 13, 2009 at 10:26, H.J. Lu <hongjiu.lu@intel.com> wrote:
> ../../src-lto/gcc/lto-function-out.c: In function 'output_function':
> ../../src-lto/gcc/lto-function-out.c:2034: error: passing argument 1 of
> 'lto_set_flag' from incompatible pointer type
> ../../src-lto/gcc/lto-section-out.h:168: note: expected 'long long
> unsigned int *' but argument is of type 'long unsigned int *'
Oops. Thanks for the fix.
Diego.