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


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.



-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination


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