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
70e24808
Commit
70e24808
authored
Mar 07, 2014
by
Jason Merrill
Committed by
Jason Merrill
Mar 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c.opt: Add -std=c++14.
From-SVN: r208404
parent
dbe20842
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c.opt
+6
-3
gcc/doc/invoke.texi
+2
-4
No files found.
gcc/c-family/ChangeLog
View file @
70e24808
2014
-
03
-
07
Jason
Merrill
<
jason
@redhat
.
com
>
*
c
.
opt
:
Add
-
std
=
c
++
14
.
2014
-
03
-
06
Marek
Polacek
<
polacek
@redhat
.
com
>
2014
-
03
-
06
Marek
Polacek
<
polacek
@redhat
.
com
>
PR
c
/
60197
PR
c
/
60197
...
...
gcc/c-family/c.opt
View file @
70e24808
...
@@ -1349,15 +1349,18 @@ Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
...
@@ -1349,15 +1349,18 @@ Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
std=c++11
std=c++11
C++ ObjC++
C++ ObjC++
Conform to the ISO 2011 C++ standard
(experimental and incomplete support)
Conform to the ISO 2011 C++ standard
std=c++0x
std=c++0x
C++ ObjC++ Alias(std=c++11)
C++ ObjC++ Alias(std=c++11)
Undocumented
Deprecated in favor of -std=c++11
Deprecated in favor of -std=c++11
std=c++1y
std=c++1y
C++ ObjC++
C++ ObjC++
Conform to the ISO 201y(7?) C++ draft standard (experimental and incomplete support)
Conform to the ISO 2014(?) C++ draft standard (experimental and incomplete support)
std=c++14
C++ ObjC++ Alias(std=c++1y) Undocumented
std=c11
std=c11
C ObjC
C ObjC
...
...
gcc/doc/invoke.texi
View file @
70e24808
...
@@ -1722,14 +1722,12 @@ C++ code.
...
@@ -1722,14 +1722,12 @@ C++ code.
@item c++11
@item c++11
@itemx c++0x
@itemx c++0x
The 2011 ISO C++ standard plus amendments. Support for C++11 is still
The 2011 ISO C++ standard plus amendments.
experimental, and may change in incompatible ways in future releases.
The name @samp{c++0x} is deprecated.
The name @samp{c++0x} is deprecated.
@item gnu++11
@item gnu++11
@itemx gnu++0x
@itemx gnu++0x
GNU dialect of @option{-std=c++11}. Support for C++11 is still
GNU dialect of @option{-std=c++11}.
experimental, and may change in incompatible ways in future releases.
The name @samp{gnu++0x} is deprecated.
The name @samp{gnu++0x} is deprecated.
@item c++1y
@item c++1y
...
...
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