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
67092f4d
Commit
67092f4d
authored
Apr 10, 2002
by
Janis Johnson
Committed by
Janis Johnson
Apr 10, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g77.f-torture/execute/6177.f: New test.
From-SVN: r52147
parent
dab550cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g77.f-torture/execute/6177.f
+14
-0
No files found.
gcc/testsuite/ChangeLog
View file @
67092f4d
2002-04-10 Janis Johnson <janis187@us.ibm.com>
* g77.f-torture/execute/6177.f: New test.
2002-04-10 Jakub Jelinek <jakub@redhat.com>
PR middle-end/6247
...
...
gcc/testsuite/g77.f-torture/execute/6177.f
0 → 100644
View file @
67092f4d
program pr6177
C
C Test case for PR optimization/6177.
C This bug (an ICE) originally showed up in file cblat2.f from LAPACK.
C
complex x
complex w(1)
intrinsic conjg
x = (2.0d0, 1.0d0)
w(1) = x
x = conjg(x)
w(1) = conjg(w(1))
if (abs(x-w(1)) .gt. 1.0e-5) 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