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
94ccc380
Commit
94ccc380
authored
Jun 14, 2020
by
GCC Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Daily bump.
parent
b8849820
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
1 deletions
+30
-1
gcc/DATESTAMP
+1
-1
gcc/cp/ChangeLog
+18
-0
gcc/testsuite/ChangeLog
+11
-0
No files found.
gcc/DATESTAMP
View file @
94ccc380
2020061
3
2020061
4
gcc/cp/ChangeLog
View file @
94ccc380
2020-06-13 Iain Sandoe <iain@sandoe.co.uk>
PR c++/95440
* call.c (add_candidates): Use vec_safe_length() for
testing the arguments list.
(build_new_method_call_1): Use vec_safe_is_empty() when
checking for an empty args list.
2020-06-13 Patrick Palka <ppalka@redhat.com>
PR c++/93467
* constraint.cc (associate_classtype_constraints): If there is a
discrepancy between the current template depth and the template
depth of the original declaration, then adjust the template
parameter depth within the current constraints appropriately.
* pt.c (tsubst_friend_class): Substitute into and set the
constraints on the injected declaration.
2020-06-12 Iain Sandoe <iain@sandoe.co.uk>
PR c++/95350
...
...
gcc/testsuite/ChangeLog
View file @
94ccc380
2020-06-13 Iain Sandoe <iain@sandoe.co.uk>
PR c++/95440
* g++.dg/coroutines/pr95440.C: New test.
2020-06-13 Patrick Palka <ppalka@redhat.com>
PR c++/93467
* g++.dg/cpp2a/concepts-friend6.C: New test.
* g++.dg/cpp2a/concepts-friend7.C: New test.
2020-06-12 Iain Sandoe <iain@sandoe.co.uk>
PR c++/95350
...
...
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