1. 24 Jan, 2016 2 commits
    • re PR fortran/66094 (Handle transpose(A) in inline matmul) · 094773e8
      2016-01-24  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/66094
      	* frontend-passes.c (enum matrix_case):  Add case A2B2T for
      	MATMUL(A,TRANSPoSE(B)) where A and B are rank 2.
      	(inline_limit_check):  Also add A2B2T.
      	(matmul_lhs_realloc):  Handle A2B2T.
      	(check_conjg_variable):  Rename to
      	(check_conjg_transpose_variable):  and also count TRANSPOSE.
      	(inline_matmul_assign):  Handle A2B2T.
      
      2016-01-24  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/66094
      	* gfortran.dg/inline_matmul_13.f90:  New test.
      	* gfortran.dg/matmul_bounds_8.f90:  New test.
      	* gfortran.dg/matmul_bounds_9.f90:  New test.
      	* gfortran.dg/matmul_bounds_10.f90:  New test.
      
      From-SVN: r232774
      Thomas Koenig committed
    • Daily bump. · d13cd3a6
      From-SVN: r232773
      GCC Administrator committed
  2. 23 Jan, 2016 9 commits
  3. 22 Jan, 2016 27 commits
  4. 21 Jan, 2016 2 commits
    • PR c/69405 - [6 Regression] ICE in c_tree_printer on an invalid · 9f04a53e
      PR c/69405 - [6 Regression] ICE in c_tree_printer on an invalid
          __atomic_fetch_add
      
      gcc/testsuite/ChangeLog:
      2016-01-20  Martin Sebor  <msebor@redhat.com>
      
              PR c/69405
              * gcc.dg/sync-fetch.c: New test.
      
      gcc/c-family/ChangeLog:
      2016-01-20  Martin Sebor  <msebor@redhat.com>
      
              PR c/69405
              * c-common.c (sync_resolve_size): Avoid printing diagnostic about
              an incompatible argument when the argument isn't a valid tree node.
      
      From-SVN: r232713
      Martin Sebor committed
    • re PR target/69252 (gcc.dg/vect/vect-iv-9.c FAILs with -Os -fmodulo-sched… · 38a51663
      re PR target/69252 (gcc.dg/vect/vect-iv-9.c FAILs with -Os -fmodulo-sched -fmodulo-sched-allow-regmoves -fsched-pressure)
      
      	PR target/69252
      	* modulo-sched.c (optimize_sc):	Allow branch-scheduling to add a new
      	first stage.
      
      	PR target/69252
      	* gcc.target/powerpc/pr69252.c: New test.
      
      From-SVN: r232712
      Jeff Law committed