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

Brooks Moses bmoses@stanford.edu
Mon Oct 2 05:10:00 GMT 2006


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



More information about the Fortran mailing list