1. 17 Apr, 2005 20 commits
  2. 16 Apr, 2005 15 commits
  3. 15 Apr, 2005 5 commits
    • Move my 2005-03-18 ChangeLog to cp/ChangeLog. · 485fe342
      From-SVN: r98213
      Dale Johannesen committed
    • re PR fortran/14569 ([4.0 only] should not warn about truncated comment lines) · ba1defa5
      2005-04-15  Richard Guenther  <rguenth@gcc.gnu.org>
      
      	PR fortran/14569
      	* gfortran.h (gfc_linebuf): Add truncated field.
      	* parse.c (next_statement): Handle warning for truncated
      	lines.
      	* scanner.c (load_line): Return if line was truncated.
      	No longer warn for truncated lines.  Remove unused parameters.
      	(load_file): Store load_line return value to linebuf.
      	(gfc_error_recovery): Do not advance line at the end.
      
      From-SVN: r98210
      Richard Guenther committed
    • intrinsic_spread.f90: corrected typo where the wrong variables had been compared. · 472573f9
      2005-04-15  Thomas Koenig  <Thomas.Koenig@online.de>
      
              * gfortran.fortran-torture/execute/intrinsic_spread.f90:
              corrected typo where the wrong variables had been compared.
      
      From-SVN: r98209
      Thomas Koenig committed
    • re PR libfortran/18495 ([4.0 only] Intrinisc function SPREAD is broken) · 8e6d7b8a
      2005-04-15  Thomas Koenig  <Thomas.Koenig@online.de>
      
              PR libfortran/18495
              * intrinsics/spread_generic.c (spread):  Remove const from
              return array descriptor.
              New variables: rrank (rank of return array),  rs (for
              calculating the size of the return array), srank (rank
              of the source array).
              Generate runtime error if the dim= argument is larger than
              the rank of the return array.
              Generate runtime error if the needed rank of the return
              array is larger than 7.
              If ret->data is null, populate the return array descriptor
              and initialize the variables for the actual operation.
              Otherwise, set ret->dim[0].stride to one if it is zero.
              Change second, independent use of variable dim to srank.
      
      2005-04-15  Thomas Koenig  <Thomas.Koenig@online.de>
      
              PR libfortran/18495
              * gfortran.fortran-torture/execute/intrinsic_spread.f90:
              Test callee-allocated version of return array with a write
              statement.
              Test spread with a temporary with another write statement.
      
      From-SVN: r98208
      Thomas Koenig committed
    • gthr-posix.c (pthread_cancel): Define. · 35205e8f
      	* gthr-posix.c (pthread_cancel): Define.
      	(pthread_mutexattr_init): Likewise.
      	(pthread_mutexattr_settype): Likewise.
      	(pthread_mutexattr_destroy): Likewise.
      
      From-SVN: r98206
      Rainer Orth committed