aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKai Tietz <ktietz@gcc.gnu.org>2010-05-26 20:09:29 +0200
committerKai Tietz <ktietz@gcc.gnu.org>2010-05-26 20:09:29 +0200
commitbdd715238c97721534b7f7fd8e915ba045b6d2dc (patch)
tree7220087e8be12db490395ab98ca87a33b108e0d1 /gcc
parentc9549072bf0d3db00f8b89e4ed72d63e9eef3549 (diff)
downloadgcc-bdd715238c97721534b7f7fd8e915ba045b6d2dc.zip
gcc-bdd715238c97721534b7f7fd8e915ba045b6d2dc.tar.gz
gcc-bdd715238c97721534b7f7fd8e915ba045b6d2dc.tar.bz2
Move cplusplus parts into cp/ChangeLog and remove them from gcc's.
From-SVN: r159897
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog9
-rw-r--r--gcc/cp/ChangeLog12
2 files changed, 12 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4769643..91d39a2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -109,15 +109,6 @@
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>
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 3ad1aaf..c058ac1 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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