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
fb90f9f3
Commit
fb90f9f3
authored
May 02, 2014
by
Marek Polacek
Committed by
Marek Polacek
May 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
From-SVN: r210002
parent
63bc4e87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+8
-0
No files found.
gcc/ChangeLog
View file @
fb90f9f3
2014-05-02 Marek Polacek <polacek@redhat.com>
* doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
2014-02-26 Kito Cheng <kito@0xlab.org>
2014-02-26 Kito Cheng <kito@0xlab.org>
* defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
* defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
...
...
gcc/doc/invoke.texi
View file @
fb90f9f3
...
@@ -5393,6 +5393,14 @@ While @option{-ftrapv} causes traps for signed overflows to be emitted,
...
@@ -5393,6 +5393,14 @@ While @option{-ftrapv} causes traps for signed overflows to be emitted,
@
option
{-
fsanitize
=
undefined
}
gives
a
diagnostic
message
.
@
option
{-
fsanitize
=
undefined
}
gives
a
diagnostic
message
.
This
currently
works
only
for
the
C
family
of
languages
.
This
currently
works
only
for
the
C
family
of
languages
.
@
item
-
fsanitize
=
float
-
divide
-
by
-
zero
@
opindex
fsanitize
=
float
-
divide
-
by
-
zero
Detect
floating
-
point
division
by
zero
.
Unlike
other
similar
options
,
@
option
{-
fsanitize
=
float
-
divide
-
by
-
zero
}
is
not
enabled
by
@
option
{-
fsanitize
=
undefined
},
since
floating
-
point
division
by
zero
can
be
a
legitimate
way
of
obtaining
infinities
and
NaNs
.
@
item
-
fsanitize
-
recover
@
item
-
fsanitize
-
recover
@
opindex
fsanitize
-
recover
@
opindex
fsanitize
-
recover
By
default
@
option
{-
fsanitize
=
undefined
}
sanitization
(
and
its
suboptions
By
default
@
option
{-
fsanitize
=
undefined
}
sanitization
(
and
its
suboptions
...
...
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