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
9563bfcd
Commit
9563bfcd
authored
Oct 05, 2016
by
Jakub Jelinek
Committed by
Jakub Jelinek
Oct 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.c (c_common_reswords): Update comment for C++11.
From-SVN: r240792
parent
37a1d58a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c-common.c
+2
-2
No files found.
gcc/c-family/ChangeLog
View file @
9563bfcd
2016
-
10
-
05
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
*
c
-
common
.
c
(
c_common_reswords
):
Update
comment
for
C
++
11.
2016
-
10
-
04
Jason
Merrill
<
jason
@
redhat
.
com
>
*
c
-
common
.
c
(
make_tree_vector_from_ctor
):
New
.
...
...
gcc/c-family/c-common.c
View file @
9563bfcd
...
...
@@ -411,8 +411,8 @@ static int resort_field_decl_cmp (const void *, const void *);
C --std=c89: D_C99 | D_CXXONLY | D_OBJC | D_CXX_OBJC
C --std=c99: D_CXXONLY | D_OBJC
ObjC is like C except that D_OBJC and D_CXX_OBJC are not set
C++ --std=c
98: D_CONLY | D_CXXOX
| D_OBJC
C++ --std=c
0x
: D_CONLY | D_OBJC
C++ --std=c
++98: D_CONLY | D_CXX11
| D_OBJC
C++ --std=c
++11
: D_CONLY | D_OBJC
ObjC++ is like C++ except that D_OBJC is not set
If -fno-asm is used, D_ASM is added to the mask. If
...
...
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