1. 26 Jan, 2016 2 commits
  2. 25 Jan, 2016 16 commits
  3. 24 Jan, 2016 8 commits
    • [multiple changes] · 1d101216
      2016-01-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/69397
      	PR fortran/68442
      	* interface.c (gfc_arglist_matches_symbol): Replace assert with
      	a return false if not a procedure.
      	* resolve.c (resolve_generic_f): Test if we are resolving an
      	initialization expression and adjust error message accordingly.
      
      2016-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/69397
      	PR fortran/68442
      	* gfortran.dg/interface_38.f90: New test.
      	* gfortran.dg/interface_39.f90: New test.
      
      From-SVN: r232780
      Jerry DeLisle committed
    • re PR fortran/66094 (Handle transpose(A) in inline matmul) · a220f43d
      2016-01-24  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/66094
      	* frontend-passes.c (matmul_lhs_realloc):  Add
      	forgotten break statement.
      
      From-SVN: r232779
      Thomas Koenig committed
    • Revert "Fix the remaining PR c++/24666 blockers" · a59b92b0
      gcc/cp/ChangeLog:
      
      	Revert:
      	2016-01-18  Patrick Palka  <ppalka@gcc.gnu.org>
      
      	PR c++/11858
      	PR c++/24663
      	PR c++/24664
      	* decl.c (grokdeclarator): Don't decay array parameter type to
      	a pointer type if it's dependent.
      	(grokparms): Invoke strip_top_quals instead of directly invoking
      	cp_build_qualified_type.
      	* pt.c (decay_dependent_array_parm_type): New static function.
      	(type_unification_real): Call decay_dependent_array_parm_type
      	to decay a dependent array parameter type to its corresponding
      	pointer type before unification.
      	(more_specialized_fn): Likewise.
      	(get_bindings): Likewise.
      	* tree.c (cp_build_qualified_type): Trivial typofix in
      	documentation.
      
      gcc/testsuite/ChangeLog:
      
      	Revert:
      	2016-01-18  Patrick Palka  <ppalka@gcc.gnu.org>
      
      	PR c++/11858
      	PR c++/24663
      	PR c++/24664
      	* g++.dg/template/pr11858.C: New test.
      	* g++.dg/template/pr24663.C: New test.
      	* g++.dg/template/unify12.C: New test.
      	* g++.dg/template/unify13.C: New test.
      	* g++.dg/template/unify14.C: New test.
      	* g++.dg/template/unify15.C: New test.
      	* g++.dg/template/unify16.C: New test.
      	* g++.dg/template/unify17.C: New test.
      
      From-SVN: r232778
      Patrick Palka committed
    • Pass LSAN_OPTIONS to Makefiles in subdirectories · cefadad1
      	PR bootstrap/69329
      	* Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
      	* Makefile.in: Regenerate.
      
      From-SVN: r232777
      Mikhail Maltsev committed
    • re PR fortran/68283 (ice: gfc_variable_attr(): Bad array reference) · e9fe2963
      2016-01-24  Dominique d'Humieres  <dominiq@lps.ens.fr>
      
      	PR fortran/68283
      	gfortran.dg/pr68283.f90: New test.
      
      From-SVN: r232776
      Dominique d'Humieres committed
    • [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
  4. 23 Jan, 2016 9 commits
  5. 22 Jan, 2016 5 commits
    • TR29124 C++ Special Math - <math.h> pulls funcs into global namespace. · 02dc2419
      2016-01-22  Edward Smith-Rowland  <3dw4rd@verizon.net>
      
      	TR29124 C++ Special Math - <math.h> pulls funcs into global namespace.
      	* include/c_compatibility/math.h: Import the TR29124 functions
      	into the global namespace.
      	* testsuite/special_functions/01_assoc_laguerre/compile_2.cc: Remove
      	xfail and make compile-only.
      	* testsuite/special_functions/02_assoc_legendre/compile_2.cc: Ditto.
      	* testsuite/special_functions/03_beta/compile_2.cc: Ditto.
      	* testsuite/special_functions/04_comp_ellint_1/compile_2.cc: Ditto.
      	* testsuite/special_functions/05_comp_ellint_2/compile_2.cc: Ditto.
      	* testsuite/special_functions/06_comp_ellint_3/compile_2.cc: Ditto.
      	* testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: Ditto.
      	* testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: Ditto.
      	* testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: Ditto.
      	* testsuite/special_functions/10_cyl_neumann/compile_2.cc: Ditto.
      	* testsuite/special_functions/11_ellint_1/compile_2.cc: Ditto.
      	* testsuite/special_functions/12_ellint_2/compile_2.cc: Ditto.
      	* testsuite/special_functions/13_ellint_3/compile_2.cc: Ditto.
      	* testsuite/special_functions/14_expint/compile_2.cc: Ditto.
      	* testsuite/special_functions/15_hermite/compile_2.cc: Ditto.
      	* testsuite/special_functions/16_laguerre/compile_2.cc: Ditto.
      	* testsuite/special_functions/17_legendre/compile_2.cc: Ditto.
      	* testsuite/special_functions/18_riemann_zeta/compile_2.cc: Ditto.
      	* testsuite/special_functions/19_sph_bessel/compile_2.cc: Ditto.
      	* testsuite/special_functions/20_sph_legendre/compile_2.cc: Ditto.
      	* testsuite/special_functions/21_sph_neumann/compile_2.cc: Ditto.
      
      From-SVN: r232755
      Edward Smith-Rowland committed
    • re PR other/69432 (ICE in connect_traces, at dwarf2cfi.c with -O3 -m32… · 62041cfc
      re PR other/69432 (ICE in connect_traces, at dwarf2cfi.c with -O3 -m32 -minline-stringops-dynamically)
      
      	PR target/69432
      	* config/i386/i386.c: Include dojump.h.
      	(expand_small_movmem_or_setmem,
      	expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
      	fixes.
      	(ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
      	if dynamic_check != -1.
      
      	* g++.dg/opt/pr69432.C: New test.
      
      From-SVN: r232754
      Jakub Jelinek committed
    • Fix ChangeLog entry in wrong file · d403fc9a
      From-SVN: r232750
      William Schmidt committed
    • Constrain std::valarray functions and operators · d1fb377c
      	PR libstdc++/69116
      	* include/bits/valarray_before.h (__fun, __fun_with_valarray): Only
      	define result_type for types which can be safely used with valarrays.
      	* testsuite/26_numerics/valarray/69116.cc: New.
      
      From-SVN: r232748
      Jonathan Wakely committed
    • re PR c++/69392 (G++ can't capture 'this' pointer to templated type using init-capture) · 130ee9a9
      	PR c++/69392
      	* lambda.c (lambda_capture_field_type): Handle 'this' specially
      	for init-capture, too.
      
      From-SVN: r232746
      Jason Merrill committed