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
75466740
Commit
75466740
authored
May 26, 1998
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add runtime test.
From-SVN: r20063
parent
31b72b87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
gcc/testsuite/g77.f-torture/execute/alpha2.f
+11
-1
No files found.
gcc/testsuite/g77.f-torture/execute/alpha2.f
View file @
75466740
c This was originally a compile test.
IMPLICIT REAL*8 (A-H,O-Z)
COMMON /C/ A(9), INT
DATA A /
...
...
@@ -5,5 +6,14 @@
2 0.29996921166596490D01, 0.20016917082678680D01,
3 0.99126390351864390D00, 0.97963256554443300D-01,
4 -0.87360964813570100D-02, 0.16917082678692080D-02,
5 -0.26013651283774820D-05 /
5 7./
C Data values were once mis-compiled on (OSF/1 ?) Alpha with -O2
c such that, for instance, `7.' appeared as `4.' in the assembler
c output.
call test(a(9), 7)
END
subroutine test(r, i)
double precision r
if (nint(r)/=i) call abort
end
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