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
2cbac420
Commit
2cbac420
authored
Mar 21, 2007
by
Mike Stump
Committed by
Mike Stump
Mar 21, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c.opt: Fixup for Objective-C/C++.
From-SVN: r123114
parent
17939c98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/c.opt
+4
-4
No files found.
gcc/ChangeLog
View file @
2cbac420
2007-03-21 Mike Stump <mrs@apple.com>
* c.opt: Fixup for Objective-C/C++.
2007-02-21 Steve Ellcey <sje@cup.hp.com>
* explow.c (convert_memory_address): Fold memory reference when
...
...
gcc/c.opt
View file @
2cbac420
...
...
@@ -133,7 +133,7 @@ C ObjC Var(warn_bad_function_cast) Warning
Warn about casting functions to incompatible types
Wc++-compat
C Var(warn_cxx_compat) Warning
C
ObjC
Var(warn_cxx_compat) Warning
Warn about C constructs that are not in the common subset of C and C++
Wc++0x-compat
...
...
@@ -177,7 +177,7 @@ C++ ObjC++ Var(warn_deprecated) Init(1) Warning
Warn about deprecated compiler features
Wdiv-by-zero
C ObjC C++ Var(warn_div_by_zero) Init(1) Warning
C ObjC C++
ObjC++
Var(warn_div_by_zero) Init(1) Warning
Warn about compile-time integer division by zero
Weffc++
...
...
@@ -559,7 +559,7 @@ ObjC ObjC++
Generate code for GNU runtime environment
fgnu89-inline
C Var(flag_gnu89_inline) Init(-1)
C
ObjC
Var(flag_gnu89_inline) Init(-1)
Use traditional GNU semantics for inline functions
fguiding-decls
...
...
@@ -592,7 +592,7 @@ C++ ObjC++
Emit implicit instantiations of templates
ffriend-injection
C++ Var(flag_friend_injection)
C++
ObjC++
Var(flag_friend_injection)
Inject friend functions into enclosing namespace
flabels-ok
...
...
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