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
c7dc8804
Commit
c7dc8804
authored
Mar 25, 2011
by
Jason Merrill
Committed by
Jason Merrill
Mar 25, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c.opt: Add -std=c++03.
From-SVN: r171460
parent
6510e8bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c.opt
+5
-1
No files found.
gcc/c-family/ChangeLog
View file @
c7dc8804
2011
-
03
-
25
Jason
Merrill
<
jason
@redhat
.
com
>
*
c
.
opt
:
Add
-
std
=
c
++
03
.
2011
-
03
-
22
Eric
Botcazou
<
ebotcazou
@adacore
.
com
>
2011
-
03
-
22
Eric
Botcazou
<
ebotcazou
@adacore
.
com
>
*
c
-
ada
-
spec
.
c
(
dump_ada_template
)
:
Skip
non
-
class
instances
.
*
c
-
ada
-
spec
.
c
(
dump_ada_template
)
:
Skip
non
-
class
instances
.
...
...
gcc/c-family/c.opt
View file @
c7dc8804
...
@@ -1137,7 +1137,11 @@ Remap file names when including files
...
@@ -1137,7 +1137,11 @@ Remap file names when including files
std=c++98
std=c++98
C++ ObjC++
C++ ObjC++
Conform to the ISO 1998 C++ standard
Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
std=c++03
C++ ObjC++ Alias(std=c++98)
Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
std=c++0x
std=c++0x
C++ ObjC++
C++ ObjC++
...
...
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