1. 13 Jun, 2005 1 commit
  2. 12 Jun, 2005 14 commits
  3. 11 Jun, 2005 8 commits
    • re PR fortran/17792 ([4.0 only] deallocate does not return stat) · 94631c1e
      	PR fortran/17792
      	PR fortran/21375
      	* gfortran.dg/deallocate_statO.f90:  New test.
      
      From-SVN: r100847
      Steven G. Kargl committed
    • rtl.h (to_rtx_code): Remove. · 411e6c1e
              * rtl.h (to_rtx_code): Remove.
              * machmode.h (to_machine_mode): Likewise.
              * read-rtl.c (apply_mode_macro): Replace to_machine_mode with
              explicit cast.
              (apply_mode_maps): Likewise.
              (read_rtx_1): Likewise.
              (apply_code_macro): Replace to to_rtx_code with explicit cast.
              (check_code_macro): Likewise.
              (read_rtx_1): Likewise.
      
      From-SVN: r100846
      Gabriel Dos Reis committed
    • re PR fortran/17792 ([4.0 only] deallocate does not return stat) · 364667a1
      PR fortran/17792
      PR fortran/21375
      * trans-array.c (gfc_array_deallocate): pstat is new argument
        (gfc_array_allocate): update gfc_array_deallocate() call.
        (gfc_trans_deferred_array): ditto.
      * trans-array.h: update gfc_array_deallocate() prototype.
      * trans-decl.c (gfc_build_builtin_function_decls): update declaration
      * trans-stmt.c (gfc_trans_deallocate): Implement STAT= feature.
      
      From-SVN: r100845
      Steven G. Kargl committed
    • c-typeck.c (convert_for_assignment): Avoid cheking OPT_Wc___compat, as it is always true. · c6bdf92e
              * c-typeck.c (convert_for_assignment): Avoid cheking
              OPT_Wc___compat, as it is always true.
      
      From-SVN: r100843
      Gabriel Dos Reis committed
    • [multiple changes] · 39328081
      2005-06-11  Thomas Koenig  <Thomas.Koenig@onlinde.de>
      
      	PR libfortran/21333
      	* Makefile.am: Add in_pack_c4.c, in_pack_c8.c, in_unpack_c4.c
      	and in_unpack_c8.c.
      	* Makefile.in: Regenerate.
      	* libgfortran.h:  Declare internal_pack_c4, internal_pack_c8,
      	internal_unpack_c4 and internal_unpack_c8.
      	* m4/in_pack.m4: Use rtype_ccode insteald of rtype_kind
      	in function name.
      	Use sizeof (rtype_name) as size for memory allocation.
      	* m4/in_unpack.m4: Use rtype_ccode insteald of rtype_kind
      	in function name.
      	Use sizeof (rtype_name) for calculation of sizes for memcpy.
      	* runtime/in_pack_generic.c:  For real, integer and logical
      	call internal_pack_4 if size==4 and internal_pack_8 if
      	size==8.
      	For complex, call internal_pack_c4 if size==8 and
      	internal_pack_c8 if size==16.
      	* runtime/in_unpack_generic.c: For real, integer and logical
              call internal_unpack_4 if size==4 and internal_unpack_8 if
              size==8.
              For complex, call internal_unpack_c4 if size==8 and
              internal_unpack_c8 if size==16.
      	* generated/in_pack_i4.c:  Regenerated.
      	* generated/in_pack_i8.c:  Regenerated.
      	* generated/in_unpack_i4.c:  Regenerated.
      	* generated/in_unpack_i8.c:  Regenerated.
      	* generated/in_pack_c4.c:  New file.
      	* generated/in_pack_c8.c:  New file.
      	* generated/in_unpack_c4.c:  New file.
      	* generated/in_unpack_c8.c:  New file.
      
      2005-05-11  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	* gfortran.fortran-torture/execute/in-pack.f90:  New test.
      
      From-SVN: r100842
      Thomas Koenig committed
    • lambda-code.c (replace_uses_equiv_to_x_with_y): Verify the step is an… · e4d693c1
      lambda-code.c (replace_uses_equiv_to_x_with_y): Verify the step is an INTEGER_CST before calling int_cst_value.
      
      2005-06-11  Daniel Berlin  <dberlin@dberlin.org>
      
      	* lambda-code.c (replace_uses_equiv_to_x_with_y): Verify the step
      	is an INTEGER_CST before calling int_cst_value.
      
      From-SVN: r100839
      Daniel Berlin committed
    • Daily bump. · e8f92731
      [[Split portion of a mixed commit.]]
      
      From-SVN: r100836.2
      GCC Administrator committed
  4. 10 Jun, 2005 13 commits
  5. 09 Jun, 2005 4 commits