1. 10 Aug, 2005 3 commits
  2. 09 Aug, 2005 16 commits
  3. 08 Aug, 2005 15 commits
  4. 07 Aug, 2005 6 commits
    • Forgot to remove and add these files in the previous commit. · c7877252
      	* io/backspace.c: File removed, contents moved to ...
      	* io/endfile.c: Ditto.
      	* io/rewind.c: Ditto.
      	* io/file_pos.c: New file, ... here.
      
      From-SVN: r102836
      Steven G. Kargl committed
    • [multiple changes] · 6403ec5f
      2005-08-07   Janne Blomqvist <jblomqvi@cc.hut.fi>
      
              PR fortran/22390
              * dump-parse-tree.c (gfc_show_code_node): Add case for FLUSH.
              * gfortran.h: Add enums for FLUSH.
              * io.c (gfc_free_filepos,match_file_element,match_filepos): Modify
              comment appropriately.  (gfc_match_flush): New function.
              * match.c (gfc_match_if): Add match for flush.
              * match.h: Add prototype.
              * parse.c (decode_statement): Add flush to 'f' case.
              (next_statement): Add case for flush. (gfc_ascii_statement): Likewise.
              * resolve.c (resolve_code): Add flush case.
              * st.c (gfc_free_statement): Add flush case.
              * trans-io.c: Add prototype for flush.
              (gfc_build_io_library_fndecls): Build fndecl for flush.
              (gfc_trans_flush): New function.
              * trans-stmt.h: Add prototype.
              * trans.c (gfc_trans_code): Add case for flush.
      
      2005-08-07  Janne Blomqvist  <jblomqvi@cc.hut.fi>
      
              PR fortran/22390
              * io/backspace.c: File removed, contents moved to ...
              * io/endfile.c: Ditto.
              * io/rewind.c: Ditto.
              * io/file_pos.c: New file, ... here.
              * Makefile.am: Add file_pos.c to list, remove obsolete files.
              * Makefile.in: Regenerated.
      
      2005-08-07  Janne Blomqvist <jblomqvi@cc.hut.fi>
                  Steven G. Kargl <kargls@comcast.net>
      
              PR fortran/22390
              * gfortran.dg/flush_1.f90: New test.
      
      Co-Authored-By: Steven G. Kargl <kargls@comcast.net>
      
      From-SVN: r102835
      Janne Blomqvist committed
    • cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define. · f18faab7
      	* config/i386/cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
      	(COMMON_ASM_OP) Define.
      	* config/i386/i386.c (ix86_in_large_data_p): Add ATTRIBUTE_UNUSED
      	(ix86_encode_section_info): Likewise.
      	(TARGET_ENCODE_SECTION_INFO): Conditionally define as
      	SUBTARGET_ENCODE_SECTION_INFO.
      
      From-SVN: r102834
      Danny Smith committed
    • Finish checkin of date: 2005/06/14 23:59:47; author: ro; · 776c2384
      for rev 1.23 of inclhack.def:  adjust tests/base/math.h for new
      content for AAB_darwin7_9_long_double_funcs_2 fix.
      
      From-SVN: r102833
      Bruce Korb committed
    • re PR middle-end/21894 (Invalid operand to binary operator with nested function) · 455c08cb
              PR 21894
              * tree-nested.c (convert_local_reference): Save and restore val_only
              around component_ref and friends.  Clear walk_subtrees by default.
      
      From-SVN: r102832
      Richard Henderson committed
    • tree-convert.c (convert): Use fold_build1 instead of fold (build1. · febfc59a
      2005-08-07  James A. Morrison  <phython@gcc.gnu.org>
      
              * tree-convert.c (convert): Use fold_build1 instead of
              fold (build1.
      
      From-SVN: r102831
      James A. Morrison committed