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
0979f01d
Commit
0979f01d
authored
Jan 08, 2007
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 08, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gfortran.texi: Fix typos.
From-SVN: r120567
parent
7a085dce
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/gfortran.texi
+2
-2
No files found.
gcc/fortran/ChangeLog
View file @
0979f01d
2007-01-08 Kazu Hirata <kazu@codesourcery.com>
gfortran.texi: Fix typos.
2007-01-07 Steven G. Kargl <kargl@gcc.gnu.org>
2007-01-07 Steven G. Kargl <kargl@gcc.gnu.org>
* decl.c, dump-parse-tree.c, error.c, data.c, expr.c, dependency.c,
* decl.c, dump-parse-tree.c, error.c, data.c, expr.c, dependency.c,
...
...
gcc/fortran/gfortran.texi
View file @
0979f01d
...
@@ -867,7 +867,7 @@ variable immediately preceding the initialization. In other words,
...
@@ -867,7 +867,7 @@ variable immediately preceding the initialization. In other words,
something
like
@code
{
INTEGER
I
,
J
/
2
,
3
/
}
is
not
valid
.
This
style
of
something
like
@code
{
INTEGER
I
,
J
/
2
,
3
/
}
is
not
valid
.
This
style
of
initialization
is
only
allowed
in
declarations
without
double
colons
initialization
is
only
allowed
in
declarations
without
double
colons
(
@code
{
::
});
the
double
colons
were
introduced
in
Fortran
90
,
which
also
(
@code
{
::
});
the
double
colons
were
introduced
in
Fortran
90
,
which
also
introduced
a
standard
syntax
for
initializ
at
ing
variables
in
type
introduced
a
standard
syntax
for
initializing
variables
in
type
declarations
.
declarations
.
Examples
of
standard
-
conforming
code
equivalent
to
the
above
example
Examples
of
standard
-
conforming
code
equivalent
to
the
above
example
...
@@ -1076,7 +1076,7 @@ zero, and @code{.TRUE.} is interpreted as one. When converting from
...
@@ -1076,7 +1076,7 @@ zero, and @code{.TRUE.} is interpreted as one. When converting from
GNU
Fortran
supports
Hollerith
constants
in
assignments
,
function
GNU
Fortran
supports
Hollerith
constants
in
assignments
,
function
arguments
,
and
@code
{
DATA
}
and
@code
{
ASSIGN
}
statements
.
A
Hollerith
arguments
,
and
@code
{
DATA
}
and
@code
{
ASSIGN
}
statements
.
A
Hollerith
constant
is
written
as
a
string
of
characters
prece
e
ded
by
an
integer
constant
is
written
as
a
string
of
characters
preceded
by
an
integer
constant
indicating
the
character
count
,
and
the
letter
@code
{
H
}
or
constant
indicating
the
character
count
,
and
the
letter
@code
{
H
}
or
@code
{
h
},
and
stored
in
bytewise
fashion
in
a
numeric
(
@code
{
INTEGER
},
@code
{
h
},
and
stored
in
bytewise
fashion
in
a
numeric
(
@code
{
INTEGER
},
@code
{
REAL
},
or
@code
{
complex
})
or
@code
{
LOGICAL
}
variable
.
The
@code
{
REAL
},
or
@code
{
complex
})
or
@code
{
LOGICAL
}
variable
.
The
...
...
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