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
c1c52409
Commit
c1c52409
authored
May 22, 2004
by
Paul Brook
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* intrinsic.c (add_subroutines): Use add_sym_3s for random_seed.
From-SVN: r82139
parent
6ad70bf2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/fortran/ChangeLog
+5
-1
gcc/fortran/intrinsic.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
c1c52409
2004-05-22 Pau Brook <paul@codesourcery.com>
2004-05-22 Steven G. Kargl <kargls@comcast.net>
* intrinsic.c (add_subroutines): Use add_sym_3s for random_seed.
2004-05-22 Paul Brook <paul@codesourcery.com>
* dump-parse-tree.c (gfc_show_equiv): New function.
(gfc_show_namespace): Use it.
...
...
gcc/fortran/intrinsic.c
View file @
c1c52409
...
...
@@ -1654,7 +1654,7 @@ add_subroutines (void)
gfc_check_random_number
,
NULL
,
gfc_resolve_random_number
,
h
,
BT_REAL
,
dr
,
0
);
add_sym_3
(
"random_seed"
,
0
,
1
,
BT_UNKNOWN
,
0
,
add_sym_3
s
(
"random_seed"
,
0
,
1
,
BT_UNKNOWN
,
0
,
gfc_check_random_seed
,
NULL
,
NULL
,
sz
,
BT_INTEGER
,
di
,
1
,
pt
,
BT_INTEGER
,
di
,
1
,
gt
,
BT_INTEGER
,
di
,
1
);
...
...
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