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
37efe9e9
Commit
37efe9e9
authored
Oct 29, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 29, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* intrinsic.texi: Fix a typo.
From-SVN: r118131
parent
bd6f7848
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/fortran/ChangeLog
+5
-0
gcc/fortran/intrinsic.texi
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
37efe9e9
2006-10-29 Kazu Hirata <kazu@codesourcery.com>
* intrinsic.texi: Fix a typo.
2006-10-27 Steven G. Kargl <kargl@gcc.gnu.org>
2006-10-27 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.h: Remove GFC_MPFR_TOO_OLD.
* gfortran.h: Remove GFC_MPFR_TOO_OLD.
* arith.c (arctangent2): Remove function
* arith.c (arctangent2): Remove function
(gfc_check_real_range): Remove subnormal kludge.
(gfc_check_real_range): Remove subnormal kludge.
...
...
gcc/fortran/intrinsic.texi
View file @
37efe9e9
...
@@ -417,7 +417,7 @@ present, then all characters up to and excluding @code{achar(0)} are
...
@@ -417,7 +417,7 @@ present, then all characters up to and excluding @code{achar(0)} are
used as file name.
used as file name.
@item @var{MODE} @tab Scalar @code{CHARACTER} with the file access mode,
@item @var{MODE} @tab Scalar @code{CHARACTER} with the file access mode,
may be any concatenation of @code{"r"} (readable), @code{"w"} (writable)
may be any concatenation of @code{"r"} (readable), @code{"w"} (writable)
and @code{"x"} (executable), or @code{" "} to check for exist
a
nce.
and @code{"x"} (executable), or @code{" "} to check for exist
e
nce.
@end multitable
@end multitable
@item @emph{Return value}:
@item @emph{Return value}:
...
...
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