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
929e2b92
Commit
929e2b92
authored
18 years ago
by
Kazu Hirata
Committed by
Kazu Hirata
18 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* intrinsic.texi: Fix typos.
From-SVN: r115251
parent
ba661c8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/intrinsic.texi
+2
-2
No files found.
gcc/fortran/ChangeLog
View file @
929e2b92
2006-07-07 Kazu Hirata <kazu@codesourcery.com>
* intrinsic.texi: Fix typos.
2006-07-07 Paul Thomas <pault@gcc.gnu.org>
PR fortran/28237
...
...
This diff is collapsed.
Click to expand it.
gcc/fortran/intrinsic.texi
View file @
929e2b92
...
...
@@ -2940,7 +2940,7 @@ non-elemental subroutine
@
item
@
emph
{
Note
}:
Beginning
with
the
Fortran
2003
standard
,
there
is
a
@
code
{
FLUSH
}
statement
that
should
be
prefered
over
the
@
code
{
FLUSH
}
intrinsic
.
statement
that
should
be
prefer
r
ed
over
the
@
code
{
FLUSH
}
intrinsic
.
@
end
table
...
...
@@ -4270,7 +4270,7 @@ end program test_scale
@item @emph{Description}:
@code{SELECTED_INT_KIND(I)} return the kind value of the smallest integer
type that can represent all values ranging from @math{-10^I} (exclusive)
to @math{10^I} (exclusive). If there is no integer kind that accomodates
to @math{10^I} (exclusive). If there is no integer kind that accom
m
odates
this range, @code{SELECTED_INT_KIND} returns @math{-1}.
@item @emph{Option}:
...
...
This diff is collapsed.
Click to expand it.
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