1. 23 Mar, 2014 1 commit
  2. 22 Mar, 2014 5 commits
  3. 21 Mar, 2014 13 commits
  4. 20 Mar, 2014 16 commits
  5. 19 Mar, 2014 5 commits
    • re PR target/60039 (sh3 optimisation bug with -O2) · 8659d57b
      	PR target/60039
      	* config/sh/sh.md (udivsi3_i1): Clobber R1 register
      
      From-SVN: r208688
      Kaz Kojima committed
    • re PR fortran/60543 (Function with side effect removed by the optimizer.) · ccd7751b
      2014-03-18  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/60543
              PR fortran/60283
              * gfortran.h (gfc_unset_implicit_pure): New prototype.
              * resolve.c (gfc_unset_implicit_pure): New.
              (resolve_structure_cons, resolve_function,
              pure_subroutine): Use it.
              * decl.c (match_old_style_init, gfc_match_data,
              match_pointer_init, variable_decl): Ditto.
              * expr.c (gfc_check_pointer_assign): Ditto.
              * intrinsic.c (gfc_intrinsic_sub_interface): Ditto.
              * io.c (match_vtag, gfc_match_open, gfc_match_close,
              match_filepos, gfc_match_inquire, gfc_match_print,
              gfc_match_wait): Ditto.
              * match.c (gfc_match_critical, gfc_match_stopcode,
              lock_unlock_statement, sync_statement, gfc_match_allocate,
              gfc_match_deallocate): Ditto.
              * parse.c (decode_omp_directive): Ditto.
              * symbol.c (gfc_add_save): Ditto.
      
      2014-03-18  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/60543
              PR fortran/60283
              * gfortran.dg/implicit_pure_4.f90: New.
      
      From-SVN: r208687
      Tobias Burnus committed
    • re PR c++/51474 ([c++0x] ICE with pure virtual function in initialization of… · 7d092805
      re PR c++/51474 ([c++0x] ICE with pure virtual function in initialization of non-static data member)
      
      /cp
      2014-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/51474
      	* call.c (build_new_method_call_1): Handle pure virtuals called by
      	NSDMIs too.
      
      /testsuite
      2014-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/51474
      	* g++.dg/cpp0x/nsdmi-virtual2.C: New.
      
      From-SVN: r208686
      Paolo Carlini committed
    • Log environment variables in set_ld_library_path_env_vars · 057be77f
      GNU linker sets DT_RPATH from the environment variable LD_RUN_PATH.
      set_ld_library_path_env_vars sets a few environment variables including
      LD_RUN_PATH.  This patch logs all environment variables set by
      set_ld_library_path_env_vars so that one can recreate the same
      executable as "make check" run.
      
      	PR testsuite/60590
      	* lib/target-libpath.exp (set_ld_library_path_env_vars): Log
      	LD_LIBRARY_PATH, LD_RUN_PATH, SHLIB_PATH, LD_LIBRARY_PATH_32,
      	LD_LIBRARY_PATH_64 and DYLD_LIBRARY_PATH.
      
      From-SVN: r208685
      H.J. Lu committed
    • re PR c++/60332 ([c++1y] ICE with auto in function-pointer cast) · 2f16cacd
      2014-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/60332
      	* g++.dg/cpp1y/pr60332.C: New.
      
      From-SVN: r208684
      Paolo Carlini committed