Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
a2b172fb
Commit
a2b172fb
authored
21 years ago
by
Kazu Hirata
Committed by
Kazu Hirata
21 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* doc/invoke.texi: Fix typos.
From-SVN: r72113
parent
5b577977
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gcc/ChangeLog
+4
-0
4 additions, 0 deletions
gcc/ChangeLog
gcc/doc/invoke.texi
+3
-3
3 additions, 3 deletions
gcc/doc/invoke.texi
with
7 additions
and
3 deletions
gcc/ChangeLog
+
4
−
0
View file @
a2b172fb
2003-10-05 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Fix typos.
2003-10-05 Kazu Hirata <kazu@cs.umass.edu>
2003-10-05 Kazu Hirata <kazu@cs.umass.edu>
* fold-const.c: Follow spelling conventions.
* fold-const.c: Follow spelling conventions.
...
...
This diff is collapsed.
Click to expand it.
gcc/doc/invoke.texi
+
3
−
3
View file @
a2b172fb
...
@@ -1797,14 +1797,14 @@ used.
...
@@ -1797,14 +1797,14 @@ used.
Assume that all Objective-C message dispatches (e.g.,
Assume that all Objective-C message dispatches (e.g.,
@code{[receiver message:arg]}) in this translation unit ensure that the receiver
@code{[receiver message:arg]}) in this translation unit ensure that the receiver
is not @code{nil}. This allows for more efficient entry points in the runtime to be
is not @code{nil}. This allows for more efficient entry points in the runtime to be
used. Currently, this option is only available in conjunc
i
ton with
used. Currently, this option is only available in conjunct
i
on with
the NeXT runtime on Mac OS X 10.3 and later.
the NeXT runtime on Mac OS X 10.3 and later.
@item -fobjc-exceptions
@item -fobjc-exceptions
@opindex -fobjc-exceptions
@opindex -fobjc-exceptions
Enable syntactic support for structured exception handling in Objective-C,
Enable syntactic support for structured exception handling in Objective-C,
similar to what is offered by C++ and Java. Currently, this option is only
similar to what is offered by C++ and Java. Currently, this option is only
available in conjunc
i
ton with the NeXT runtime on Mac OS X 10.3 and later.
available in conjunct
i
on with the NeXT runtime on Mac OS X 10.3 and later.
@smallexample
@smallexample
@@try @{
@@try @{
...
@@ -4757,7 +4757,7 @@ The default value is 10.
...
@@ -4757,7 +4757,7 @@ The default value is 10.
@item large-function-insns
@item large-function-insns
The limit specifying really large functions. For functions greater than this
The limit specifying really large functions. For functions greater than this
limit inlining is constrained by @option{--param large-function-growth}.
limit inlining is constrained by @option{--param large-function-growth}.
This parameter is useful
l
primarily to avoid extreme compilation time caused by non-linear
This parameter is useful primarily to avoid extreme compilation time caused by non-linear
algorithms used by the backend.
algorithms used by the backend.
This parameter is ignored when @option{-funit-at-a-time} is not used.
This parameter is ignored when @option{-funit-at-a-time} is not used.
The default value is 30000.
The default value is 30000.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment