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
70f4fdeb
Commit
70f4fdeb
authored
Apr 15, 2016
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* BASE-VER: Set to 7.0.0.
From-SVN: r235035
parent
97f3003f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
15 deletions
+19
-15
gcc/BASE-VER
+1
-1
gcc/ChangeLog
+2
-14
gcc/cp/ChangeLog
+16
-0
No files found.
gcc/BASE-VER
View file @
70f4fdeb
6
.0.0
7
.0.0
gcc/ChangeLog
View file @
70f4fdeb
2016-04-15 Jason Merrill <jason@redhat.com>
2016-04-15 Jakub Jelinek <jakub@redhat.com>
Nathan Sidwell <nathan@acm.org>
PR c++/70594
* BASE-VER: Set to 7.0.0.
* constexpr.c (constexpr_call_table): Preserve in GC.
(struct fundef_copy, struct fundef_copies_table_t): Delete.
(fundef_copies_table): Preserve in GC. Change to pointer to
tree->tree hash.
(maybe_initialize_fundef_copies_table): Adjust.
(get_fundef_copy): Return a TREE_LIST. Use non-inserting search.
(save_fundef_copy): Adjust for a TREE_LIST.
(cxx_eval_call_expression): Adjust for a fundef_copy TREE_LIST.
(fini_constexpr): New.
* cp-tree.h (fini_constexpr): Declare.
* decl2.c (c_parse_final_cleanups): Call fini_constexpr.
2016-04-15 Alexander Monakov <amonakov@ispras.ru>
2016-04-15 Alexander Monakov <amonakov@ispras.ru>
...
...
gcc/cp/ChangeLog
View file @
70f4fdeb
2016-04-15 Jason Merrill <jason@redhat.com>
Nathan Sidwell <nathan@acm.org>
PR c++/70594
* constexpr.c (constexpr_call_table): Preserve in GC.
(struct fundef_copy, struct fundef_copies_table_t): Delete.
(fundef_copies_table): Preserve in GC. Change to pointer to
tree->tree hash.
(maybe_initialize_fundef_copies_table): Adjust.
(get_fundef_copy): Return a TREE_LIST. Use non-inserting search.
(save_fundef_copy): Adjust for a TREE_LIST.
(cxx_eval_call_expression): Adjust for a fundef_copy TREE_LIST.
(fini_constexpr): New.
* cp-tree.h (fini_constexpr): Declare.
* decl2.c (c_parse_final_cleanups): Call fini_constexpr.
2016-04-15 Jakub Jelinek <jakub@redhat.com>
2016-04-15 Jakub Jelinek <jakub@redhat.com>
PR c/70436
PR c/70436
...
...
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