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
c56f65d6
Commit
c56f65d6
authored
May 03, 1999
by
Craig Burley
Committed by
Craig Burley
May 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CTIME_subr bug
From-SVN: r26759
parent
7f10c2e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/f/ChangeLog
+4
-0
gcc/f/com.c
+1
-1
No files found.
gcc/f/ChangeLog
View file @
c56f65d6
Mon May 3 19:41:48 1999 Craig Burley <craig@jcb-sc.com>
* com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
Mon May 3 18:11:48 1999 Craig Burley <craig@jcb-sc.com>
Reverse order of two arguments to CTIME_subr, DTIME_subr,
...
...
gcc/f/com.c
View file @
c56f65d6
...
...
@@ -5267,7 +5267,7 @@ ffecom_expr_intrinsic_ (ffebld expr, tree dest_tree,
arg1_tree
=
ffecom_arg_ptr_to_expr
(
arg2
,
&
arg1_len
);
arg2_tree
=
convert
(((
gfrt
==
FFEINTRIN_impCTIME_subr
)
?
arg2_tree
=
convert
(((
codegen_imp
==
FFEINTRIN_impCTIME_subr
)
?
ffecom_f2c_longint_type_node
:
ffecom_f2c_integer_type_node
),
ffecom_expr
(
arg1
));
...
...
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