1. 28 Jan, 2005 3 commits
  2. 27 Jan, 2005 6 commits
  3. 26 Jan, 2005 1 commit
  4. 25 Jan, 2005 5 commits
  5. 24 Jan, 2005 5 commits
  6. 23 Jan, 2005 3 commits
  7. 22 Jan, 2005 6 commits
    • pbrook's avatar
      2005-01-22 Thomas Koenig <Thomas.Koenig@online.de> · 2d6ba0f9
      pbrook authored
      	PR libfortran/18982
      	* io/unix.c (regular_file):  No need to change flags->action
      	if an error occurs.  Document this.
      	No need to call stat() for STATUS_OLD, open() will
      	fail anyway.
      	For ACTION_UNSPECIFIED, try open for read-write, then for
      	read-only if open fails with EACCES, then for write-only
      	if that fails with EACCES again.
      	* io/unix.c (open_external): Document changed behavior of
      	regular_file.
      testsuite/
      	* gfortran.dg/open_new.f90: New file.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94076 138bc75d-0d04-0410-961f-82ee72b054a4
      2d6ba0f9
    • pbrook's avatar
      2005-01-22 Paul Brook <paul@codesourcery.com> · 51d7446c
      pbrook authored
      	* gfortran.h (gfc_check_access): Add prototype.
      	* match.c (gfc_match_namelist): Remove TODO.
      	* module.c (check_access): Rename ...
      	(gfc_check_access): ... to this.  Boolify.  Update callers.
      	* resolve.c (resolve_symbol): Check for private objects in public
      	namelists.
      testsuite/
      	* namelist_1.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94073 138bc75d-0d04-0410-961f-82ee72b054a4
      51d7446c
    • rsandifo's avatar
      PR tree-optimization/19484 · 38224abc
      rsandifo authored
      	* tree-cfg.c (remove_fallthru_edge): New function.
      	(cleanup_control_flow): Remove fallthru edges from calls that are
      	now known not to return.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94070 138bc75d-0d04-0410-961f-82ee72b054a4
      38224abc
    • pbrook's avatar
      2005-01-22 Paul Brook <paul@codesourcery.com> · e311e7c3
      pbrook authored
      	* primary.c (gfc_match_rvalue): Only apply implicit type if variable
      	does not have an explicit type.
      	(gfc_match_variable): Resolve implicit derived types in all cases.
      	Resolve contained function types from their own namespace, not the
      	parent.
      	* resolve.c (resolve_contained_fntype): Remove duplicate sym->result
      	checking.  Resolve from the contained namespace, not the parent.
      testsuite/
      	* gfortran.dg/implicit_2.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94066 138bc75d-0d04-0410-961f-82ee72b054a4
      e311e7c3
    • bdavis's avatar
      2004-01-22 Bud Davis <bdavis9659@comcast.net> · b3b0377b
      bdavis authored
              PR fortran/19314
              * io/inquire.c(inquire_via_unit): implement POSITION=.
              * io/transfer.c(next_record): update position for
              INQUIRE.
              * io/rewind.c(st_rewind): update position for
              INQUIRE.
      
              * gfortran.dg/inquire_5.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94060 138bc75d-0d04-0410-961f-82ee72b054a4
      b3b0377b
    • reichelt's avatar
      PR c/18809 · d487ebe8
      reichelt authored
      	* c-typeck.c (convert_arguments): Check for error_mark_node.
      
      	* gcc.dg/pr18809-1.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94049 138bc75d-0d04-0410-961f-82ee72b054a4
      d487ebe8
  8. 21 Jan, 2005 3 commits
  9. 20 Jan, 2005 4 commits
  10. 19 Jan, 2005 4 commits