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
4381020e
Commit
4381020e
authored
Sep 26, 2005
by
Jason Merrill
Committed by
Jason Merrill
Sep 26, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Clarify documentation of -fno-enforce-eh-specs.
From-SVN: r104681
parent
4bd2f9d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+7
-4
No files found.
gcc/ChangeLog
View file @
4381020e
2005
-
09
-
26
Jason
Merrill
<
jason
@redhat
.
com
>
*
doc
/
invoke
.
texi
:
Clarify
documentation
of
-
fno
-
enforce
-
eh
-
specs
.
2005
-
09
-
26
James
E
Wilson
<
wilson
@specifix
.
com
>
*
config
/
ia64
/
crtbegin
.
asm
,
config
/
ia64
/
crtend
.
asm
:
Remove
glibc
...
...
gcc/doc/invoke.texi
View file @
4381020e
...
...
@@ -1460,10 +1460,13 @@ call the copy constructor in all cases.
@
item
-
fno
-
enforce
-
eh
-
specs
@
opindex
fno
-
enforce
-
eh
-
specs
Don
't check for violation of exception specifications at runtime. This
option violates the C++ standard, but may be useful for reducing code
size in production builds, much like defining @samp{NDEBUG}. The compiler
will still optimize based on the exception specifications.
Don
't generate code to check for violation of exception specifications
at runtime. This option violates the C++ standard, but may be useful
for reducing code size in production builds, much like defining
@samp{NDEBUG}. This does not give user code permission to throw
exceptions in violation of the exception specifications; the compiler
will still optimize based on the specifications, so throwing an
unexpected exception will result in undefined behavior.
@item -ffor-scope
@itemx -fno-for-scope
...
...
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