This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR target/40671, set pointer size correctly on powerpc


On Fri, Aug 21, 2009 at 6:20 PM, Michael
Meissner<meissner@linux.vnet.ibm.com> wrote:
> This patch fixes the bug where I used the wrong target flag for sizing
> pointers. ?I ran a full bootstrap and test with -m32 -mpowerpc64, and it fixes
> a whole bunch of problems that now show up with that combination of switches.
>
> Is the patch ok to install?
>
> 2009-08-21 ?Michael Meissner ?<meissner@linux.vnet.ibm.com>
>
> ? ? ? ?PR target/40671
> ? ? ? ?* config/rs6000/rs6000.c (rs6000_override_options): Use
> ? ? ? ?TARGET_64BIT instead of TARGET_POWERPC64 to set the size of
> ? ? ? ?pointers.

Okay.

Thanks, David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]