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
bed7b8f1
Commit
bed7b8f1
authored
20 years ago
by
Geoffrey Keating
Committed by
Geoffrey Keating
20 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* doc/gty.texi (GTY Options): Clarify example.
From-SVN: r81718
parent
c72c42e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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/gty.texi
+1
-1
1 addition, 1 deletion
gcc/doc/gty.texi
with
5 additions
and
1 deletion
gcc/ChangeLog
+
4
−
0
View file @
bed7b8f1
2004-05-11 Geoffrey Keating <geoffk@apple.com>
* doc/gty.texi (GTY Options): Clarify example.
2004-05-11 Fariborz Jahanian <fjahanian@apple.com>
2004-05-11 Fariborz Jahanian <fjahanian@apple.com>
* config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
* config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
...
...
This diff is collapsed.
Click to expand it.
gcc/doc/gty.texi
+
1
−
1
View file @
bed7b8f1
...
@@ -231,7 +231,7 @@ typedef struct GTY(()) @{
...
@@ -231,7 +231,7 @@ typedef struct GTY(()) @{
@end smallexample
@end smallexample
and then declare variables like this:
and then declare variables like this:
@smallexample
@smallexample
htab_t GTY ((param_is (union tree_node))) ict;
static
htab_t GTY ((param_is (union tree_node))) ict;
@end smallexample
@end smallexample
@findex param@var{n}_is
@findex param@var{n}_is
...
...
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