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
24bc7bf4
Commit
24bc7bf4
authored
Oct 20, 2016
by
Jason Merrill
Committed by
Jason Merrill
Oct 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_concepts value.
From-SVN: r241376
parent
916de033
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c-cppbuiltin.c
+1
-3
No files found.
gcc/c-family/ChangeLog
View file @
24bc7bf4
2016
-
10
-
20
Jason
Merrill
<
jason
@
redhat
.
com
>
*
c
-
cppbuiltin
.
c
(
c_cpp_builtins
):
Update
__cpp_concepts
value
.
2016
-
10
-
19
Bernd
Edlinger
<
bernd
.
edlinger
@
hotmail
.
de
>
*
c
-
common
.
c
(
c_common_truthvalue_conversion
):
Warn
only
for
signed
...
...
gcc/c-family/c-cppbuiltin.c
View file @
24bc7bf4
...
...
@@ -940,9 +940,7 @@ c_cpp_builtins (cpp_reader *pfile)
cpp_define
(
pfile
,
"__cpp_deduction_guides=201606"
);
}
if
(
flag_concepts
)
/* Use a value smaller than the 201507 specified in
the TS, since we don't yet support extended auto. */
cpp_define
(
pfile
,
"__cpp_concepts=201500"
);
cpp_define
(
pfile
,
"__cpp_concepts=201507"
);
if
(
flag_tm
)
/* Use a value smaller than the 201505 specified in
the TS, since we don't yet support atomic_cancel. */
...
...
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