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]: Add support of new __int128 type for targets having 128-bit integer scalar support


On Wed, May 26, 2010 at 1:54 PM, Kai Tietz <ktietz70@googlemail.com> wrote:
> 2010/5/26 H.J. Lu <hjl.tools@gmail.com>:
>> On Wed, May 26, 2010 at 1:47 PM, Kai Tietz <ktietz70@googlemail.com> wrote:
>> You should also update narrowest_signed_type.
>>
>>
>> --
>> H.J.
>>
>
> Thanks HJ,
>
> gcc/cp/
> 2010-05-26 ?Kai Tietz
>
> ? ? ? PR/44287
> ? ? ? * cp/rtti.c (emit_support_tinfos): Check for NULL_TREE.
> ? ? ? * cp/class.c (layout_class_type): Likewise.
> ? ? ? * cp/decl.c (finish_enum): Likewise.
> ? ? ? * cp/mangle.c (write_builitin_type): Likewise.
>
> gcc/
> 2010-05-26 ?Kai Tietz
>
> ? ? ? PR/44287
> ? ? ? * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
> ? ? ? (narrow_signed_type): Likewise.
>
> Kai

I tested this patch. I can build C, C++ and Fortran libraries now.

-- 
H.J.


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