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
dbd9ec97
Commit
dbd9ec97
authored
May 03, 1999
by
Craig Burley
Committed by
Craig Burley
May 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare ABORT as intrinsic
From-SVN: r26757
parent
2b0bdd9a
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 @
dbd9ec97
1999-05-03 Craig Burley <craig@jcb-sc.com>
1999-05-03 Craig Burley <craig@jcb-sc.com>
* g77.f-torture/execute/u77-test.f (main): Declare ABORT as
intrinsic.
1999-05-03 Craig Burley <craig@jcb-sc.com>
* g77.f-torture/execute/u77-test.f: Reverse order of two
* g77.f-torture/execute/u77-test.f: Reverse order of two
arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
...
...
gcc/testsuite/g77.f-torture/execute/u77-test.f
View file @
dbd9ec97
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
+ stat, lstat, getcwd, gmtime, etime, chmod, itime, date,
+ stat, lstat, getcwd, gmtime, etime, chmod, itime, date,
+ chdir, fgetc, fputc, system_clock, second, idate, secnds,
+ chdir, fgetc, fputc, system_clock, second, idate, secnds,
+ time, ctime, fdate, ttynam, date_and_time, mclock, mclock8,
+ time, ctime, fdate, ttynam, date_and_time, mclock, mclock8,
+ cpu_time, dtime, ftell
+ cpu_time, dtime, ftell
, abort
external lenstr, ctrlc
external lenstr, ctrlc
integer lenstr
integer lenstr
logical l
logical l
...
...
libf2c/ChangeLog
View file @
dbd9ec97
Mon May 3 19:15:07 1999 Craig Burley <craig@jcb-sc.com>
* libU77/u77-test.f (main): Declare ABORT as intrinsic.
1999-05-03 Craig Burley <craig@jcb-sc.com>
1999-05-03 Craig Burley <craig@jcb-sc.com>
* libU77/u77-test.f: Reverse order of two arguments to
* libU77/u77-test.f: Reverse order of two arguments to
...
...
libf2c/libU77/u77-test.f
View file @
dbd9ec97
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
+ stat, lstat, getcwd, gmtime, etime, chmod, itime, date,
+ stat, lstat, getcwd, gmtime, etime, chmod, itime, date,
+ chdir, fgetc, fputc, system_clock, second, idate, secnds,
+ chdir, fgetc, fputc, system_clock, second, idate, secnds,
+ time, ctime, fdate, ttynam, date_and_time, mclock, mclock8,
+ time, ctime, fdate, ttynam, date_and_time, mclock, mclock8,
+ cpu_time, dtime, ftell
+ cpu_time, dtime, ftell
, abort
external lenstr, ctrlc
external lenstr, ctrlc
integer lenstr
integer lenstr
logical l
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