This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fortran/29147 -- Disable integer range checking.


Steve Kargl wrote:
On Sat, Sep 30, 2006 at 04:03:55PM -0700, Brooks Moses wrote:
2006-09-30 Brooks Moses <bmoses@stanford.edu>

	* invoke.texi:  Add mention of BOZ constants and integer
         overflow to -fno-range-check.
       * gfortran.texi:  Add mention of -fno-range-check to
         section on BOZ contants.


Committed. I'll look over your other patches after college football and dinner.

Steve, I was chasing down the bit-rot that led to the erroneous bits in my most recent gfortran.texi patch, and it looks like when this was committed, some changes to the TR 15581 notes in the "Fortran 2003 status" section got included as well. Should these be left in, or reverted?


------------------------------------------------------------------
 @itemize
 @item
 Intrinsics @code{command_argument_count}, @code{get_command},
-@code{get_command_argument}, and @code{get_environment_variable}.
+@code{get_command_argument}, @code{get_environment_variable}, and
+@code{move_alloc}.

 @item
 @cindex Array constructors
------------------------------------------------------------------
 @item
 @cindex TR 15581
-The following parts of TR 15581:
+TR 15581:
 @itemize
 @item
 @cindex @code{ALLOCATABLE} dummy arguments
-The @code{ALLOCATABLE} attribute for dummy arguments.
+@code{ALLOCATABLE} dummy arguments.
 @item
 @cindex @code{ALLOCATABLE} function results
 @code{ALLOCATABLE} function results
+@item
+@cindex @code{ALLOCATABLE} components of derived types
+@code{ALLOCATABLE} components of derived types
 @end itemize
------------------------------------------------------------------

- Brooks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]