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
08a1cadc
Commit
08a1cadc
authored
Mar 14, 2016
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.
From-SVN: r234207
parent
26a8813f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c-cppbuiltin.c
+1
-1
gcc/cp/ChangeLog
+1
-1
No files found.
gcc/c-family/ChangeLog
View file @
08a1cadc
2016
-
03
-
14
Jason
Merrill
<
jason
@
redhat
.
com
>
*
c
-
cppbuiltin
.
c
(
c_cpp_builtins
):
Bump
__cpp_range_based_for
.
2016
-
03
-
09
Richard
Biener
<
rguenther
@
suse
.
de
>
2016
-
03
-
09
Richard
Biener
<
rguenther
@
suse
.
de
>
PR
c
/
70143
PR
c
/
70143
...
...
gcc/c-family/c-cppbuiltin.c
View file @
08a1cadc
...
@@ -871,7 +871,7 @@ c_cpp_builtins (cpp_reader *pfile)
...
@@ -871,7 +871,7 @@ c_cpp_builtins (cpp_reader *pfile)
cpp_define
(
pfile
,
"__cpp_namespace_attributes=201411"
);
cpp_define
(
pfile
,
"__cpp_namespace_attributes=201411"
);
cpp_define
(
pfile
,
"__cpp_enumerator_attributes=201411"
);
cpp_define
(
pfile
,
"__cpp_enumerator_attributes=201411"
);
cpp_define
(
pfile
,
"__cpp_nested_namespace_definitions=201411"
);
cpp_define
(
pfile
,
"__cpp_nested_namespace_definitions=201411"
);
cpp_define
(
pfile
,
"__cpp_fold_expressions=201
411
"
);
cpp_define
(
pfile
,
"__cpp_fold_expressions=201
603
"
);
cpp_define
(
pfile
,
"__cpp_nontype_template_args=201411"
);
cpp_define
(
pfile
,
"__cpp_nontype_template_args=201411"
);
}
}
if
(
flag_concepts
)
if
(
flag_concepts
)
...
...
gcc/cp/ChangeLog
View file @
08a1cadc
2016-03-14 Casey Carter <casey@carter.net>
2016-03-14 Casey Carter <casey@carter.net>
Jason Merrill <jason@redhat.com>
Jason Merrill <jason@redhat.com>
P0
8
184R0: Generalizing the Range-Based For Loop
P0184R0: Generalizing the Range-Based For Loop
* parser.c (cp_convert_range_for): Set the type of __end separately.
* parser.c (cp_convert_range_for): Set the type of __end separately.
(cp_parser_perform_range_for_lookup): Allow different begin/end
(cp_parser_perform_range_for_lookup): Allow different begin/end
types if they are comparable.
types if they are comparable.
...
...
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