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
322c2425
Commit
322c2425
authored
May 23, 2004
by
Steven G. Kargl
Committed by
Paul Brook
May 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* random.c (random_seed): Use correct variable.
From-SVN: r82167
parent
40e929f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libgfortran/ChangeLog
+4
-0
libgfortran/intrinsics/random.c
+1
-1
No files found.
libgfortran/ChangeLog
View file @
322c2425
2004-05-23 Steven G. Kargl <kargls@comcast.net>
* random.c (random_seed): Use correct variable.
2004-05-22 Steven G. Kargl <kargls@comcast.net>
2004-05-22 Steven G. Kargl <kargls@comcast.net>
* intrinsics/system_clock: New file.
* intrinsics/system_clock: New file.
...
...
libgfortran/intrinsics/random.c
View file @
322c2425
...
@@ -121,7 +121,7 @@ random_seed (GFC_INTEGER_4 * size, const gfc_array_i4 * put,
...
@@ -121,7 +121,7 @@ random_seed (GFC_INTEGER_4 * size, const gfc_array_i4 * put,
abort
();
abort
();
/* If this is the case the array is a temporary */
/* If this is the case the array is a temporary */
if
(
ge
t
->
dim
[
0
].
stride
==
0
)
if
(
pu
t
->
dim
[
0
].
stride
==
0
)
return
;
return
;
/* This code now should do correct strides. */
/* This code now should do correct strides. */
...
...
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