Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
bdd71523
Commit
bdd71523
authored
May 26, 2010
by
Kai Tietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move cplusplus parts into cp/ChangeLog and remove them from gcc's.
From-SVN: r159897
parent
c9549072
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
gcc/ChangeLog
+0
-9
gcc/cp/ChangeLog
+12
-0
No files found.
gcc/ChangeLog
View file @
bdd71523
...
...
@@ -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>
...
...
gcc/cp/ChangeLog
View file @
bdd71523
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment