Re: Add -foffload-abi support for PPC

2015-10-09 Thread David Edelsohn
On Fri, Oct 9, 2015 at 8:20 AM, James Norris wrote: > David, > > > On 10/08/2015 11:53 AM, David Edelsohn wrote: >> >> On Thu, Oct 8, 2015 at 12:19 PM, James Norris >> wrote: >> >>> I've revised the patch from the review comments (thank you) and >>> is attached. >>> >>> Regtested on x86_64 and po

Re: Add -foffload-abi support for PPC

2015-10-09 Thread James Norris
David, On 10/08/2015 11:53 AM, David Edelsohn wrote: On Thu, Oct 8, 2015 at 12:19 PM, James Norris wrote: I've revised the patch from the review comments (thank you) and is attached. Regtested on x86_64 and powerpcle64. OK for trunk? What is the goal? Do you want this to return the correc

Re: Add -foffload-abi support for PPC

2015-10-08 Thread Thomas Schwinge
Hi! On Thu, 8 Oct 2015 11:19:05 -0500, James Norris wrote: > On 10/07/2015 08:51 AM, David Edelsohn wrote: > > On Wed, Oct 7, 2015 at 4:02 AM, Thomas Schwinge > > wrote: > > > >> From a quick look at the *_TYPE_SIZE definitions in > >> gcc/config/rs6000/rs6000.h as well as > >>

Re: Add -foffload-abi support for PPC

2015-10-08 Thread David Edelsohn
On Thu, Oct 8, 2015 at 12:19 PM, James Norris wrote: > I've revised the patch from the review comments (thank you) and > is attached. > > Regtested on x86_64 and powerpcle64. > > OK for trunk? What is the goal? Do you want this to return the correct value or only the value for the supported 64 b

Re: Add -foffload-abi support for PPC

2015-10-08 Thread James Norris
Hi! On 10/07/2015 08:51 AM, David Edelsohn wrote: On Wed, Oct 7, 2015 at 4:02 AM, Thomas Schwinge wrote: From a quick look at the *_TYPE_SIZE definitions in gcc/config/rs6000/rs6000.h as well as , "3-1 Fundamental Types", and

Re: [gomp4] Add -foffload-abi support for PPC

2015-10-07 Thread David Edelsohn
On Wed, Oct 7, 2015 at 4:02 AM, Thomas Schwinge wrote: > From a quick look at the *_TYPE_SIZE definitions in > gcc/config/rs6000/rs6000.h as well as > , "3-1 > Fundamental Types", and >

Re: [gomp4] Add -foffload-abi support for PPC

2015-10-07 Thread Thomas Schwinge
Hi! rs6000/powerpc port maintainer copied. On Tue, 6 Oct 2015 11:38:04 -0500, James Norris wrote: > The attached patch adds the -foffload-abi option support for PPC. > Only support for the 64-bit ABI has been added. (Yes, only powerpc64le-linux-gnu configurations can be supported.) > Committe

[gomp4] Add -foffload-abi support for PPC

2015-10-06 Thread James Norris
Hi, The attached patch adds the -foffload-abi option support for PPC. Only support for the 64-bit ABI has been added. Committed after regtesting with x86_64 and powerpc64le. Thanks! Jim diff --git a/gcc/ChangeLog.gomp b/gcc/ChangeLog.gomp index a65e652..40326cf 100644 --- a/gcc/ChangeLog.gomp