On Nov 13, 2007, at 11:35 AM, Dale Johannesen wrote:
>
> On Nov 12, 2007, at 3:17 PM, Dale Johannesen wrote:
>> On Nov 12, 2007, at 2:56 PM, Eric Christopher wrote:
>>> On Nov 10, 2007, at 7:48 PM, Nick Lewycky wrote:
>>>
This patch to llvm-gcc 4.0 allows it to compile on PPC/Linux. This
>>>
On Nov 12, 2007, at 3:17 PM, Dale Johannesen wrote:
> On Nov 12, 2007, at 2:56 PM, Eric Christopher wrote:
>> On Nov 10, 2007, at 7:48 PM, Nick Lewycky wrote:
>>
>>> This patch to llvm-gcc 4.0 allows it to compile on PPC/Linux. This
>>> is a combination of patchs from myself, Dale Johannesen, and
>>
> Create still another version of it, you mean.
Well sure. It's a one line change as opposed to mucking with how
structures
are supposed to be laid out.
>>> I am testing Nick's patch on ppc32 Darwin and plan to check in if it
>>> looks like that was not broken.
>>
>> I would very much sugges
On Nov 12, 2007, at 3:18 PM, Eric Christopher wrote:
>>
>> However proper that may be, it will not work. llvm-gcc-4.0 is based
>> on
>> Apple's 4.0, and ADJUST_FIELD_ALIGN has 3 arguments.
>>
>
> Sure, but you can simply ignore the 3rd argument.
Create still another version of it, you mean.
>>
>
> However proper that may be, it will not work. llvm-gcc-4.0 is based
> on
> Apple's 4.0, and ADJUST_FIELD_ALIGN has 3 arguments.
>
Sure, but you can simply ignore the 3rd argument.
> I am testing Nick's patch on ppc32 Darwin and plan to check in if it
> looks like that was not broken.
>
I
On Nov 12, 2007, at 2:56 PM, Eric Christopher wrote:
>
> On Nov 10, 2007, at 7:48 PM, Nick Lewycky wrote:
>
>> This patch to llvm-gcc 4.0 allows it to compile on PPC/Linux. This
>> is a combination of patchs from myself, Dale Johannesen, and the
>> fact that a GTY can't be declared in an #ifdef f
On Nov 10, 2007, at 7:48 PM, Nick Lewycky wrote:
> This patch to llvm-gcc 4.0 allows it to compile on PPC/Linux. This
> is a combination of patchs from myself, Dale Johannesen, and the
> fact that a GTY can't be declared in an #ifdef from Andrew Pinski.
>
> I'd appreciate some testing. More i