1. 15 Sep, 2016 14 commits
  2. 14 Sep, 2016 18 commits
    • re PR c++/77549 (ICE on invalid C++ code that references undeclared variable) · 28ca05f0
      	PR c++/77549
      	* name-lookup.c (consider_binding_level): Look through TREE_LIST
      	and OVERLOAD.
      
      	* g++.dg/lookup/pr77549.C: New test.
      
      From-SVN: r240148
      Jakub Jelinek committed
    • Infer architecture from ABI for mips-mti* and mips-img* triplets. · 38e9658c
      gcc/
      	* config.gcc (mips*-mti-elf*, mips*-mti-linux*): Set mips32r2
      	and mips64r2 as default 32-bit and 64-bit architectures.
      	(mips*-img-elf*, mips*-img-linux*): Set mips32r6 and mips64r6
      	as default 32-bit and 64-bit architectures.
      
      From-SVN: r240145
      Matthew Fortune committed
    • simplify.c (gfc_simplify_repeat): Fix a misplaced closing ')'. · 02205aa4
      2016-09-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * simplify.c (gfc_simplify_repeat): Fix a misplaced closing ')'.
      
      From-SVN: r240142
      Bernd Edlinger committed
    • typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions. · 20a1e5b8
      	* typeck.c (cp_build_unary_op): Diagnose incrementing boolean
      	expressions.  Tweak an error message.
      
      	* c-c++-common/gomp/atomic-12.c: Use -Wno-deprecated.
      	* c-c++-common/gomp/atomic-13.c: Likewise.
      	* c-c++-common/gomp/atomic-14.c: Likewise.
      	* g++.dg/cpp1y/lambda-init11.C: Remove invalid code.
      	* g++.dg/cpp1z/bool-increment1.C: New test.
      	* c-c++-common/pr60439.c: Add dg-warning.
      	* g++.dg/expr/bitfield4.C: Likewise.
      	* g++.dg/expr/bitfield5.C: Likewise.
      	* g++.dg/expr/bitfield6.C: Likewise.
      	* g++.dg/expr/bool1.C: Likewise.
      	* g++.dg/expr/bool3.C: Likewise.
      	* g++.dg/expr/lval3.C: Likewise.
      	* g++.dg/expr/lval4.C: Likewise.
      	* g++.old-deja/g++.jason/bool5.C: Likewise.
      	* g++.dg/expr/bitfield3.C: Adjust dg-error.
      	* g++.dg/other/error18.C: Likewise.
      	* g++.dg/gomp/atomic-14.C: Likewise.
      libgomp/
      	* testsuite/libgomp.c++/atomic-3.C: Use -Wno-deprecated.
      libstdc++-v3/
      	* testsuite/23_containers/vector/debug/insert6_neg.cc: Use
      	-Wno-deprecated.
      
      From-SVN: r240141
      Marek Polacek committed
    • loop-unroll.c (unroll_loop_runtime_iterations): Set probability of succ edge. · f335184d
      	* loop-unroll.c (unroll_loop_runtime_iterations): Set probability of succ edge.
      
      From-SVN: r240140
      Pat Haugen committed
    • c-common.c (check_cxx_fundamental_alignment_constraints): Don't limit FIELD_DECL, either. · 38711381
      	* c-common.c (check_cxx_fundamental_alignment_constraints): Don't
      	limit FIELD_DECL, either.
      
      From-SVN: r240139
      Jason Merrill committed
    • re PR c++/77539 (gcc-5/6: comparison of array to nullptr failure in constexpr… · 0761f6bf
      re PR c++/77539 (gcc-5/6: comparison of array to nullptr failure in constexpr (fixed by r235506 on trunk))
      
      	PR c++/77539
      	* g++.dg/cpp1y/pr77539.C: New.
      
      From-SVN: r240138
      Nathan Sidwell committed
    • c-common.c (c_common_truthvalue_conversion): Use false instead of 0. · e51fbec3
      	* c-common.c (c_common_truthvalue_conversion): Use false instead of 0.
      	* c-common.h (build_unary_op): Change nonconvert parameter type to bool.
      	* c-omp.c (c_finish_omp_atomic): Use false instead of 0.
      
      	* c-array-notation.c (create_cmp_incr): Use false instead of 0.
      	(fix_array_notation_expr): Likewise.
      	* c-decl.c (finish_decl): Likewise.
      	* c-parser.c (c_parser_postfix_expression_after_primary): Likewise.
      	* c-typeck.c (array_to_pointer_conversion): Use true instead of 1.
      	(function_to_pointer_conversion): Use false instead of 0.
      	(convert_lvalue_to_rvalue): Likewise.
      	(parser_build_unary_op): Likewise.
      	(build_atomic_assign): Likewise.
      	(build_unary_op): Change nonconvert parameter type to bool, use
      	true/false instead of 1/0.
      	(build_binary_op): Use true instead of 1.
      
      	* cp-tree.h (cp_build_unary_op): Change nonconvert parameter type to
      	bool.
      	* decl2.c (one_static_initialization_or_destruction): Use true instead
      	of 1.
      	* init.c (build_vec_init): Use false instead of 0.
      	* pt.c (tsubst_copy_and_build): Likewise.
      	* semantics.c (simplify_loop_decl_cond): Likewise.
      	* typeck.c (rationalize_conditional_expr): Likewise.
      	(cp_build_binary_op): Use true instead of 1.
      	(cp_build_unary_op): Change nonconvert parameter type to bool.  Use true
      	instead of 1.
      	(build_unary_op): Change nonconvert parameter type to bool.
      	(unary_complex_lvalue): Use false instead of 0.
      
      From-SVN: r240137
      Marek Polacek committed
    • Fix dg-require before dg-run directives in testsuite. · 13cddbc1
      libstdc++-v3/ChangeLog:
      
      2016-09-14  Christophe Lyon  <christophe.lyon@linaro.org>
      
      	* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc:
      	Move dg-do directive before dg-skip.
      	* testsuite/21_strings/debug/iterator_self_move_assign_neg.cc:
      	Move dg-do directive before dg-require.
      	* testsuite/21_strings/debug/self_move_assign_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/57779_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/60587_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/assign1_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/assign2_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/assign3_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/construct1_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/construct2_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/construct3_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/insert1_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/insert2_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/insert3_neg.cc: Likewise.
      	* testsuite/23_containers/vector/debug/insert5_neg.cc: Likewise.
      	* testsuite/25_algorithms/lower_bound/debug/irreflexive.cc: Likewise.
      	* testsuite/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc:
      	Likewise.
      	* testsuite/25_algorithms/pop_heap/empty2_neg.cc: Likewise.
      	* testsuite/25_algorithms/pop_heap/empty_neg.cc: Likewise.
      	* testsuite/27_io/objects/char/12048-5.cc: Likewise.
      	* testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Likewise.
      	* testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise.
      
      gcc/testsuite/ChangeLog:
      
      2016-09-14  Christophe Lyon  <christophe.lyon@linaro.org>
      
      	* g++.dg/cpp0x/lambda/lambda-mangle.C: Move dg-do directive before
      	dg-require.
      	* g++.dg/ext/builtin_alloca.C: Likewise.
      	* g++.dg/template/spec35.C: Likewise.
      	* gcc.dg/builtins-68.c: Likewise.
      	* gcc.misc-tests/gcov-13.c: Likewise.
      	* gcc.misc-tests/gcov-14.c: Likewise.
      
      From-SVN: r240135
      Christophe Lyon committed
    • dec_structure_14.f90: New testcase. · a90638d4
      2016-09-13  Jim MacArthur  <jim.macarthur@codethink.co.uk>
      
      	* gcc/testsuite/gfortran.dg/dec_structure_14.f90: New testcase.
      
      From-SVN: r240134
      Jim MacArthur committed
    • Fix TARGET_LRA_P description · 48975b3d
      
      2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
      
      	* target.def (lra_p): Change commentary (for the manual) for the
      	new default.
      	* doc/tm.texi: Regenerate.
      
      From-SVN: r240133
      Segher Boessenkool committed
    • Delete TARGET_LRA_P from those targets that set it to "true" · 1a267e53
      A few targets already always want LRA; those then do not need to override
      the default anymore.
      
      
      2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
      
      	* config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
      	* config/arm/arm.c (TARGET_LRA_P): Delete macro.
      	* config/i386/i386.c (TARGET_LRA_P): Delete macro.
      	* config/nds32/nds32.c (TARGET_LRA_P): Delete macro.
      
      From-SVN: r240132
      Segher Boessenkool committed
    • Change the default of TARGET_LRA_P to true · 794b71a4
      Since all targets now define TARGET_LRA_P, this does not change behaviour
      for any existing target.  Newly added ports will by default use LRA now.
      
      
      2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
      
      	* targhooks.c (default_lra_p): Return true instead of false.
      
      From-SVN: r240131
      Segher Boessenkool committed
    • Put a TARGET_LRA_P into every target · d81db636
      This patch adds a TARGET_LRA_P (defined to hook_bool_void_false) to
      every target that didn't yet override the hook.  No functional change.
      
      
      2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
      
      	* config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
      	hook_bool_void_false.
      	* config/avr/avr.c: Ditto.
      	* config/bfin/bfin.c: Ditto.
      	* config/c6x/c6x.c: Ditto.
      	* config/cr16/cr16.c: Ditto.
      	* config/cris/cris.c: Ditto.
      	* config/epiphany/epiphany.c: Ditto.
      	* config/fr30/fr30.c: Ditto.
      	* config/frv/frv.c: Ditto.
      	* config/h8300/h8300.c: Ditto.
      	* config/ia64/ia64.c: Ditto.
      	* config/iq2000/iq2000.c: Ditto.
      	* config/lm32/lm32.c: Ditto.
      	* config/m32c/m32c.c: Ditto.
      	* config/m32r/m32r.c: Ditto.
      	* config/m68k/m68k.c: Ditto.
      	* config/mcore/mcore.c: Ditto.
      	* config/microblaze/microblaze.c: Ditto.
      	* config/mmix/mmix.c: Ditto.
      	* config/mn10300/mn10300.c: Ditto.
      	* config/moxie/moxie.c: Ditto.
      	* config/msp430/msp430.c: Ditto.
      	* config/nios2/nios2.c: Ditto.
      	* config/nvptx/nvptx.c: Ditto.
      	* config/pa/pa.c: Ditto.
      	* config/pdp11/pdp11.c: Ditto.
      	* config/rl78/rl78.c: Ditto.
      	* config/sparc/sparc.c: Ditto.
      	* config/spu/spu.c: Ditto.
      	* config/stormy16/stormy16.c: Ditto.
      	* config/tilegx/tilegx.c: Ditto.
      	* config/tilepro/tilepro.c: Ditto.
      	* config/v850/v850.c: Ditto.
      	* config/vax/vax.c: Ditto.
      	* config/visium/visium.c: Ditto.
      	* config/xtensa/xtensa.c: Ditto.
      
      From-SVN: r240130
      Segher Boessenkool committed
    • re PR sanitizer/68260 (false positive with tsan) · 5ba4a08c
      	PR sanitizer/68260
      	* tsan.c: Include target.h.
      	(enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
      	(BOOL_CLEAR, BOOL_TEST_AND_SET): Define.
      	(tsan_atomic_table): Add BUILT_IN_ATOMIC_CLEAR and
      	BUILT_IN_ATOMIC_TEST_AND_SET entries.
      	(instrument_builtin_call): Handle bool_clear and bool_test_and_set.
      
      	* c-c++-common/tsan/pr68260.c: New test.
      
      From-SVN: r240129
      Jakub Jelinek committed
    • Add braces to a condition in predict.c (PR middle-end/77574) · 130ffea0
      	    Martin Liska  <mliska@suse.cz>
      
      	PR middle-end/77574
      	* predict.c (force_edge_cold): Add braces to a condition.
      
      Co-Authored-By: Martin Liska <mliska@suse.cz>
      
      From-SVN: r240128
      Bernd Edlinger committed
    • Daily bump. · fb05e304
      From-SVN: r240127
      GCC Administrator committed
  3. 13 Sep, 2016 8 commits