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
dc6a6f61
Commit
dc6a6f61
authored
Oct 25, 2012
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix previous commit.
From-SVN: r192810
parent
a093356a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
gcc/testsuite/gfortran.dg/pr54967.f90
+0
-18
No files found.
gcc/testsuite/gfortran.dg/pr54967.f90
View file @
dc6a6f61
...
@@ -16,21 +16,3 @@
...
@@ -16,21 +16,3 @@
END
DO
END
DO
END
DO
END
DO
END
SUBROUTINE
calc_S_derivs
END
SUBROUTINE
calc_S_derivs
SUBROUTINE
calc_S_derivs
()
INTEGER
,
DIMENSION
(
6
,
2
)
::
c_map_mat
INTEGER
,
DIMENSION
(:),
POINTER
::
C_mat
DO
j
=
1
,
3
DO
m
=
j
,
3
n
=
n
+1
c_map_mat
(
n
,
1
)
=
j
IF
(
m
==
j
)
CYCLE
c_map_mat
(
n
,
2
)
=
m
END
DO
END
DO
DO
m
=
1
,
6
DO
j
=
1
,
2
IF
(
c_map_mat
(
m
,
j
)
==
0
)
CYCLE
CALL
foo
(
C_mat
(
c_map_mat
(
m
,
j
)))
END
DO
END
DO
END
SUBROUTINE
calc_S_derivs
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