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
8d3bc02b
Commit
8d3bc02b
authored
May 15, 2008
by
Sa Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documented new types C_INT128_T, C_INT_LEASE128_T and C_INT_FAST128_T.
From-SVN: r135343
parent
21684705
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
gcc/fortran/intrinsic.texi
+11
-3
No files found.
gcc/fortran/intrinsic.texi
View file @
8d3bc02b
...
...
@@ -11064,7 +11064,7 @@ Identifies the preconnected unit identified by the asterisk
@
section
@
code
{
ISO_C_BINDING
}
@
table
@
asis
@
item
@
emph
{
Standard
}:
Fortran
2003
and
later
Fortran
2003
and
later
,
GNU
extensions
@
end
table
The
following
intrinsic
procedures
are
provided
by
the
module
;
their
...
...
@@ -11086,8 +11086,13 @@ parameters (marked by an asterisk (@code{*}) in the list below).
The
@
code
{
C_INT_FAST
...}
parameters
have
therefore
the
value
@
math
{-
2
}
and
cannot
be
used
as
KIND
type
parameter
of
the
@
code
{
INTEGER
}
type
.
@
multitable
@
columnfractions
.15
.35
.35
@
item
Fortran
Type
@
tab
Named
constant
@
tab
C
type
In
addition
to
the
integer
named
constants
required
by
the
Fortran
2003
standard
,
GNU
Fortran
provides
as
an
extension
named
constants
for
the
128
-
bit
integer
types
supported
by
the
C
compiler
:
@
code
{
C_INT128_T
,
C_INT_LEAST128_T
,
C_INT_FAST128_T
}.
@
multitable
@
columnfractions
.15
.35
.35
.35
@
item
Fortran
Type
@
tab
Named
constant
@
tab
C
type
@
tab
Extension
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT
}
@
tab
@
code
{
int
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_SHORT
}
@
tab
@
code
{
short
int
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_LONG
}
@
tab
@
code
{
long
int
}
...
...
@@ -11098,14 +11103,17 @@ and cannot be used as KIND type parameter of the @code{INTEGER} type.
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT16_T
}
@
tab
@
code
{
int16_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT32_T
}
@
tab
@
code
{
int32_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT64_T
}
@
tab
@
code
{
int64_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT128_T
}
@
tab
@
code
{
int128_t
}
@
tab
Ext
.
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_LEAST8_T
}
@
tab
@
code
{
int_least8_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_LEAST16_T
}
@
tab
@
code
{
int_least16_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_LEAST32_T
}
@
tab
@
code
{
int_least32_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_LEAST64_T
}
@
tab
@
code
{
int_least64_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_LEAST128_T
}
@
tab
@
code
{
int_least128_t
}
@
tab
Ext
.
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_FAST8_T
}*
@
tab
@
code
{
int_fast8_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_FAST16_T
}*
@
tab
@
code
{
int_fast16_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_FAST32_T
}*
@
tab
@
code
{
int_fast32_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_FAST64_T
}*
@
tab
@
code
{
int_fast64_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INT_FAST128_T
}*
@
tab
@
code
{
int_fast128_t
}
@
tab
Ext
.
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INTMAX_T
}
@
tab
@
code
{
intmax_t
}
@
item
@
code
{
INTEGER
}@
tab
@
code
{
C_INTPTR_T
}
@
tab
@
code
{
intptr_t
}
@
item
@
code
{
REAL
}
@
tab
@
code
{
C_FLOAT
}
@
tab
@
code
{
float
}
...
...
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