This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lto] Casts between pointer and HOST_WIDE_INT
- From: Diego Novillo <dnovillo at google dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 29 Jan 2009 11:14:32 -0500
- Subject: Re: [lto] Casts between pointer and HOST_WIDE_INT
- References: <jeljsu6qi6.fsf@sykes.suse.de>
On Thu, Jan 29, 2009 at 11:12, Andreas Schwab <schwab@suse.de> wrote:
> 2009-01-29 Andreas Schwab <schwab@suse.de>
>
> * lto-function-in.c (input_eh_region): Add intermediate cast to
> intptr_t when converting between pointer and HOST_WIDE_INT.
> (fixup_region): Likewise.
OK.
Diego.