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
851fc392
Commit
851fc392
authored
May 01, 1999
by
Craig Burley
Committed by
Craig Burley
May 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
declare FTELL as intrinsic
From-SVN: r26721
parent
78b2090a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/g77.f-torture/execute/u77-test.f
+1
-1
libf2c/ChangeLog
+4
-0
libf2c/libU77/u77-test.f
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
851fc392
Sun May 2 01:38:50 1999 Craig Burley <craig@jcb-sc.com>
* g77.f-torture/execute/u77-test.f (main): Declare FTELL as
intrinsic.
Sun May 2 01:13:37 1999 Craig Burley <craig@jcb-sc.com>
* g77.f-torture/execute/u77-test.f (main): List libU77
...
...
gcc/testsuite/g77.f-torture/execute/u77-test.f
View file @
851fc392
...
...
@@ -50,7 +50,7 @@
+ stat, lstat, getcwd, gmtime, etime, chmod, itime, date,
+ chdir, fgetc, fputc, system_clock, second, idate, secnds,
+ time, ctime, fdate, ttynam, date_and_time, mclock, mclock8,
+ cpu_time, dtime
+ cpu_time, dtime
, ftell
external lenstr, ctrlc
integer lenstr
logical l
...
...
libf2c/ChangeLog
View file @
851fc392
Sun May 2 01:38:50 1999 Craig Burley <craig@jcb-sc.com>
* libU77/u77-test.f (main): Declare FTELL as intrinsic.
Sun May 2 01:13:37 1999 Craig Burley <craig@jcb-sc.com>
* libU77/u77-test.f (main): List libU77 intrinsics
...
...
libf2c/libU77/u77-test.f
View file @
851fc392
...
...
@@ -53,7 +53,7 @@
+ stat, lstat, getcwd, gmtime, etime, chmod, itime, date,
+ chdir, fgetc, fputc, system_clock, second, idate, secnds,
+ time, ctime, fdate, ttynam, date_and_time, mclock, mclock8,
+ cpu_time, dtime
+ cpu_time, dtime
, ftell
external lenstr, ctrlc
integer lenstr
logical l
...
...
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