This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem in split_basic_block
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 7 Aug 2003 13:30:04 -0700
- Subject: Re: Problem in split_basic_block
- References: <10308062258.AA03807@vlsi1.ultra.nyu.edu>
[ On a side note... ]
On Wed, Aug 06, 2003 at 06:58:59PM -0400, Richard Kenner wrote:
> + /* Pointer is 32 bits but the hardware has 64-bit addresses, sign extended. */
> + #undef POINTER_SIZE
> + #define POINTER_SIZE 32
> + #define POINTERS_EXTEND_UNSIGNED 0
ia64-vms really isn't going to use addp4 style extension?
r~