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
ef8d4abd
Commit
ef8d4abd
authored
May 06, 1999
by
Craig Burley
Committed by
Craig Burley
May 06, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
automatic arrays reportedly working on HP-UX systems
From-SVN: r26803
parent
37cfb17c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
gcc/f/ChangeLog
+5
-0
gcc/f/bugs.texi
+1
-11
gcc/f/news.texi
+7
-1
No files found.
gcc/f/ChangeLog
View file @
ef8d4abd
Thu May 6 08:23:52 1999 Craig Burley <craig@jcb-sc.com>
* bugs.texi, news.texi: Automatic arrays reportedly working
on HP-UX systems.
Thu May 6 08:19:31 1999 Craig Burley <craig@jcb-sc.com>
* g77.texi (Advantages Over f2c): Expand on this topic.
...
...
gcc/f/bugs.texi
View file @
ef8d4abd
...
...
@@ -9,7 +9,7 @@
@c
in
the
standalone
derivations
of
this
file
(
e
.
g
.
BUGS
).
@set
copyrights
-
bugs
1995
-
1999
@set
last
-
update
-
bugs
1999
-
0
4
-
20
@set
last
-
update
-
bugs
1999
-
0
5
-
06
@include
root
.
texi
...
...
@@ -98,16 +98,6 @@ The following information was last updated on @value{last-update-bugs}:
@itemize
@bullet
@item
@c
Tim
Prince
discovered
this
.
Automatic
arrays
possibly
aren
'
t
working
on
HP
-
UX
systems
,
at
least
in
HP
-
UX
version
10
.
20
.
Writing
into
them
apparently
causes
over
-
writing
of
statically
declared
data
in
the
main
program
.
This
probably
means
the
arrays
themselves
are
being
under
-
allocated
,
or
pointers
to
them
being
improperly
handled
,
e
.
g
.
not
passed
to
other
procedures
as
they
should
be
.
@item
@code
{
g77
}
fails
to
warn
about
use
of
a
``
live
''
iterative
-
DO
variable
as
an
implied
-
DO
variable
...
...
gcc/f/news.texi
View file @
ef8d4abd
...
...
@@ -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
-
05
-
0
3
@set
last
-
update
-
news
1999
-
05
-
0
6
@include
root
.
texi
...
...
@@ -177,6 +177,12 @@ in cases where such partial overlap is deemed possible.
@ifclear
USERVISONLY
@item
@c
Tim
Prince
reported
this
,
regarding
the
TEST_FPU
benchmark
.
Automatic
arrays
now
seem
to
be
working
on
HP
-
UX
systems
.
@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