From: fxcoudert Date: Fri, 15 Feb 2008 22:56:37 +0000 (+0000) Subject: * intrinsic.texi: Rename INDEX node to avoid clashing with X-Git-Tag: upstream/4.9.2~43702 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70dabb1d3aeb14a49f768a30a9a614195869bac7;p=platform%2Fupstream%2Flinaro-gcc.git * intrinsic.texi: Rename INDEX node to avoid clashing with index.html on case-insensitive systems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132355 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ad34b66..4bf3f1c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,10 @@ 2008-02-15 Francois-Xavier Coudert + * intrinsic.texi: Rename INDEX node to avoid clashing with + index.html on case-insensitive systems. + +2008-02-15 Francois-Xavier Coudert + PR fortran/35150 * trans-expr.c (gfc_conv_function_call): Force evaluation of se->expr. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 8b17708..03cae50 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -146,7 +146,7 @@ Some basic guidelines for editing this document: * @code{IDATE}: IDATE, Current local time (day/month/year) * @code{IEOR}: IEOR, Bitwise logical exclusive or * @code{IERRNO}: IERRNO, Function to get the last system error number -* @code{INDEX}: INDEX, Position of a substring within a string +* @code{INDEX}: INDEX intrinsic, Position of a substring within a string * @code{INT}: INT, Convert to integer type * @code{INT2}: INT2, Convert to 16-bit integer type * @code{INT8}: INT8, Convert to 64-bit integer type @@ -5628,7 +5628,7 @@ kind. -@node INDEX +@node INDEX intrinsic @section @code{INDEX} --- Position of a substring within a string @fnindex INDEX @cindex substring position @@ -6715,7 +6715,7 @@ with @code{INTENT(IN)} The return value is of @code{INTEGER(kind=4)} type. @item @emph{See also}: -@ref{INDEX}, @ref{LEN_TRIM} +@ref{INDEX intrinsic}, @ref{LEN_TRIM} @end table @@ -9070,7 +9070,7 @@ END PROGRAM @end smallexample @item @emph{See also}: -@ref{INDEX}, @ref{VERIFY} +@ref{INDEX intrinsic}, @ref{VERIFY} @end table @@ -10828,7 +10828,7 @@ END PROGRAM @end smallexample @item @emph{See also}: -@ref{SCAN}, @ref{INDEX} +@ref{SCAN}, @ref{INDEX intrinsic} @end table