mirror of git://gcc.gnu.org/git/gcc.git
libgomp.texi (omp_test_lock): Fix typo.
libgomp/ * libgomp.texi (omp_test_lock): Fix typo. gcc/ * doc/sourcebuild.texi (Config Fragments): Remove obsolete FIXME note about gcc/config.guess. * doc/options.texi (Option file format): Remove non-ASCII bytes. * doc/cpp.texi: Expand TABs, drop indentation outside examples. * doc/cppopts.texi: Likewise. * doc/extend.texi: Likewise. * doc/gcc.texi: Likewise. * doc/gccint.texi: Likewise. * doc/gcov.texi: Likewise. * doc/gty.texi: Likewise. * doc/hostconfig.texi: Likewise. * doc/install.texi: Likewise. * doc/invoke.texi: Likewise. * doc/loop.texi: Likewise. * doc/makefile.texi: Likewise. * doc/md.texi: Likewise. * doc/passes.texi: Likewise. * doc/tm.texi: Likewise. * doc/tree-ssa.texi: Likewise. * doc/trouble.texi: Likewise. libiberty/ * libiberty.texi: Expand TABs, drop indentation outside examples. * obstacks.texi: Likewise. gcc/fortran/ * gfc-internals.texi: Expand TABs, drop indentation outside examples. * gfortran.texi: Likewise. * intrinsic.texi: Likewise. * invoke.texi: Likewise. gcc/java/ * gcj.texi: Expand TABs, remove whitespace from blank lines. gcc/ada/ * gnat_rm.texi (Implementation Defined Characteristics) (Standard Library Routines): Use @smallexample for indented text. Drop Indentation outside examples. * gnat_ugn.texi: Likewise. From-SVN: r136802
This commit is contained in:
parent
93581857e5
commit
6ccde948ad
|
|
@ -1,3 +1,26 @@
|
|||
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* doc/sourcebuild.texi (Config Fragments): Remove obsolete
|
||||
FIXME note about gcc/config.guess.
|
||||
* doc/options.texi (Option file format): Remove non-ASCII bytes.
|
||||
* doc/cpp.texi: Expand TABs, drop indentation outside examples.
|
||||
* doc/cppopts.texi: Likewise.
|
||||
* doc/extend.texi: Likewise.
|
||||
* doc/gcc.texi: Likewise.
|
||||
* doc/gccint.texi: Likewise.
|
||||
* doc/gcov.texi: Likewise.
|
||||
* doc/gty.texi: Likewise.
|
||||
* doc/hostconfig.texi: Likewise.
|
||||
* doc/install.texi: Likewise.
|
||||
* doc/invoke.texi: Likewise.
|
||||
* doc/loop.texi: Likewise.
|
||||
* doc/makefile.texi: Likewise.
|
||||
* doc/md.texi: Likewise.
|
||||
* doc/passes.texi: Likewise.
|
||||
* doc/tm.texi: Likewise.
|
||||
* doc/tree-ssa.texi: Likewise.
|
||||
* doc/trouble.texi: Likewise.
|
||||
|
||||
2008-06-15 Mark Shinwell <shinwell@codesourcery.com>
|
||||
Nathan Sidwell <nathan@codesourcery.com>
|
||||
Maxim Kuvyrkov <maxim@codesourcery.com>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* gnat_rm.texi (Implementation Defined Characteristics)
|
||||
(Standard Library Routines): Use @smallexample for indented
|
||||
text. Drop Indentation outside examples.
|
||||
* gnat_ugn.texi: Likewise.
|
||||
|
||||
2008-06-13 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* decl.c (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Define to 0
|
||||
|
|
|
|||
|
|
@ -8345,10 +8345,12 @@ be provided. In this mode, exceptions may be raised but will result in
|
|||
an immediate call to the last chance handler, a routine that the user
|
||||
must define with the following profile:
|
||||
|
||||
@smallexample @c ada
|
||||
procedure Last_Chance_Handler
|
||||
(Source_Location : System.Address; Line : Integer);
|
||||
pragma Export (C, Last_Chance_Handler,
|
||||
"__gnat_last_chance_handler");
|
||||
@end smallexample
|
||||
|
||||
The parameter is a C null-terminated string representing a message to be
|
||||
associated with the exception (typically the source location of the raise
|
||||
|
|
@ -11663,8 +11665,7 @@ The following predefined instantiations of this package are provided:
|
|||
@item Float
|
||||
@code{Ada.Numerics.Complex_Elementary_Functions}
|
||||
@item Long_Float
|
||||
@code{Ada.Numerics.
|
||||
Long_Complex_Elementary_Functions}
|
||||
@code{Ada.Numerics.Long_Complex_Elementary_Functions}
|
||||
@end table
|
||||
|
||||
@item Ada.Numerics.Generic_Complex_Types
|
||||
|
|
|
|||
|
|
@ -8894,7 +8894,9 @@ This switch is not compatible with a project file
|
|||
@cindex @option{^-d^/DISPLAY_PROGRESS^} (@command{gnatmake})
|
||||
Display progress for each source, up to date or not, as a single line
|
||||
|
||||
@smallexample
|
||||
completed x out of y (zz%)
|
||||
@end smallexample
|
||||
|
||||
If the file needs to be compiled this is displayed after the invocation of
|
||||
the compiler. These lines are displayed even in quiet output mode.
|
||||
|
|
@ -17965,8 +17967,7 @@ $ GNAT LIBRARY /[CREATE | SET | DELETE]=directory [/CONFIG=file]
|
|||
|
||||
@item /SET=directory
|
||||
@cindex @code{/SET} (@code{gnatlbr})
|
||||
Make the library in the specified directory the current run-time
|
||||
library.
|
||||
Make the library in the specified directory the current run-time library.
|
||||
|
||||
@item /DELETE=directory
|
||||
@cindex @code{/DELETE} (@code{gnatlbr})
|
||||
|
|
@ -17974,12 +17975,11 @@ $ GNAT LIBRARY /[CREATE | SET | DELETE]=directory [/CONFIG=file]
|
|||
|
||||
@item /CONFIG=file
|
||||
@cindex @code{/CONFIG} (@code{gnatlbr})
|
||||
With /CREATE:
|
||||
Use the configuration pragmas in the specified file when building
|
||||
the library.
|
||||
With /CREATE: Use the configuration pragmas in the specified file when
|
||||
building the library.
|
||||
|
||||
With /SET:
|
||||
Use the configuration pragmas in the specified file when compiling.
|
||||
With /SET: Use the configuration pragmas in the specified file when
|
||||
compiling.
|
||||
|
||||
@end table
|
||||
|
||||
|
|
@ -24416,8 +24416,7 @@ GNAT supplies the following task-related pragmas:
|
|||
|
||||
@item @code{TASK_STORAGE}
|
||||
|
||||
GNAT implements pragma @code{TASK_STORAGE} in the same way as
|
||||
HP Ada.
|
||||
GNAT implements pragma @code{TASK_STORAGE} in the same way as HP Ada.
|
||||
Both HP Ada and GNAT supply the pragmas @code{PASSIVE},
|
||||
@code{SUPPRESS}, and @code{VOLATILE}.
|
||||
@end itemize
|
||||
|
|
@ -24884,8 +24883,7 @@ following conditions:
|
|||
is of a discrete type
|
||||
|
||||
@item Procedure with one @code{out} formal of a discrete type for
|
||||
which a specification of pragma @code{EXPORT_VALUED_PROCEDURE}
|
||||
is given.
|
||||
which a specification of pragma @code{EXPORT_VALUED_PROCEDURE} is given.
|
||||
|
||||
@end itemize
|
||||
|
||||
|
|
@ -25787,8 +25785,8 @@ to one of the following:
|
|||
@table @code
|
||||
@item -2
|
||||
Use the default configuration (run the program on all
|
||||
available processors) - this is the same as having
|
||||
@code{GNAT_PROCESSOR} unset
|
||||
available processors) - this is the same as having @code{GNAT_PROCESSOR}
|
||||
unset
|
||||
|
||||
@item -1
|
||||
Let the run-time implementation choose one processor and run the program on
|
||||
|
|
|
|||
|
|
@ -29,13 +29,13 @@ The files can contain the following types of record:
|
|||
|
||||
@itemize @bullet
|
||||
@item
|
||||
A language definition record. These records have two fields: the
|
||||
string @samp{Language} and the name of the language. Once a language
|
||||
A language definition record. These records have two fields: the
|
||||
string @samp{Language} and the name of the language. Once a language
|
||||
has been declared in this way, it can be used as an option property.
|
||||
@xref{Option properties}.
|
||||
|
||||
@item
|
||||
An option definition record. These records have the following fields:
|
||||
An option definition record. These records have the following fields:
|
||||
|
||||
@enumerate
|
||||
@item
|
||||
|
|
@ -62,11 +62,11 @@ tab forms the help text. This allows you to elaborate on what type
|
|||
of argument the option takes.
|
||||
|
||||
@item
|
||||
A target mask record. These records have one field of the form
|
||||
@samp{Mask(@var{x})}. The options-processing script will automatically
|
||||
A target mask record. These records have one field of the form
|
||||
@samp{Mask(@var{x})}. The options-processing script will automatically
|
||||
allocate a bit in @code{target_flags} (@pxref{Run-time Target}) for
|
||||
each mask name @var{x} and set the macro @code{MASK_@var{x}} to the
|
||||
appropriate bitmask. It will also declare a @code{TARGET_@var{x}}
|
||||
appropriate bitmask. It will also declare a @code{TARGET_@var{x}}
|
||||
macro that has the value 1 when bit @code{MASK_@var{x}} is set and
|
||||
0 otherwise.
|
||||
|
||||
|
|
|
|||
|
|
@ -198,9 +198,7 @@ timestamp.
|
|||
|
||||
@itemize @bullet
|
||||
@item The standard GNU @file{config.sub} and @file{config.guess}
|
||||
files, kept in the top level directory, are used. FIXME: when is the
|
||||
@file{config.guess} file in the @file{gcc} directory (that just calls
|
||||
the top level one) used?
|
||||
files, kept in the top level directory, are used.
|
||||
|
||||
@item The file @file{config.gcc} is used to handle configuration
|
||||
specific to the particular target machine. The file
|
||||
|
|
|
|||
|
|
@ -954,8 +954,8 @@ tree FOR_EACH_SSA_TREE_OPERAND
|
|||
@end smallexample
|
||||
|
||||
@item You need to declare a variable of the type you are interested
|
||||
in, and an ssa_op_iter structure which serves as the loop
|
||||
controlling variable.
|
||||
in, and an ssa_op_iter structure which serves as the loop controlling
|
||||
variable.
|
||||
|
||||
@item Determine which operands you wish to use, and specify the flags of
|
||||
those you are interested in. They are documented in
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* gfc-internals.texi: Expand TABs, drop indentation outside examples.
|
||||
* gfortran.texi: Likewise.
|
||||
* intrinsic.texi: Likewise.
|
||||
* invoke.texi: Likewise.
|
||||
|
||||
2008-06-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR fortran/35863
|
||||
|
|
|
|||
|
|
@ -489,8 +489,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{I} @tab The type shall be @code{INTEGER}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -789,8 +788,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{A} @tab The type of the argument shall be @code{REAL}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -1059,8 +1057,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{A} @tab The type of the argument shall be @code{REAL}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -2115,8 +2112,7 @@ Inquiry function
|
|||
@item @emph{Arguments}:
|
||||
@multitable @columnfractions .15 .70
|
||||
@item @var{X} @tab Associated scalar pointer or interoperable scalar
|
||||
or allocated allocatable variable with @code{TARGET}
|
||||
attribute.
|
||||
or allocated allocatable variable with @code{TARGET} attribute.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -2213,8 +2209,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{A} @tab The type shall be @code{REAL}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -2260,8 +2255,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{I} @tab The type shall be @code{INTEGER}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -2315,11 +2309,10 @@ Subroutine, function
|
|||
@item @emph{Arguments}:
|
||||
@multitable @columnfractions .15 .70
|
||||
@item @var{NAME} @tab The type shall be @code{CHARACTER} of default
|
||||
kind and shall specify a valid path within the
|
||||
file system.
|
||||
kind and shall specify a valid path within the file system.
|
||||
@item @var{STATUS} @tab (Optional) @code{INTEGER} status flag of the default
|
||||
kind. Returns 0 on success, and a system specific
|
||||
and nonzero error code otherwise.
|
||||
kind. Returns 0 on success, and a system specific and nonzero error code
|
||||
otherwise.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Example}:
|
||||
|
|
@ -2436,11 +2429,9 @@ Elemental function
|
|||
@item @var{X} @tab The type may be @code{INTEGER}, @code{REAL},
|
||||
or @code{COMPLEX}.
|
||||
@item @var{Y} @tab (Optional; only allowed if @var{X} is not
|
||||
@code{COMPLEX}.) May be @code{INTEGER}
|
||||
or @code{REAL}.
|
||||
@code{COMPLEX}.) May be @code{INTEGER} or @code{REAL}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -2750,8 +2741,7 @@ Transformational function
|
|||
@item @var{MASK} @tab The type shall be @code{LOGICAL}.
|
||||
@item @var{DIM} @tab (Optional) The type shall be @code{INTEGER}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -4062,8 +4052,8 @@ Subroutine, function
|
|||
@item @var{C} @tab The type shall be @code{CHARACTER} and of default
|
||||
kind.
|
||||
@item @var{STATUS} @tab (Optional) status flag of type @code{INTEGER}.
|
||||
Returns 0 on success, -1 on end-of-file, and a
|
||||
system specific positive error code otherwise.
|
||||
Returns 0 on success, -1 on end-of-file, and a system specific positive
|
||||
error code otherwise.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Example}:
|
||||
|
|
@ -4125,8 +4115,8 @@ Subroutine, function
|
|||
@item @var{C} @tab The type shall be @code{CHARACTER} and of default
|
||||
kind.
|
||||
@item @var{STATUS} @tab (Optional) status flag of type @code{INTEGER}.
|
||||
Returns 0 on success, -1 on end-of-file and a
|
||||
system specific positive error code otherwise.
|
||||
Returns 0 on success, -1 on end-of-file and a system specific positive
|
||||
error code otherwise.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Example}:
|
||||
|
|
@ -4174,8 +4164,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{A} @tab The type shall be @code{REAL}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -4307,8 +4296,8 @@ Subroutine, function
|
|||
@item @var{C} @tab The type shall be @code{CHARACTER} and of default
|
||||
kind.
|
||||
@item @var{STATUS} @tab (Optional) status flag of type @code{INTEGER}.
|
||||
Returns 0 on success, -1 on end-of-file and a
|
||||
system specific positive error code otherwise.
|
||||
Returns 0 on success, -1 on end-of-file and a system specific positive
|
||||
error code otherwise.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Example}:
|
||||
|
|
@ -4364,8 +4353,8 @@ Subroutine, function
|
|||
@item @var{C} @tab The type shall be @code{CHARACTER} and of default
|
||||
kind.
|
||||
@item @var{STATUS} @tab (Optional) status flag of type @code{INTEGER}.
|
||||
Returns 0 on success, -1 on end-of-file and a
|
||||
system specific positive error code otherwise.
|
||||
Returns 0 on success, -1 on end-of-file and a system specific positive
|
||||
error code otherwise.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Example}:
|
||||
|
|
@ -5231,8 +5220,7 @@ Subroutine
|
|||
@item @emph{Arguments}:
|
||||
@multitable @columnfractions .15 .70
|
||||
@item @var{TIME} @tab An @code{INTEGER} scalar expression
|
||||
corresponding to a system time, with
|
||||
@code{INTENT(IN)}.
|
||||
corresponding to a system time, with @code{INTENT(IN)}.
|
||||
@item @var{VALUES} @tab A default @code{INTEGER} array with 9 elements,
|
||||
with @code{INTENT(OUT)}.
|
||||
@end multitable
|
||||
|
|
@ -5250,8 +5238,7 @@ The elements of @var{VALUES} are assigned as follows:
|
|||
@item Number of days since Sunday, range 0--6
|
||||
@item Days since January 1
|
||||
@item Daylight savings indicator: positive if daylight savings is in
|
||||
effect, zero if not, and negative if the information is not
|
||||
available.
|
||||
effect, zero if not, and negative if the information is not available.
|
||||
@end enumerate
|
||||
|
||||
@item @emph{See also}:
|
||||
|
|
@ -5289,8 +5276,7 @@ Subroutine, function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{C} @tab Shall of type @code{CHARACTER} and of default kind.
|
||||
@item @var{STATUS} @tab (Optional) status flag of type @code{INTEGER}.
|
||||
Returns 0 on success, or a system specific error
|
||||
code otherwise.
|
||||
Returns 0 on success, or a system specific error code otherwise.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -5405,8 +5391,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{C} @tab Shall be a scalar @code{CHARACTER}, with @code{INTENT(IN)}
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -5662,8 +5647,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{C} @tab Shall be a scalar @code{CHARACTER}, with @code{INTENT(IN)}
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -5856,8 +5840,7 @@ Elemental function
|
|||
@item @var{BACK} @tab (Optional) Shall be a scalar @code{LOGICAL}, with
|
||||
@code{INTENT(IN)}
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -5895,8 +5878,7 @@ Elemental function
|
|||
@item @var{A} @tab Shall be of type @code{INTEGER},
|
||||
@code{REAL}, or @code{COMPLEX}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -6428,8 +6410,8 @@ Subroutine, function
|
|||
@item @var{VALUE} @tab Shall be a scalar @code{INTEGER}, with
|
||||
@code{INTENT(IN)}
|
||||
@item @var{STATUS} @tab (Optional) status flag of type @code{INTEGER(4)} or
|
||||
@code{INTEGER(8)}. Returns 0 on success, or a
|
||||
system-specific error code otherwise.
|
||||
@code{INTEGER(8)}. Returns 0 on success, or a system-specific error code
|
||||
otherwise.
|
||||
@end multitable
|
||||
|
||||
@item @emph{See also}:
|
||||
|
|
@ -6504,8 +6486,7 @@ Inquiry function
|
|||
@item @var{ARRAY} @tab Shall be an array, of any type.
|
||||
@item @var{DIM} @tab (Optional) Shall be a scalar @code{INTEGER}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -6550,8 +6531,7 @@ Inquiry function
|
|||
@item @var{STRING} @tab Shall be a scalar or array of type
|
||||
@code{CHARACTER}, with @code{INTENT(IN)}
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -6587,8 +6567,7 @@ Elemental function
|
|||
@item @var{STRING} @tab Shall be a scalar of type @code{CHARACTER},
|
||||
with @code{INTENT(IN)}
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -7085,8 +7064,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{L} @tab The type shall be @code{LOGICAL}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -7243,8 +7221,7 @@ Subroutine
|
|||
@item @emph{Arguments}:
|
||||
@multitable @columnfractions .15 .70
|
||||
@item @var{STIME} @tab An @code{INTEGER} scalar expression
|
||||
corresponding to a system time, with
|
||||
@code{INTENT(IN)}.
|
||||
corresponding to a system time, with @code{INTENT(IN)}.
|
||||
@item @var{TARRAY} @tab A default @code{INTEGER} array with 9 elements,
|
||||
with @code{INTENT(OUT)}.
|
||||
@end multitable
|
||||
|
|
@ -7262,8 +7239,7 @@ The elements of @var{TARRAY} are assigned as follows:
|
|||
@item Number of days since Sunday, range 0--6
|
||||
@item Days since January 1
|
||||
@item Daylight savings indicator: positive if daylight savings is in
|
||||
effect, zero if not, and negative if the information is not
|
||||
available.
|
||||
effect, zero if not, and negative if the information is not available.
|
||||
@end enumerate
|
||||
|
||||
@item @emph{See also}:
|
||||
|
|
@ -7361,17 +7337,13 @@ Transformational function
|
|||
@item @emph{Arguments}:
|
||||
@multitable @columnfractions .15 .70
|
||||
@item @var{MATRIX_A} @tab An array of @code{INTEGER},
|
||||
@code{REAL}, @code{COMPLEX}, or
|
||||
@code{LOGICAL} type, with a rank of
|
||||
@code{REAL}, @code{COMPLEX}, or @code{LOGICAL} type, with a rank of
|
||||
one or two.
|
||||
@item @var{MATRIX_B} @tab An array of @code{INTEGER},
|
||||
@code{REAL}, or @code{COMPLEX} type if
|
||||
@var{MATRIX_A} is of a numeric type;
|
||||
otherwise, an array of @code{LOGICAL}
|
||||
type. The rank shall be one or two, and the
|
||||
first (or only) dimension of @var{MATRIX_B}
|
||||
shall be equal to the last (or only)
|
||||
dimension of @var{MATRIX_A}.
|
||||
@code{REAL}, or @code{COMPLEX} type if @var{MATRIX_A} is of a numeric
|
||||
type; otherwise, an array of @code{LOGICAL} type. The rank shall be one
|
||||
or two, and the first (or only) dimension of @var{MATRIX_B} shall be
|
||||
equal to the last (or only) dimension of @var{MATRIX_A}.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -7412,8 +7384,7 @@ Elemental function
|
|||
@item @var{A1} @tab The type shall be @code{INTEGER} or
|
||||
@code{REAL}.
|
||||
@item @var{A2}, @var{A3}, ... @tab An expression of the same type and kind
|
||||
as @var{A1}. (As a GNU extension,
|
||||
arguments of different kinds are
|
||||
as @var{A1}. (As a GNU extension, arguments of different kinds are
|
||||
permitted.)
|
||||
@end multitable
|
||||
|
||||
|
|
@ -7516,9 +7487,8 @@ Transformational function
|
|||
@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER},
|
||||
@code{REAL}, or @code{CHARACTER}.
|
||||
@item @var{DIM} @tab (Optional) Shall be a scalar of type
|
||||
@code{INTEGER}, with a value between one
|
||||
and the rank of @var{ARRAY}, inclusive. It
|
||||
may not be an optional dummy argument.
|
||||
@code{INTEGER}, with a value between one and the rank of @var{ARRAY},
|
||||
inclusive. It may not be an optional dummy argument.
|
||||
@item @var{MASK} @tab Shall be an array of type @code{LOGICAL},
|
||||
and conformable with @var{ARRAY}.
|
||||
@end multitable
|
||||
|
|
@ -7573,9 +7543,8 @@ Transformational function
|
|||
@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER},
|
||||
@code{REAL}, or @code{CHARACTER}.
|
||||
@item @var{DIM} @tab (Optional) Shall be a scalar of type
|
||||
@code{INTEGER}, with a value between one
|
||||
and the rank of @var{ARRAY}, inclusive. It
|
||||
may not be an optional dummy argument.
|
||||
@code{INTEGER}, with a value between one and the rank of @var{ARRAY},
|
||||
inclusive. It may not be an optional dummy argument.
|
||||
@item @var{MASK} @tab Shall be an array of type @code{LOGICAL},
|
||||
and conformable with @var{ARRAY}.
|
||||
@end multitable
|
||||
|
|
@ -7735,8 +7704,7 @@ Elemental function
|
|||
@item @var{A1} @tab The type shall be @code{INTEGER} or
|
||||
@code{REAL}.
|
||||
@item @var{A2}, @var{A3}, ... @tab An expression of the same type and kind
|
||||
as @var{A1}. (As a GNU extension,
|
||||
arguments of different kinds are
|
||||
as @var{A1}. (As a GNU extension, arguments of different kinds are
|
||||
permitted.)
|
||||
@end multitable
|
||||
|
||||
|
|
@ -7830,9 +7798,8 @@ Transformational function
|
|||
@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER},
|
||||
@code{REAL}, or @code{CHARACTER}.
|
||||
@item @var{DIM} @tab (Optional) Shall be a scalar of type
|
||||
@code{INTEGER}, with a value between one
|
||||
and the rank of @var{ARRAY}, inclusive. It
|
||||
may not be an optional dummy argument.
|
||||
@code{INTEGER}, with a value between one and the rank of @var{ARRAY},
|
||||
inclusive. It may not be an optional dummy argument.
|
||||
@item @var{MASK} @tab Shall be an array of type @code{LOGICAL},
|
||||
and conformable with @var{ARRAY}.
|
||||
@end multitable
|
||||
|
|
@ -7887,9 +7854,8 @@ Transformational function
|
|||
@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER},
|
||||
@code{REAL}, or @code{CHARACTER}.
|
||||
@item @var{DIM} @tab (Optional) Shall be a scalar of type
|
||||
@code{INTEGER}, with a value between one
|
||||
and the rank of @var{ARRAY}, inclusive. It
|
||||
may not be an optional dummy argument.
|
||||
@code{INTEGER}, with a value between one and the rank of @var{ARRAY},
|
||||
inclusive. It may not be an optional dummy argument.
|
||||
@item @var{MASK} @tab Shall be an array of type @code{LOGICAL},
|
||||
and conformable with @var{ARRAY}.
|
||||
@end multitable
|
||||
|
|
@ -8051,7 +8017,7 @@ Subroutine
|
|||
@item @var{SRC} @tab @code{ALLOCATABLE}, @code{INTENT(INOUT)}, may be
|
||||
of any type and kind.
|
||||
@item @var{DEST} @tab @code{ALLOCATABLE}, @code{INTENT(OUT)}, shall be
|
||||
of the same type, kind and rank as @var{SRC}
|
||||
of the same type, kind and rank as @var{SRC}.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -8222,8 +8188,7 @@ Elemental function
|
|||
@multitable @columnfractions .15 .70
|
||||
@item @var{X} @tab The type of the argument shall be @code{REAL}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -8933,8 +8898,7 @@ Elemental function
|
|||
@item @var{X} @tab Shall be @code{INTEGER}, @code{REAL}, or
|
||||
@code{COMPLEX}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -9257,8 +9221,7 @@ Elemental function
|
|||
@item @var{SET} @tab Shall be of type @code{CHARACTER}.
|
||||
@item @var{BACK} @tab (Optional) shall be of type @code{LOGICAL}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -9858,8 +9821,7 @@ a pointer it must be associated and allocatable arrays must be allocated.
|
|||
and its value shall be in the range from 1 to n, where n equals the rank
|
||||
of @var{ARRAY}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -10888,8 +10850,7 @@ Inquiry function
|
|||
@item @var{ARRAY} @tab Shall be an array, of any type.
|
||||
@item @var{DIM} @tab (Optional) Shall be a scalar @code{INTEGER}.
|
||||
@item @var{KIND}@tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
@ -11060,8 +11021,7 @@ Elemental function
|
|||
@item @var{SET} @tab Shall be of type @code{CHARACTER}.
|
||||
@item @var{BACK} @tab (Optional) shall be of type @code{LOGICAL}.
|
||||
@item @var{KIND} @tab (Optional) An @code{INTEGER} initialization
|
||||
expression indicating the kind parameter of
|
||||
the result.
|
||||
expression indicating the kind parameter of the result.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* gcj.texi: Expand TABs, remove whitespace from blank lines.
|
||||
|
||||
2008-06-14 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR java/36247:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libgomp.texi (omp_test_lock): Fix typo.
|
||||
|
||||
2008-06-12 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* omp_lib.f90.in: Add "implicit none".
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libiberty.texi: Expand TABs, drop indentation outside examples.
|
||||
* obstacks.texi: Likewise.
|
||||
|
||||
2008-04-21 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
* libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
|
||||
|
|
|
|||
Loading…
Reference in New Issue