1. 24 Jan, 2016 3 commits
    • [multiple changes] · 16acb1a8
      2016-01-24  Dominique d'Humieres <dominiq@lps.ens.fr>
      
      	PR fortran/68283
      	* primary.c (gfc_variable_attr): revert revision r221955,
      	call gfc_internal_error only if there is no error.
      
      2016-01-24  Dominique d'Humieres  <dominiq@lps.ens.fr>
      
      	PR fortran/68283
      	gfortran.dg/pr68283.f90: New test.
      
      From-SVN: r232775
      Dominique d'Humieres committed
    • 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 1 commit
    • 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