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
0c5a1cbc
Commit
0c5a1cbc
authored
Jan 03, 2007
by
Brooks Moses
Committed by
Brooks Moses
Jan 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* intrinsic.texi: Various minor cleanups.
From-SVN: r120409
parent
5b3e6663
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/intrinsic.texi
+14
-18
No files found.
gcc/fortran/ChangeLog
View file @
0c5a1cbc
2007-01-03 Brooks Moses <brooks.moses@codesourcery.com>
* intrinsic.texi: Various minor cleanups.
2007-01-02 Steven G. Kargl <kargls@comcast.net>
2007-01-02 Steven G. Kargl <kargls@comcast.net>
* trans-intrinsic.c (gfc_conv_intrinsic_ibits): Fix call to
* trans-intrinsic.c (gfc_conv_intrinsic_ibits): Fix call to
...
...
gcc/fortran/intrinsic.texi
View file @
0c5a1cbc
...
@@ -275,7 +275,7 @@ names for an intrinsic procedure the kind type parameter will be explicitly
...
@@ -275,7 +275,7 @@ names for an intrinsic procedure the kind type parameter will be explicitly
given
(
e
.
g
.,
@
code
{
REAL
(
KIND
=
4
)}
or
@
code
{
REAL
(
KIND
=
8
)}).
Finally
,
for
given
(
e
.
g
.,
@
code
{
REAL
(
KIND
=
4
)}
or
@
code
{
REAL
(
KIND
=
8
)}).
Finally
,
for
brevity
the
optional
@
code
{
KIND
=}
syntax
will
be
omitted
.
brevity
the
optional
@
code
{
KIND
=}
syntax
will
be
omitted
.
Many
of
the
intrinsic
s
procedures
take
one
or
more
optional
arguments
.
Many
of
the
intrinsic
procedures
take
one
or
more
optional
arguments
.
This
document
follows
the
convention
used
in
the
Fortran
95
standard
,
This
document
follows
the
convention
used
in
the
Fortran
95
standard
,
and
denotes
such
arguments
by
square
brackets
.
and
denotes
such
arguments
by
square
brackets
.
...
@@ -291,7 +291,6 @@ cannot be intermixed in a given subprogram. In the descriptions that follow,
...
@@ -291,7 +291,6 @@ cannot be intermixed in a given subprogram. In the descriptions that follow,
the
applicable
option
(
s
)
is
noted
.
the
applicable
option
(
s
)
is
noted
.
@
node
ABORT
@
node
ABORT
@
section
@
code
{
ABORT
}
---
Abort
the
program
@
section
@
code
{
ABORT
}
---
Abort
the
program
@
findex
@
code
{
ABORT
}
intrinsic
@
findex
@
code
{
ABORT
}
intrinsic
...
@@ -329,7 +328,6 @@ end program test_abort
...
@@ -329,7 +328,6 @@ end program test_abort
@
end
table
@
end
table
@
node
ABS
@
node
ABS
@
section
@
code
{
ABS
}
---
Absolute
value
@
section
@
code
{
ABS
}
---
Absolute
value
@
findex
@
code
{
ABS
}
intrinsic
@
findex
@
code
{
ABS
}
intrinsic
...
@@ -731,8 +729,7 @@ F77 and later
...
@@ -731,8 +729,7 @@ F77 and later
Elemental function
Elemental function
@item @emph{Syntax}:
@item @emph{Syntax}:
@code{X = AINT(X)}
@code{X = AINT(X [, KIND])}
@code{X = AINT(X, KIND)}
@item @emph{Arguments}:
@item @emph{Arguments}:
@multitable @columnfractions .15 .80
@multitable @columnfractions .15 .80
...
@@ -791,8 +788,7 @@ GNU extension
...
@@ -791,8 +788,7 @@ GNU extension
Subroutine
Subroutine
@item @emph{Syntax}:
@item @emph{Syntax}:
@code{CALL ALARM(SECONDS, HANDLER)}
@code{CALL ALARM(SECONDS, HANDLER [, STATUS])}
@code{CALL ALARM(SECONDS, HANDLER, STATUS)}
@item @emph{Arguments}:
@item @emph{Arguments}:
@multitable @columnfractions .15 .80
@multitable @columnfractions .15 .80
...
@@ -838,8 +834,7 @@ F95 and later
...
@@ -838,8 +834,7 @@ F95 and later
transformational function
transformational function
@item @emph{Syntax}:
@item @emph{Syntax}:
@code{L = ALL(MASK)}
@code{L = ALL(MASK [, DIM])}
@code{L = ALL(MASK, DIM)}
@item @emph{Arguments}:
@item @emph{Arguments}:
@multitable @columnfractions .15 .80
@multitable @columnfractions .15 .80
...
@@ -3354,7 +3349,7 @@ Subroutine
...
@@ -3354,7 +3349,7 @@ Subroutine
@end multitable
@end multitable
@item @emph{Return value}:
@item @emph{Return value}:
The current date a
nd time a
s a string.
The current date as a string.
@item @emph{Example}:
@item @emph{Example}:
@smallexample
@smallexample
...
@@ -3437,7 +3432,7 @@ GNU extension
...
@@ -3437,7 +3432,7 @@ GNU extension
Non-elemental subroutine
Non-elemental subroutine
@item @emph{Syntax}:
@item @emph{Syntax}:
@code{CALL
fget
(C[,STATUS])}
@code{CALL
FGET
(C[,STATUS])}
@item @emph{Arguments}:
@item @emph{Arguments}:
@multitable @columnfractions .15 .80
@multitable @columnfractions .15 .80
...
@@ -3492,7 +3487,7 @@ GNU extension
...
@@ -3492,7 +3487,7 @@ GNU extension
Non-elemental subroutine
Non-elemental subroutine
@item @emph{Syntax}:
@item @emph{Syntax}:
@code{CALL
fgetc
(UNIT,C[,STATUS])}
@code{CALL
FGETC
(UNIT,C[,STATUS])}
@item @emph{Arguments}:
@item @emph{Arguments}:
@multitable @columnfractions .15 .80
@multitable @columnfractions .15 .80
...
@@ -3665,7 +3660,7 @@ GNU extension
...
@@ -3665,7 +3660,7 @@ GNU extension
Non-elemental subroutine
Non-elemental subroutine
@item @emph{Syntax}:
@item @emph{Syntax}:
@code{CALL
fput
(C[,STATUS])}
@code{CALL
FPUT
(C[,STATUS])}
@item @emph{Arguments}:
@item @emph{Arguments}:
@multitable @columnfractions .15 .80
@multitable @columnfractions .15 .80
...
@@ -3715,7 +3710,7 @@ GNU extension
...
@@ -3715,7 +3710,7 @@ GNU extension
Non-elemental subroutine
Non-elemental subroutine
@item @emph{Syntax}:
@item @emph{Syntax}:
@code{CALL
fputc
(UNIT,C[,STATUS])}
@code{CALL
FPUTC
(UNIT,C[,STATUS])}
@item @emph{Arguments}:
@item @emph{Arguments}:
@multitable @columnfractions .15 .80
@multitable @columnfractions .15 .80
...
@@ -4119,7 +4114,7 @@ GNU extension
...
@@ -4119,7 +4114,7 @@ GNU extension
Non-elemental subroutine.
Non-elemental subroutine.
@item @emph{Syntax}:
@item @emph{Syntax}:
@code{CALL
getcwd
(CWD[,STATUS])}
@code{CALL
GETCWD
(CWD[,STATUS])}
@item @emph{Arguments}:
@item @emph{Arguments}:
@multitable @columnfractions .15 .80
@multitable @columnfractions .15 .80
...
@@ -5418,7 +5413,7 @@ GNU extension
...
@@ -5418,7 +5413,7 @@ GNU extension
@
item
@
emph
{
Specific
names
}:
@
item
@
emph
{
Specific
names
}:
@
item
@
emph
{
See
also
}:
@
item
@
emph
{
See
also
}:
@
ref
{
INDEX
}
@
ref
{
INDEX
}
,
@
ref
{
LEN_TRIM
}
@
end
table
@
end
table
...
@@ -5448,8 +5443,9 @@ Inquiry function
...
@@ -5448,8 +5443,9 @@ Inquiry function
@
end
multitable
@
end
multitable
@
item
@
emph
{
Return
value
}:
@
item
@
emph
{
Return
value
}:
The
return
value
is
of
type
@
code
{
INTEGER
(
n
)},
where
@
code
{
n
}
is
the
The
return
value
is
of
type
@
code
{
INTEGER
},
with
a
@
code
{
KIND
}
size
(
in
bytes
)
of
a
memory
address
on
the
target
machine
.
corresponding
to
the
size
(
in
bytes
)
of
a
memory
address
on
the
target
machine
.
@
item
@
emph
{
Example
}:
@
item
@
emph
{
Example
}:
@
smallexample
@
smallexample
...
...
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