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
c2ecce6d
Commit
c2ecce6d
authored
Nov 25, 2019
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in C++2a paper number - P1920R1 -> P1902R1
From-SVN: r278707
parent
c5144966
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/c-family/ChangeLog
+1
-1
gcc/testsuite/ChangeLog
+2
-2
No files found.
gcc/c-family/ChangeLog
View file @
c2ecce6d
...
...
@@ -27,7 +27,7 @@
(
init_dynamic_diag_info
):
Adjust
get_pointer_to_named_type
callers
to
call
get_named_type
instead
.
Formatting
fixes
.
Implement
P19
20
R1
,
Missing
feature
-
test
macros
2017
-
2019.
Implement
P19
02
R1
,
Missing
feature
-
test
macros
2017
-
2019.
*
c
-
cppbuiltin
.
c
(
c_cpp_builtins
):
Bump
__cpp_init_captures
and
__cpp_generic_lambdas
for
-
std
=
c
++
2
a
.
Define
__cpp_designated_initializers
,
__cpp_constexpr_in_decltype
and
...
...
gcc/testsuite/ChangeLog
View file @
c2ecce6d
...
...
@@ -136,9 +136,9 @@
2019-11-22 Jakub Jelinek <jakub@redhat.com>
Implement P19
20
R1, Missing feature-test macros 2017-2019.
Implement P19
02
R1, Missing feature-test macros 2017-2019.
* g++.dg/cpp1z/feat-cxx1z.C: Only compile with -std=c++17.
* g++.dg/cpp2a/feat-cxx2a.C: Adjust for P19
20
R1 changes.
* g++.dg/cpp2a/feat-cxx2a.C: Adjust for P19
02
R1 changes.
* g++.dg/cpp2a/desig15.C: New test.
* g++.dg/cpp2a/lambda-pack-init3.C: New test.
* g++.dg/cpp2a/lambda-generic6.C: New test.
...
...
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