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
8f00eff7
Commit
8f00eff7
authored
Apr 25, 1999
by
Craig Burley
Committed by
Craig Burley
Apr 25, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc fix
From-SVN: r26626
parent
d6cd84e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
gcc/f/ChangeLog
+1
-0
gcc/f/news.texi
+12
-1
No files found.
gcc/f/ChangeLog
View file @
8f00eff7
...
...
@@ -4,6 +4,7 @@ Sun Apr 25 20:55:10 1999 Craig Burley <craig@jcb-sc.com>
* com.c (ffecom_possible_partial_overlap_): New function.
(ffecom_expand_let_stmt): Use it to determine whether to assign
to a COMPLEX operand through a temp.
* news.texi: Document fix.
* version.c: Bump version.
...
...
gcc/f/news.texi
View file @
8f00eff7
...
...
@@ -9,7 +9,7 @@
@c
in
the
standalone
derivations
of
this
file
(
e
.
g
.
NEWS
).
@set
copyrights
-
news
1995
-
1999
@set
last
-
update
-
news
1999
-
04
-
2
4
@set
last
-
update
-
news
1999
-
04
-
2
5
@include
root
.
texi
...
...
@@ -166,6 +166,17 @@ For example, @samp{INTEGER*8 J; J = 4E10} now works as documented.
@ifclear
USERVISONLY
@item
@code
{
g77
}
no
longer
generates
bad
code
for
an
assignment
to
a
@code
{
COMPLEX
}
variable
or
array
that
partially
overlaps
one
or
more
of
the
sources
of
the
same
assignment
(
a
very
rare
construction
).
It
now
assigns
through
a
temporary
,
in
cases
where
such
partial
overlap
is
deemed
possible
.
@end
ifclear
@ifclear
USERVISONLY
@item
Fix
@code
{
g77
}
so
it
no
longer
crashes
when
compiling
I
/
O
statements
using
keywords
that
define
@code
{
INTEGER
}
values
,
such
as
@samp
{
IOSTAT
=
@var
{
j
}},
...
...
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