1. 19 Sep, 2016 5 commits
  2. 18 Sep, 2016 4 commits
    • passes.def (pass_early_thread_jumps): Schedule after forwprop. · b720e919
      
      	* passes.def (pass_early_thread_jumps): Schedule after forwprop.
      	* tree-pass.h (make_pass_early_thread_jumps): Declare.
      	* tree-ssa-threadbackward.c (fsm_find_thread_path,
      	fsm_find_thread_path, profitable_jump_thread_path,
      	fsm_find_control_statement_thread_paths,
      	find_jump_threads_backwards): Add speed_p parameter.
      	(pass_data_early_thread_jumps): New pass.
      	(make_pass_early_thread_jumps): New function.
      
      	* g++.dg/predict-loop-exit-1.C: Disable early jump threading.
      	* g++.dg/predict-loop-exit-2.C: Disable early jump threading.
      	* g++.dg/predict-loop-exit-3.C: Disable early jump threading.
      	* gcc.dg/tree-ssa/pr69196-1.c: Disable early jump threading.
      	* gcc.dg/tree-ssa/vrp01.c: Disable early jump threading.
      	* gcc.dg/tree-ssa/ssa-dom-thread-2b.c: Disable early jump threading.
      	* gcc.dg/tree-ssa/pr68198.c: Scan ethread dump.
      	* gcc.dg/tree-ssa/ssa-thread-13.c: Scan ethread dump.
      	* gcc.dg/tree-ssa/vrp56.c: Scan ethread dump.
      	* gcc.dg/tree-ssa/vrp92.c: Scan ethread dump.
      	* gcc.dg/uninit-15.c: Swap xfailed and non-xfailed alternative.
      
      From-SVN: r240221
      Jan Hubicka committed
    • pr68633.c: Fix expected result. · bdabae39
      gcc/testsuite/
      	* gcc.target/i386/pr68633.c: Fix expected result.
      
      From-SVN: r240220
      Kirill Yukhin committed
    • re PR fortran/68078 (segfault with allocate and stat for derived types with default initialization) · 493ba820
      2016-09-17  Louis Krupp  <louis.krupp@gmail.com>
      
      	PR fortran/68078
      	* gfortran.dg/pr68078.f90: New test.
      	* gfortran.dg/set_vm_limit.c: New, called by pr68078.
      
      2016_09_17  Louis Krupp  <louis.krupp@zoho.com>
      
      	PR fortran/68078
      	* resolve.c (resolve_allocate_expr): Check that derived type
      	pointer, object or array has been successfully allocated before
      	initializing.
      
      From-SVN: r240219
      Louis Krupp committed
    • Daily bump. · ee569f06
      From-SVN: r240218
      GCC Administrator committed
  3. 17 Sep, 2016 3 commits
  4. 16 Sep, 2016 22 commits
  5. 15 Sep, 2016 6 commits