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
f53c2bfa
Commit
f53c2bfa
authored
Oct 01, 2006
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Oct 01, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libgfortran.h: Add prototype for internal_unpack_c16.
From-SVN: r117345
parent
f6f7aabc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
libgfortran/ChangeLog
+4
-0
libgfortran/libgfortran.h
+5
-0
No files found.
libgfortran/ChangeLog
View file @
f53c2bfa
2006-10-01 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* libgfortran.h: Add prototype for internal_unpack_c16.
2006-09-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/18791
...
...
libgfortran/libgfortran.h
View file @
f53c2bfa
...
...
@@ -646,6 +646,11 @@ extern void internal_unpack_c10 (gfc_array_c10 *, const GFC_COMPLEX_10 *);
internal_proto
(
internal_unpack_c10
);
#endif
#if defined HAVE_GFC_COMPLEX_16
extern
void
internal_unpack_c16
(
gfc_array_c16
*
,
const
GFC_COMPLEX_16
*
);
internal_proto
(
internal_unpack_c16
);
#endif
/* string_intrinsics.c */
extern
GFC_INTEGER_4
compare_string
(
GFC_INTEGER_4
,
const
char
*
,
...
...
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