Re: CVS commit: src/external/gpl3/gcc/dist/gcc/ginclude

2021-07-15 Thread Christos Zoulas


> On Jul 15, 2021, at 12:06 AM, matthew green  wrote:
> 
> "Christos Zoulas" writes:
>> Module Name: src
>> Committed By:christos
>> Date:Wed Jul 14 13:24:59 UTC 2021
>> 
>> Modified Files:
>>  src/external/gpl3/gcc/dist/gcc/ginclude: stddef.h
>> 
>> Log Message:
>> clang does not support __float128 in our configuration and i386
> 
> shouldn't you replace this with some other 128-bit aligned
> value then, instead of eliding it entirely?

Good idea! Let me do that.

christos


signature.asc
Description: Message signed with OpenPGP


re: CVS commit: src/external/gpl3/gcc/dist/gcc/ginclude

2021-07-14 Thread matthew green
"Christos Zoulas" writes:
> Module Name:  src
> Committed By: christos
> Date: Wed Jul 14 13:24:59 UTC 2021
>
> Modified Files:
>   src/external/gpl3/gcc/dist/gcc/ginclude: stddef.h
>
> Log Message:
> clang does not support __float128 in our configuration and i386

shouldn't you replace this with some other 128-bit aligned
value then, instead of eliding it entirely?


.mrg.