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
b2eeee69
Commit
b2eeee69
authored
May 06, 1999
by
Craig Burley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update derived files
From-SVN: r26804
parent
ef8d4abd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
gcc/f/BUGS
+1
-8
gcc/f/NEWS
+6
-0
No files found.
gcc/f/BUGS
View file @
b2eeee69
...
@@ -40,14 +40,7 @@ via `http://egcs.cygnus.com/onlinedocs/g77_bugs.html'. Follow the
...
@@ -40,14 +40,7 @@ via `http://egcs.cygnus.com/onlinedocs/g77_bugs.html'. Follow the
port, build, and install `g77', see "Problems Installing" in
port, build, and install `g77', see "Problems Installing" in
`egcs/gcc/f/INSTALL'.
`egcs/gcc/f/INSTALL'.
The following information was last updated on 1999-04-20:
The following information was last updated on 1999-05-06:
* 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.
* `g77' fails to warn about use of a "live" iterative-DO variable as
* `g77' fails to warn about use of a "live" iterative-DO variable as
an implied-DO variable in a `WRITE' or `PRINT' statement (although
an implied-DO variable in a `WRITE' or `PRINT' statement (although
...
...
gcc/f/NEWS
View file @
b2eeee69
...
@@ -110,6 +110,12 @@ In `egcs' 1.2 (versus 1.1.2):
...
@@ -110,6 +110,12 @@ In `egcs' 1.2 (versus 1.1.2):
recognized by `g77' as if they ended in `.for' and `.fpp',
recognized by `g77' as if they ended in `.for' and `.fpp',
respectively.
respectively.
* The order of arguments to the *subroutine* forms of the `CTime',
`DTime', `ETime', and `TtyNam' intrinsics has been swapped. The
argument serving as the returned value for the corresponding
function forms now is the *second* argument, making these
consistent with the other subroutine forms of `libU77' intrinsics.
* `g77' now warns about a reference to an intrinsic that has an
* `g77' now warns about a reference to an intrinsic that has an
interface that is not Year 2000 (Y2K) compliant. Also, the
interface that is not Year 2000 (Y2K) compliant. Also, the
`libg2c' has been changed to increase the likelihood of catching
`libg2c' has been changed to increase the likelihood of catching
...
...
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