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:47 PM, Kai Tietz <ktietz70@googlemail.com> wrote:
> 2010/5/26 Eric Botcazou <ebotcazou@adacore.com>:
>>> ChangeLog
>>>
>>> 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.
>>> ? ? ? ? * c-lex.c (narrowest_unsigned_type): Likewise.
>>
>> 2 ChangeLogs, please.
>>
>> --
>> Eric Botcazou
>>
>
> ok.
>
> 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): Likewise.
>

You should also update narrowest_signed_type.


-- 
H.J.


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