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
d06abff5
Commit
d06abff5
authored
May 15, 2008
by
Sa Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support to C binding with 128-bit integer.
From-SVN: r135349
parent
0891fd8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
gcc/fortran/ChangeLog
+20
-0
No files found.
gcc/fortran/ChangeLog
View file @
d06abff5
2008-05-15 Sa Liu <saliu@de.ibm.com>
* iso-c-binding.def: Add standard parameter to macro NAMED_INTCST.
All existing NAMED_INTCST definitions has standard GFC_STD_F2003,
c_int128_t, c_int_least128_t and c_int_fast128_t are added as
GNU extensions.
* iso-fortran-evn.def: Add standard parameter GFC_STD_F2003
to macro NAMED_INTCST.
* symbol.c (std_for_isocbinding_symbol): New helper function to
return the standard that supports this isocbinding symbol.
(generate_isocbinding_symbol): Do not generate GNU extension symbols
if std=f2003. Add new parameter to NAMED_INTCST.
* module.c (use_iso_fortran_env_module): Add new parameter to
NAMED_INTCST and new field standard to struct intmod_sym.
* gfortran.h: Add new parameter to NAMED_INTCST.
* trans-types.c (init_c_interop_kinds): Add new parameter to
NAMED_INTCST.
* intrinsic.texi: Documented new types C_INT128_T, C_INT_LEASE128_T
and C_INT_FAST128_T.
2008-05-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/36059
...
...
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