]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Move cplusplus parts into cp/ChangeLog and remove them from gcc's.
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 18:09:29 +0000 (18:09 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 18:09:29 +0000 (18:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159897 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cp/ChangeLog

index 4769643540339fc5d291406902f8610febcee4d9..91d39a2bd09a77865965271f495e992d7321fb07 100644 (file)
        itk_unsigned_int128.
        (int128_integer_type_node): New define..
        (int128_unsigned_type_node): New define.
-       * cp/cp-tree.h (cp_decl_specifier_seq): Add new bifield
-       explicit_int128_p.
-       * cp/decl.c (grokdeclarator): Handle __int128.
-       * cp/parser.c (cp_lexer_next_token_is_decl_specifier_ke): Likewise.
-       (cp_parser_simple_type_specifier): Likewise.
-       * cp/rtti.c (emit_support_tinfos): Add int128 nodes for rtti.
-       * cp/typeck.c (cp_common_type): Handle __int128.
-       * cp/mangle.c (integer_type_codes): Add itk_int128 and
-       itk_unsigned_int128.
        * doc/extend.texi: Add documentation about __int128 type.
 
 2010-05-26  Richard Guenther  <rguenther@suse.de>
index 3ad1aaff5c0618079d1e63e6c6f8fe5319f72b99..c058ac1e134ccfa40f93d5c002e4801f756b2349 100644 (file)
@@ -1,3 +1,15 @@
+2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
+
+       * cp-tree.h (cp_decl_specifier_seq): Add new bifield
+       explicit_int128_p.
+       * decl.c (grokdeclarator): Handle __int128.
+       * parser.c (cp_lexer_next_token_is_decl_specifier_ke): Likewise.
+       (cp_parser_simple_type_specifier): Likewise.
+       * rtti.c (emit_support_tinfos): Add int128 nodes for rtti.
+       * typeck.c (cp_common_type): Handle __int128.
+       * mangle.c (integer_type_codes): Add itk_int128 and
+       itk_unsigned_int128.
+
 2010-05-26  Jason Merrill  <jason@redhat.com>
 
        PR c++/43382