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
a07f6ed2
Commit
a07f6ed2
authored
Mar 11, 2014
by
Jason Merrill
Committed by
Jason Merrill
Mar 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c.opt: Add -std=gnu++14.
From-SVN: r208486
parent
dfd7d2d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c.opt
+3
-0
No files found.
gcc/c-family/ChangeLog
View file @
a07f6ed2
2014
-
03
-
11
Jason
Merrill
<
jason
@redhat
.
com
>
*
c
.
opt
:
Add
-
std
=
gnu
++
14
.
2014
-
03
-
11
Ian
Bolton
<
ian
.
bolton
@arm
.
com
>
*
c
-
opts
.
c
(
c_common_post_options
)
:
Don
'
t
override
...
...
gcc/c-family/c.opt
View file @
a07f6ed2
...
...
@@ -1408,6 +1408,9 @@ std=gnu++1y
C++ ObjC++
Conform to the ISO 201y(7?) C++ draft standard with GNU extensions (experimental and incomplete support)
std=gnu++14
C++ ObjC++ Alias(std=gnu++1y) Undocumented
std=gnu11
C ObjC
Conform to the ISO 2011 C standard with GNU extensions (experimental and incomplete support)
...
...
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