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
f8ad043f
Commit
f8ad043f
authored
Jun 01, 2018
by
Jason Merrill
Committed by
Jason Merrill
Jun 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_deduction_guides to 201703.
From-SVN: r261090
parent
c94c3532
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/c-family/ChangeLog
+5
-0
gcc/c-family/c-cppbuiltin.c
+1
-1
No files found.
gcc/c-family/ChangeLog
View file @
f8ad043f
2018
-
06
-
01
Jason
Merrill
<
jason
@
redhat
.
com
>
*
c
-
cppbuiltin
.
c
(
c_cpp_builtins
):
Bump
__cpp_deduction_guides
to
201703.
2018
-
06
-
01
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
c
-
ada
-
spec
.
c
(
dump_ada_declaration
)
<
TYPE_DECL
>:
Generate
a
forward
...
...
gcc/c-family/c-cppbuiltin.c
View file @
f8ad043f
...
...
@@ -970,7 +970,7 @@ c_cpp_builtins (cpp_reader *pfile)
cpp_define
(
pfile
,
"__cpp_capture_star_this=201603"
);
cpp_define
(
pfile
,
"__cpp_inline_variables=201606"
);
cpp_define
(
pfile
,
"__cpp_aggregate_bases=201603"
);
cpp_define
(
pfile
,
"__cpp_deduction_guides=201
611
"
);
cpp_define
(
pfile
,
"__cpp_deduction_guides=201
703
"
);
cpp_define
(
pfile
,
"__cpp_noexcept_function_type=201510"
);
cpp_define
(
pfile
,
"__cpp_template_auto=201606"
);
cpp_define
(
pfile
,
"__cpp_structured_bindings=201606"
);
...
...
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