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
d955420e
Commit
d955420e
authored
Apr 18, 2006
by
Devang Patel
Committed by
Devang Patel
Apr 18, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (-Wuninitialized): Clarify -O connection.
From-SVN: r113048
parent
7ae99337
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+3
-2
No files found.
gcc/ChangeLog
View file @
d955420e
2006
-
04
-
18
Devang
Patel
<
dpatel
@apple
.
com
>
*
doc
/
invoke
.
texi
(
-
Wuninitialized
)
:
Clarify
-
O
connection
.
2006
-
04
-
18
Nick
Clifton
<
nickc
@redhat
.
com
>
*
config
/
sh
/
t
-
symbian
:
Add
rule
to
build
sh
-
c
.
o
...
...
gcc/doc/invoke.texi
View file @
d955420e
...
...
@@ -2682,8 +2682,9 @@ if a variable may be clobbered by a @code{setjmp} call.
These warnings are possible only in optimizing compilation,
because they require data flow information that is computed only
when optimizing. If you don'
t
specify
@
option
{-
O
},
you
simply
won
't
get these warnings.
when optimizing. If you do not specify @option{-O}, you will not get
these warnings. Instead, GCC will issue a warning about @option{-Wuninitialized}
requiring @option{-O}.
If you want to warn about code which uses the uninitialized value of the
variable in its own initializer, use the @option{-Winit-self} option.
...
...
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