1. 12 Mar, 2015 14 commits
    • [simplify-rtx] PR 65235: Calculate element size correctly when simplifying… · 644f6fd8
      [simplify-rtx] PR 65235: Calculate element size correctly when simplifying (vec_select (vec_concat (const_int) (...)) [...])
      
      	PR rtl-optimization 65235
      	* simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
      	When first element of vec_concat is const_int, calculate its size
      	using second element.
      
      	PR rtl-optimization 65235
      	* gcc.target/aarch64/pr65235_1.c: New test.
      
      From-SVN: r221387
      Kyrylo Tkachov committed
    • re PR ipa/65270 (issues with merging memory accesses from different code paths) · 6899585a
      2015-03-12  Richard Biener  <rguenther@suse.de>
      
      	PR middle-end/65270
      	* fold-const.c (operand_equal_p): Fix ordering of resetting
      	OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
      
      From-SVN: r221386
      Richard Biener committed
    • S/390: Hotpatching fixes. · f8af0e30
      2015-03-02  Dominik Vogt  <vogt@linux.vnet.ibm.com>
      
      	    * config/s390/s390.c (s390_reorg): Move code to output nops after label
      	    to s390_reorg ().
      	    (s390_asm_output_function_label): Likewise.
      	    * config/s390/s390.c (s390_asm_output_function_label):
      	    Fix function label alignment with -mhtopatch.
      	    * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
      	    UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
      	    ("nop_2_byte"): New define_insn.
      	    ("nop_4_byte"): Likewise.
      	    ("nop_6_byte"): Likewise.
      	    * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
      	    * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
      
      2015-03-02  Dominik Vogt  <vogt@linux.vnet.ibm.com>
      
      	    * gcc.target/s390/hotpatch-21.c: New test for hotpatch alignment.
      	    * gcc.target/s390/hotpatch-22.c: Likewise.
      	    * gcc.target/s390/hotpatch-23.c: Likewise.
      	    * gcc.target/s390/hotpatch-24.c: Likewise.
      	    * gcc.target/s390/hotpatch-2.c: Also check hotpatch alignment.
      	    * gcc.target/s390/hotpatch-1.c: Update expected output.
      	    * gcc.target/s390/hotpatch-2.c: Likewise.
      	    * gcc.target/s390/hotpatch-3.c: Likewise.
      	    * gcc.target/s390/hotpatch-4.c: Likewise.
      	    * gcc.target/s390/hotpatch-5.c: Likewise.
      	    * gcc.target/s390/hotpatch-6.c: Likewise.
      	    * gcc.target/s390/hotpatch-7.c: Likewise.
      	    * gcc.target/s390/hotpatch-8.c: Likewise.
      	    * gcc.target/s390/hotpatch-9.c: Likewise.
      	    * gcc.target/s390/hotpatch-10.c: Likewise.
      	    * gcc.target/s390/hotpatch-11.c: Likewise.
      	    * gcc.target/s390/hotpatch-12.c: Likewise.
      	    * gcc.target/s390/hotpatch-13.c: Likewise.
      	    * gcc.target/s390/hotpatch-14.c: Likewise.
      	    * gcc.target/s390/hotpatch-15.c: Likewise.
      	    * gcc.target/s390/hotpatch-16.c: Likewise.
      	    * gcc.target/s390/hotpatch-17.c: Likewise.
      	    * gcc.target/s390/hotpatch-18.c: Likewise.
      	    * gcc.target/s390/hotpatch-19.c: Likewise.
      
      From-SVN: r221381
      Dominik Vogt committed
    • re PR target/65103 ([i386] GOTOFF relocation is not propagated into address expression) · 58b387e6
      gcc/
      
      	PR target/65103
      	* config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
      	register.
      
      gcc/testsuite/
      
      	PR target/65103
      	* gcc.target/i386/pr65103-1.c: New.
      
      From-SVN: r221380
      Ilya Enkovich committed
    • re PR target/65044 (ICE: SIGSEGV in contains_struct_check with… · 1b89b8f0
      re PR target/65044 (ICE: SIGSEGV in contains_struct_check with -fsanitize=address -fcheck-pointer-bounds)
      
      gcc/
      
      	PR target/65044
      	* toplev.c (process_options): Restrict Pointer Bounds Checker
      	usage with Address Sanitizer.
      
      gcc/testsuite/
      
      	PR target/65044
      	* gcc.target/i386/pr65044.c: New.
      
      From-SVN: r221379
      Ilya Enkovich committed
    • re PR other/65384 (Intel MPX does not support x32) · 90d33d8f
      libmpx/
      
             PR other/65384
             * configure.ac: Fix x32 test.
             * configure: Regenerate.
      
      From-SVN: r221378
      Ilya Enkovich committed
    • tree-cfg.c (gimple_split_block): Remove loop finding stmt to split on. · b13c907a
      2015-03-12  Richard Biener  <rguenther@suse.de>
      
      	* tree-cfg.c (gimple_split_block): Remove loop finding stmt
      	to split on.
      	* omp-low.c (expand_omp_taskreg): Split block before removing
      	the stmt.
      	(expand_omp_target): Likewise.
      	* ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
      	* tree-parloops.c (create_call_for_reduction_1): Pass a proper
      	stmt to split_block.
      
      From-SVN: r221377
      Richard Biener committed
    • Revert 'require nonpic target' for fuse-caller-save*.c · cb599e7d
      2015-03-12  Tom de Vries  <tom@codesourcery.com>
      
      	PR rtl-optimization/64895
      	* gcc.target/i386/fuse-caller-save-rec.c: Revert require nonpic target.
      	* gcc.target/i386/fuse-caller-save-xmm.c: Ditto.
      	* gcc.target/i386/fuse-caller-save.c: Ditto.
      
      From-SVN: r221374
      Tom de Vries committed
    • Add missing PR number · da312b6e
      From-SVN: r221373
      Tom de Vries committed
    • Use actual_call_used_reg_set to find conflicting regs · 13d29cb0
      2015-03-12  Tom de Vries  <tom@codesourcery.com>
      
      	* lra-lives.c (check_pseudos_live_through_calls): Use
      	actual_call_used_reg_set instead of call_used_reg_set, if available.
      
      From-SVN: r221372
      Tom de Vries committed
    • * gcc.dg/ipa/pr63569.c: Fix template. · 2e5554fd
      From-SVN: r221371
      Jan Hubicka committed
    • pr64146.C: Require fpic support. · 386adbf7
      2015-03-11  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/testsuite/
      	* g++.dg/ipa/pr64146.C: Require fpic support.
      
      From-SVN: r221370
      Sandra Loosemore committed
    • Daily bump. · 4fddcfd7
      From-SVN: r221369
      GCC Administrator committed
    • cgraph.c (cgraph_node::release_body): Free function_in_decl_state. · 1c4db829
      
      	* cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
      	(cgraph_node::remove): Likewise.
      	(cgraph_node::get_untransformed_body): Likewise.
      	* varpool.c (varpool_node::remove): Likewise.
      	(varpool_node::get_constructor): Add sanity check.
      	* lto.c (read_cgraph_and_symbols): Do not do merging
      	at ltrans stage.
      
      From-SVN: r221366
      Jan Hubicka committed
  2. 11 Mar, 2015 16 commits
  3. 10 Mar, 2015 10 commits