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
b8d2540a
Commit
b8d2540a
authored
Sep 30, 1999
by
Dirk Zoller
Committed by
Jeff Law
Sep 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi: Add docs for -Wfloat-equal warning.
From-SVN: r29723
parent
b843d210
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+1
-0
gcc/invoke.texi
+4
-1
No files found.
gcc/ChangeLog
View file @
b8d2540a
...
@@ -6,6 +6,7 @@ Thu Sep 30 00:13:27 1999 Dirk Zoller <duz@rtsffm.com>
...
@@ -6,6 +6,7 @@ Thu Sep 30 00:13:27 1999 Dirk Zoller <duz@rtsffm.com>
*
c
-
typeck
.
c
(
build_binary_op
)
:
Conditionally
warn
*
c
-
typeck
.
c
(
build_binary_op
)
:
Conditionally
warn
about
equality
tests
of
floating
point
types
.
about
equality
tests
of
floating
point
types
.
*
toplev
.
c
(
documented_lan_options
)
:
Add
-
W
[
no
-
]
float
-
equal
.
*
toplev
.
c
(
documented_lan_options
)
:
Add
-
W
[
no
-
]
float
-
equal
.
*
invoke
.
texi
:
Add
docs
for
-
Wfloat
-
equal
warning
.
Wed
Sep
29
23
:
43
:
39
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Wed
Sep
29
23
:
43
:
39
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
...
...
gcc/invoke.texi
View file @
b8d2540a
...
@@ -125,7 +125,7 @@ in the following sections.
...
@@ -125,7 +125,7 @@ in the following sections.
-Wconversion -Werror -Wformat
-Wconversion -Werror -Wformat
-Wid-clash-@var{len} -Wimplicit -Wimplicit-int
-Wid-clash-@var{len} -Wimplicit -Wimplicit-int
-Wimplicit-function-declaration -Wimport
-Wimplicit-function-declaration -Wimport
-Werror-implicit-function-declaration -Winline
-Werror-implicit-function-declaration -W
float-equal -W
inline
-Wlarger-than-@var{len} -Wlong-long
-Wlarger-than-@var{len} -Wlong-long
-Wmain -Wmissing-declarations -Wmissing-noreturn
-Wmain -Wmissing-declarations -Wmissing-noreturn
-Wmissing-prototypes -Wmultichar -Wnested-externs -Wno-import
-Wmissing-prototypes -Wmultichar -Wnested-externs -Wno-import
...
@@ -1389,6 +1389,9 @@ Warn when a declaration does not specify a type.
...
@@ -1389,6 +1389,9 @@ 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}.
...
...
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