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
75e8000e
Commit
75e8000e
authored
Apr 17, 1999
by
Craig Burley
Committed by
Craig Burley
Apr 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add g77 front-end internals docs
From-SVN: r26516
parent
c7e4ee3a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletions
+16
-1
gcc/f/ChangeLog
+9
-0
gcc/f/Make-lang.in
+2
-0
gcc/f/g77.texi
+5
-1
No files found.
gcc/f/ChangeLog
View file @
75e8000e
Sat Apr 17 14:05:53 1999 Craig Burley <craig@jcb-sc.com>
Make a place for front-end internals documentation:
* Make-lang.in (f/g77.info, f/g77.dvi): Depend on f/ffe.texi.
* ffe.texi: New file, containing docs on front-end internals.
* g77.texi: New chapter for, and inclusion of, ffe.texi.
* g77.texi: Fix an index entry.
Sat Apr 17 13:53:43 1999 Craig Burley <craig@jcb-sc.com>
Rewrite to use block/scope structure of GBE and to ensure
...
...
gcc/f/Make-lang.in
View file @
75e8000e
...
...
@@ -220,6 +220,7 @@ f77.dvi: f/g77.dvi
# g77 documentation.
f/g77.info
:
$(srcdir)/f/g77.texi $(srcdir)/f/bugs.texi
\
$(srcdir)/f/ffe.texi
\
$(srcdir)/f/g77install.texi $(srcdir)/f/news.texi
\
$(srcdir)/f/intdoc.texi $(srcdir)/f/root.texi
case
"
$(LANGUAGES)
"
in
\
...
...
@@ -232,6 +233,7 @@ f/g77.info: $(srcdir)/f/g77.texi $(srcdir)/f/bugs.texi \
else
true
;
fi
f/g77.dvi
:
$(srcdir)/f/g77.texi $(srcdir)/f/bugs.texi
\
$(srcdir)/f/ffe.texi
\
$(srcdir)/f/g77install.texi $(srcdir)/f/news.texi
\
$(srcdir)/f/intdoc.texi $(srcdir)/f/root.texi
case
"
$(LANGUAGES)
"
in
\
...
...
gcc/f/g77.texi
View file @
75e8000e
...
...
@@ -261,6 +261,7 @@ most consistent with the @code{g77} product in that version.
@ifset
INTERNALS
*
Adding
Options
::
Guidance
on
teaching
@code
{
g77
}
about
new
options
.
*
Projects
::
Projects
for
@code
{
g77
}
internals
hackers
.
*
Front
End
::
Design
and
implementation
of
the
@code
{
g77
}
front
end
.
@end
ifset
*
M
:
Diagnostics
.
Diagnostics
produced
by
@code
{
g77
}.
...
...
@@ -1259,7 +1260,7 @@ whenever the distinction is important.
@cindex
GNU
Fortran
Front
End
(
FFE
)
@cindex
FFE
@cindex
@code{
g77
}
,
front
end
@cindex
front
end
,
g77
@cindex
front
end
,
@code{
g77
}
The
other
chunk
of
@code{
f771
}
is
the
majority
of
what
is
unique
about
GNU
Fortran
---
the
code
that
knows
how
to
interpret
Fortran
programs
to
determine
what
they
are
intending
to
...
...
@@ -14117,6 +14118,9 @@ END
is processed in the context of executable, not specification,
statements.)
@end itemize
@include ffe.texi
@end ifset
@ifset USING
...
...
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