g77.texi: Fix typos.
* g77.texi: Fix typos. * intdoc.texi: Likewise. * news.texi: Follow spelling conventions. From-SVN: r60271
This commit is contained in:
parent
d486dec6f0
commit
e1618452c3
4 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-12-18 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* g77.texi: Fix typos.
|
||||
* intdoc.texi: Likewise.
|
||||
* news.texi: Follow spelling conventions.
|
||||
|
||||
Mon Dec 16 13:53:18 2002 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* root.texi: Change version number to 3.4.
|
||||
|
|
|
@ -1045,7 +1045,7 @@ As such, GNU users rarely need consider just what kind of underlying
|
|||
hardware (or, in many cases, operating system) they are using at any
|
||||
particular time.
|
||||
They can use and write software designed for a general-purpose,
|
||||
widely portable, heterogenous environment---the GNU environment.
|
||||
widely portable, heterogeneous environment---the GNU environment.
|
||||
|
||||
In line with this philosophy, GNU Fortran must evolve into a product
|
||||
that is widely ported and portable not only in the sense that it can
|
||||
|
@ -7512,7 +7512,7 @@ set up this kind of aliasing.
|
|||
|
||||
(The FORTRAN 77 standard's prohibition of this sort of
|
||||
overlap, generally referred to therein as ``storage
|
||||
assocation'', appears in Sections 15.9.3.6.
|
||||
association'', appears in Sections 15.9.3.6.
|
||||
This prohibition allows implementations, such as @command{g77},
|
||||
to, for example, implement the passing of procedures and
|
||||
even values in @code{COMMON} via copy operations into local,
|
||||
|
|
|
@ -6543,7 +6543,7 @@ magnitude truncated and its sign preserved, converted
|
|||
to type @code{INTEGER(KIND=6)}.
|
||||
|
||||
If @var{A} is type @code{COMPLEX}, its real part
|
||||
is truncated and converted, and its imaginary part is disgregarded.
|
||||
is truncated and converted, and its imaginary part is disregarded.
|
||||
|
||||
@xref{Int Intrinsic}.
|
||||
|
||||
|
@ -6578,7 +6578,7 @@ magnitude truncated and its sign preserved, converted
|
|||
to type @code{INTEGER(KIND=2)}.
|
||||
|
||||
If @var{A} is type @code{COMPLEX}, its real part
|
||||
is truncated and converted, and its imaginary part is disgregarded.
|
||||
is truncated and converted, and its imaginary part is disregarded.
|
||||
|
||||
@xref{Int Intrinsic}.
|
||||
|
||||
|
@ -9418,7 +9418,7 @@ magnitude truncated and its sign preserved, converted
|
|||
to type @code{INTEGER(KIND=6)}.
|
||||
|
||||
If @var{A} is type @code{COMPLEX}, its real part
|
||||
is truncated and converted, and its imaginary part is disgregarded.
|
||||
is truncated and converted, and its imaginary part is disregarded.
|
||||
|
||||
@xref{Int Intrinsic}.
|
||||
|
||||
|
|
|
@ -185,7 +185,7 @@ Incorrect output with 0-based array of characters
|
|||
Double complex zero ** double precision number -> NaN instead of zero
|
||||
@end table
|
||||
@item
|
||||
Richard Henderson (@email{rth@@redhat.com}) analysed and improved the handling
|
||||
Richard Henderson (@email{rth@@redhat.com}) analyzed and improved the handling
|
||||
of (no-)aliasing information for dummy arguments and improved the optimization
|
||||
of induction variables in unrolled loops.
|
||||
@end itemize
|
||||
|
|
Loading…
Add table
Reference in a new issue