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
f8602c3c
Commit
f8602c3c
authored
Jun 20, 2020
by
GCC Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Daily bump.
parent
f8e16e23
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
1 deletions
+44
-1
gcc/ChangeLog
+10
-0
gcc/DATESTAMP
+1
-1
gcc/cp/ChangeLog
+18
-0
gcc/testsuite/ChangeLog
+15
-0
No files found.
gcc/ChangeLog
View file @
f8602c3c
2020-06-19 Jiufu Guo <guojiufu@linux.ibm.com>
PR target/95018
* common.opt (flag_cunroll_grow_size): New flag.
* toplev.c (process_options): Set flag_cunroll_grow_size.
* tree-ssa-loop-ivcanon.c (pass_complete_unroll::execute):
Use flag_cunroll_grow_size.
* config/rs6000/rs6000.c (rs6000_option_override_internal):
Override flag_cunroll_grow_size.
2020-06-18 Aaron Sawdey <acsawdey@linux.ibm.com>
2020-06-18 Aaron Sawdey <acsawdey@linux.ibm.com>
PR target/95347
PR target/95347
...
...
gcc/DATESTAMP
View file @
f8602c3c
202006
19
202006
20
gcc/cp/ChangeLog
View file @
f8602c3c
2020-06-19 Jason Merrill <jason@redhat.com>
* method.c (early_check_defaulted_comparison): Allow defaulting
comparison outside class. Complain if non-member operator isn't a
friend.
2020-06-19 Jason Merrill <jason@redhat.com>
* method.c (early_check_defaulted_comparison): Check for &&.
(build_comparison_op): Allow empty union. Diagnose non-category
type.
(common_comparison_type): Remove handling for non-category type.
2020-06-19 Jason Merrill <jason@redhat.com>
* call.c (build_new_op_1): Don't look for a CALL_EXPR when
calling a consteval function.
2020-06-17 Marek Polacek <polacek@redhat.com>
2020-06-17 Marek Polacek <polacek@redhat.com>
PR c++/95508
PR c++/95508
...
...
gcc/testsuite/ChangeLog
View file @
f8602c3c
2020-06-19 Jason Merrill <jason@redhat.com>
* g++.dg/cpp2a/spaceship-friend1.C: New test.
* g++.dg/cpp2a/spaceship-err4.C: Adjust diagnostic.
2020-06-19 Jason Merrill <jason@redhat.com>
* g++.dg/cpp2a/spaceship-ref1.C: New test.
* g++.dg/cpp2a/spaceship-synth-neg4.C: New test.
* g++.dg/cpp2a/spaceship-union1.C: New test.
2020-06-19 Jason Merrill <jason@redhat.com>
* g++.dg/cpp2a/consteval17.C: New test.
2020-06-18 Jakub Jelinek <jakub@redhat.com>
2020-06-18 Jakub Jelinek <jakub@redhat.com>
Backported from master:
Backported from master:
...
...
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