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
5efcdab1
Commit
5efcdab1
authored
Mar 02, 1999
by
Craig Burley
Committed by
Craig Burley
Mar 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix references for HTML, etc.
From-SVN: r25548
parent
c4a920a0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
53 additions
and
5 deletions
+53
-5
gcc/f/ChangeLog
+7
-0
gcc/f/bugs.texi
+34
-3
gcc/f/g77.texi
+2
-2
gcc/f/news.texi
+10
-0
No files found.
gcc/f/ChangeLog
View file @
5efcdab1
Wed Mar 3 00:38:42 1999 Craig Burley <craig@jcb-sc.com>
* bugs.texi, news.texi: Conditionalize cross-references
on non-html processing, providing temporary HTML "links".
* g77.texi: Fix up a reference.
Wed Mar 3 00:12:31 1999 Craig Burley <craig@jcb-sc.com>
* news.texi, bugs.texi: Delete fixed bugs, make one
...
...
gcc/f/bugs.texi
View file @
5efcdab1
...
...
@@ -17,16 +17,37 @@
@end
ifclear
This
section
identifies
bugs
that
@code
{
g77
}
@emph
{
users
}
might
run
into
.
might
run
into
in
@ifhtml
the
current
development
@end
ifhtml
version
@ifnothtml
@value
{
version
-
g77
}
@end
ifnothtml
of
@code
{
g77
}.
This
includes
bugs
that
are
actually
in
the
@code
{
gcc
}
back
end
(
GBE
)
or
in
@code
{
libf2c
},
because
those
sets
of
code
are
at
least
somewhat
under
the
control
of
(
and
necessarily
intertwined
with
)
@code
{
g77
},
so
it
isn
'
t
worth
separating
them
out
.
of
(
and
necessarily
intertwined
with
)
@code
{
g77
},
so
it
isn
'
t
worth
separating
them
out
.
For
information
on
bugs
in
@emph
{
other
}
versions
of
@code
{
g77
},
@ifhtml
see
the
page
on
Fortran
news
.
@end
ifhtml
@ifnothtml
@ref
{
News
,,
News
About
GNU
Fortran
}.
@end
ifnothtml
For
information
on
bugs
that
might
afflict
people
who
configure
,
port
,
build
,
and
install
@code
{
g77
},
@ifhtml
see
the
chapter
on
installing
in
the
@code
{
g77
}
documentation
.
@end
ifhtml
@ifnothtml
@ref
{
Problems
Installing
}.
@end
ifnothtml
@itemize
@bullet
@item
...
...
@@ -108,7 +129,12 @@ improvements to the compiler.)
Note
that
@code
{
g77
}
does
display
a
warning
message
to
notify
the
user
before
the
compiler
appears
to
hang
.
@ifhtml
See
the
@code
{
g77
}
installation
documentation
@end
ifhtml
@ifnothtml
@xref
{
Large
Initialization
,,
Initialization
of
Large
Aggregate
Areas
},
@end
ifnothtml
for
information
on
how
to
change
the
point
at
which
@code
{
g77
}
decides
to
issue
this
warning
.
...
...
@@ -128,7 +154,12 @@ As of Version 0.5.19, a temporary kludge solution is provided whereby
some
rudimentary
information
on
a
member
is
written
as
a
string
that
is
the
member
'
s
value
as
a
character
string
.
@ifhtml
See
the
@code
{
g77
}
documentation
@end
ifhtml
@ifnothtml
@xref
{
Code
Gen
Options
,,
Options
for
Code
Generation
Conventions
},
@end
ifnothtml
for
information
on
the
@samp
{
-
fdebug
-
kludge
}
option
.
@cindex
code
,
displaying
main
source
...
...
gcc/f/g77.texi
View file @
5efcdab1
...
...
@@ -14,7 +14,7 @@
@c
%**
start
of
header
@setfilename
g77
.
info
@set
last
-
up
-
date
1999
-
03
-
0
2
@set
last
-
up
-
date
1999
-
03
-
0
3
@set
version
-
g77
0
.
5
.
24
@set
email
-
general
egcs
@@egcs
.
cygnus
.
com
@set
email
-
bugs
egcs
-
bugs
@@egcs
.
cygnus
.
com
...
...
@@ -864,7 +864,7 @@ Everyone except experienced @code{g77} users should
see
@ref{
Invoking
G77
}
.
If
you
'
re
acquainted
with
previous
versions
of
@code{
g77
}
,
you
should
see
@ref{
News
}
.
you
should
see
@ref{
News
,,
News
About
GNU
Fortran
}
.
Further
,
if
you
'
ve
actually
used
previous
versions
of
@code{
g77
}
,
especially
if
you
'
ve
written
or
modified
Fortran
code
to
be
compiled
by
previous
versions
of
@code{
g77
}
,
you
...
...
gcc/f/news.texi
View file @
5efcdab1
...
...
@@ -407,8 +407,13 @@ version 0.5.22 of @code{g77}, due to using the
it
to
fix
a
few
bugs
and
improve
performance
in
a
few
cases
.
@ifhtml
See
the
page
on
Fortran
news
@end
ifhtml
@ifnothtml
@xref{
Actual
Bugs
,,
Actual
Bugs
We
Haven
'
t
Fixed
Yet
}
,
available
in
plain
-
text
format
in
@code{
gcc
/
f
/
BUGS
}
,
@end
ifnothtml
for
information
on
the
known
bugs
in
this
version
,
including
the
regressions
.
...
...
@@ -789,8 +794,13 @@ due to using the
it
to
fix
a
few
bugs
and
improve
performance
in
a
few
cases
.
@ifhtml
See
the
page
on
Fortran
news
@end
ifhtml
@ifnothtml
@xref
{
Actual
Bugs
,,
Actual
Bugs
We
Haven
'
t
Fixed
Yet
},
available
in
plain
-
text
format
in
@code
{
gcc
/
f
/
BUGS
},
@end
ifnothtml
for
information
on
the
known
bugs
in
this
version
,
including
the
regressions
.
...
...
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