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
f793a95e
Commit
f793a95e
authored
Sep 30, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move -Wfloat-equal into the correct location.
From-SVN: r29732
parent
313bc2c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/invoke.texi
+3
-3
No files found.
gcc/invoke.texi
View file @
f793a95e
...
@@ -1389,9 +1389,6 @@ Warn when a declaration does not specify a type.
...
@@ -1389,9 +1389,6 @@ Warn when a declaration does not specify a type.
Give a warning (or error) whenever a function is used before being
Give a warning (or error) whenever a function is used before being
declared.
declared.
@item -Wfloat-equal
Warn if floating point values are used in equality comparisons.
@item -Wimplicit
@item -Wimplicit
Same as @samp{-Wimplicit-int} and @samp{-Wimplicit-function-}@*
Same as @samp{-Wimplicit-int} and @samp{-Wimplicit-function-}@*
@samp{declaration}.
@samp{declaration}.
...
@@ -1647,6 +1644,9 @@ struct s x = @{ 3, 4 @};
...
@@ -1647,6 +1644,9 @@ struct s x = @{ 3, 4 @};
@
end
smallexample
@
end
smallexample
@
end
itemize
@
end
itemize
@
item
-
Wfloat
-
equal
Warn
if
floating
point
values
are
used
in
equality
comparisons
.
@
item
-
Wtraditional
@
item
-
Wtraditional
Warn
about
certain
constructs
that
behave
differently
in
traditional
and
Warn
about
certain
constructs
that
behave
differently
in
traditional
and
ANSI
C
.
ANSI
C
.
...
...
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