144538 Commits

Author SHA1 Message Date
David Malcolm
26fb38a1d7 PR plugins/69758: add params.list to PLUGIN_HEADERS
gcc/ChangeLog:
	PR plugins/69758
	* Makefile.in (PLUGIN_HEADERS): Add params.list.

From-SVN: r233338
2016-02-11 11:26:54 +00:00
Jakub Jelinek
567a3691a7 re PR target/65313 (Compilation error in lto profiledbootstrap on powerpc64le-unknown-linux-gnu)
PR target/65313
	* tree-vect-slp.c (vect_schedule_slp_instance): Avoid
	-Wmaybe-uninitialized warning.

From-SVN: r233337
2016-02-11 11:08:14 +01:00
Ilya Enkovich
e6208a60cd mpx-dg.exp: Fix warning in check_effective_target_mpx test.
gcc/testsuite/

	* lib/mpx-dg.exp: Fix warning in check_effective_target_mpx
	test.

From-SVN: r233333
2016-02-11 09:26:23 +00:00
Oleg Endo
3a71ddbcad re PR target/69713 (Invalid code of optimization in SH)
gcc/
	PR target/69713
	* config/sh/sh.md (casesi_worker_0): Add T_REG use.

From-SVN: r233324
2016-02-11 09:12:18 +00:00
Richard Biener
281a11eb25 pr61034.C: Adjust.
2016-02-11  Richard Biener  <rguenther@suse.de>

	* g++.dg/tree-ssa/pr61034.C: Adjust.

From-SVN: r233317
2016-02-11 08:15:44 +00:00
Richard Biener
f167cf54a1 re PR rtl-optimization/69291 (wrong code at -O1 for ruby-2.3.0/regcomp.c:985:compile_length_quantifier_node())
2016-02-11  Richard Biener  <rguenther@suse.de>

	PR rtl-optimization/69291
	* ifcvt.c (noce_try_store_flag_constants): Do not allow
	subexpressions affected by changing the result.

From-SVN: r233316
2016-02-11 08:11:52 +00:00
GCC Administrator
168a75879e Daily bump.
From-SVN: r233314
2016-02-11 00:16:12 +00:00
Jason Merrill
46f0d909aa re PR c++/68926 (decltype and sfinae to check for template instance availability fails to compile)
PR c++/68926

	* pt.c (resolve_nondeduced_context): Add complain parm.
	(do_auto_deduction): Pass it.
	* cvt.c (convert_to_void): Likewise.
	* decl.c (cp_finish_decl): Likewise.
	* init.c (build_new): Likewise.
	* rtti.c (get_tinfo_decl_dynamic): Likewise.
	* semantics.c (finish_decltype_type): Likewise.
	* typeck.c (decay_conversion): Likewise.
	* cp-tree.h: Adjust declaration.
	* call.c (standard_conversion): Add complain parm, pass it along.
	(implicit_conversion): Pass it.

From-SVN: r233304
2016-02-10 14:12:32 -05:00
Vladimir Makarov
4b48faf548 Fix PR #.
From-SVN: r233303
2016-02-10 18:47:43 +00:00
Ian Lance Taylor
931f434a72 re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo)
PR go/66904
    cmd/go: fix "#cgo pkg-config:" comments with gccgo
    
    Copy of https://golang.org/cl/18790 by Michael Hudson-Doyle.
    
    The unique difficulty of #cgo pkg-config is that the linker flags are recorded
    when the package is compiled but (obviously) must be used when the package is
    linked into an executable -- so the flags need to be stored on disk somewhere.
    As it happens cgo already writes out a _cgo_flags file: nothing uses it
    currently, but this change adds it to the lib$pkg.a file when compiling a
    package, reads it out when linking (and passes a version of the .a file with
    _cgo_flags stripped out of it to the linker). It's all fairly ugly but it works
    and I can't really think of any way of reducing the essential level of
    ugliness.
    
    Update golang/go#11739.
    GCC PR 66904.

    Reviewed-on: https://go-review.googlesource.com/19431

From-SVN: r233290
2016-02-10 18:30:27 +00:00
Vladimir Makarov
e03dd76578 re PR target/69148 (ICE (floating point exception) on s390x-linux-gnu)
2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>

	PR target/69148
	* lra-constraints.c (curr_insn_transform): Find in/out operands
	for secondary memory moves.  Update dups.

2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>

	PR target/69468
	* gcc.target/s390/pr69148.c: New.

From-SVN: r233283
2016-02-10 18:01:40 +00:00
Jason Merrill
89908c8f2b re PR c++/69657 (abs() not inlined after including math.h)
PR c++/69657

	* name-lookup.c (ambiguous_decl): Call remove_hidden_names.
	(lookup_name_real_1): Likewise.
	(remove_hidden_names): Handle non-functions too.

From-SVN: r233278
2016-02-10 10:34:59 -05:00
Jason Merrill
ff2faafcf6 re PR c++/10200 (Weird clash with same names in different scopes)
PR c++/10200

	* parser.c (cp_parser_lookup_name): When looking for a template
	after . or ->, only consider class templates.
	(cp_parser_postfix_dot_deref_expression): Handle the current
	instantiation.  Remember a dependent object expression.
	* typeck2.c (build_x_arrow): Handle the current instantiation.

From-SVN: r233277
2016-02-10 10:34:52 -05:00
Jason Merrill
3a4219caad * ptree.c (debug_tree): Implement for cp_expr.
From-SVN: r233276
2016-02-10 10:34:45 -05:00
Yuri Rumyantsev
cdc23927ee re PR tree-optimization/69652 ([ICE] verify_ssa fail w/ -O2 -ffast-math -ftree-vectorize)
gcc/

2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>

	PR tree-optimization/69652
	* tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
	to nested loop, did source re-formatting, skip debug statements,
	add check on statement with volatile operand, remove dead scalar
	statements.

gcc/testsuite/

2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>

	PR tree-optimization/69652
	* gcc.dg/torture/pr69652.c: New test.

From-SVN: r233275
2016-02-10 15:22:17 +00:00
Ian Lance Taylor
03a0ae7d98 re PR go/68562 (morestack misaligns stack on x86_64)
PR go/68562
	* config/i386/morestack.S (__stack_split_initialize): Align
	stack.

From-SVN: r233273
2016-02-10 15:14:05 +00:00
Jakub Jelinek
e199dd0a2f re PR ipa/69241 (ICE with noreturn and function that return non-POD)
PR ipa/69241
	PR c++/69649
	* gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
	calls if the return type is TREE_ADDRESSABLE.
	* cgraphunit.c (cgraph_node::expand_thunk): Likewise.
	* ipa-split.c (split_function): Fix doubled "we" in comment.
	Use void return type for the split part even if
	!split_point->split_part_set_retval.

	* g++.dg/ipa/pr69241-1.C: New test.
	* g++.dg/ipa/pr69241-2.C: New test.
	* g++.dg/ipa/pr69241-3.C: New test.
	* g++.dg/ipa/pr69649.C: New test.

Co-Authored-By: Patrick Palka <ppalka@gcc.gnu.org>

From-SVN: r233271
2016-02-10 16:06:20 +01:00
Uros Bizjak
d6b38027a0 sra-17.c: Add -mcpu=ev4 for target alpha*-*-*.
* gcc.dg/tree-ssa/sra-17.c: Add -mcpu=ev4 for target alpha*-*-*.
	* gcc.dg/tree-ssa/sra-18.c: Ditto.

From-SVN: r233270
2016-02-10 15:41:59 +01:00
Bin Cheng
13b562c502 re PR tree-optimization/68021 (ice in rewrite_use_nonlinear_expr with -O3)
PR tree-optimization/68021
	* tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
	when computing the value of biv cand by itself.

	gcc/testsuite/ChangeLog
	PR tree-optimization/68021
	* gcc.dg/tree-ssa/pr68021.c: New test.

From-SVN: r233269
2016-02-10 14:09:05 +00:00
Wilco Dijkstra
00a8574af2 Enable instruction fusion of dependent AESE; AESMC and AESD; AESIMC pairs.
This can give up to 2x speedup on many AArch64 implementations. Also model
the crypto instructions on Cortex-A57 according to the Optimization Guide.

    gcc/
        * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
        (cortexa57_tunings): Likewise.
        (cortexa72_tunings): Likewise.
        (arch_macro_fusion_pair_p): Add support for AES fusion.
        * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
        * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
        Allow virtual registers before reload so early scheduling works.
        * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
        correct latency and pipeline.
        (cortex_a57_crypto_complex): Likewise.
        (cortex_a57_crypto_xor): Likewise.
        (define_bypass): Add AES bypass.

From-SVN: r233268
2016-02-10 12:52:23 +00:00
Richard Biener
24a179f835 re PR tree-optimization/69726 (Bogus warnings with -O3 -Wuninitialized because dead code after if-conversion)
2016-02-10  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/69726
	* passes.def: Add DCE pass before late uninit.
	* match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
	really fixup if-conversions job.

	* gcc.dg/uninit-22.c: New testcase.

From-SVN: r233267
2016-02-10 12:46:33 +00:00
Wilco Dijkstra
066c14c940 Enable instruction fusion of AES instructions on ARM for Cortex-A53 and
Cortex-A57.

    gcc/
        * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
        (arm_cortex_a57_tune): Likewise.
        (aarch_macro_fusion_pair_p): Add support for AES fusion.
        * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC

From-SVN: r233266
2016-02-10 12:36:03 +00:00
Eric Botcazou
2cba7d7b63 timevar.def (TV_PHASE_DBGINFO): Delete.
* timevar.def (TV_PHASE_DBGINFO): Delete.
	(TV_PHASE_CHECK_DBGINFO): Likewise.
	* varpool.c (varpool_node::assemble_decl): Do not change timevar.

From-SVN: r233264
2016-02-10 11:22:29 +00:00
Richard Biener
6cd8854e3d re PR tree-optimization/69719 (wrong code at -O3 on x86_64-linux-gnu)
2016-02-10  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/69719
	* tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
	Adjust previous fix by ensuring that dr_a1 is left of dr_a2.

From-SVN: r233262
2016-02-10 08:36:03 +00:00
Andrew Pinski
0d99886f66 re PR tree-optimization/69282 (aarch64/armhf ICE on SPEC2006 464.h264ref at -O3)
2016-02-09  Andrew Pinski  <apinski@cavium.com>

        PR tree-opt/69282
        * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
        get_vcond_mask_icode returns false.

2016-02-09  Andrew Pinski  <apinski@cavium.com>

        PR tree-opt/69282
        * gcc.c-torture/compile/20160205-1.c: New testcase.

From-SVN: r233261
2016-02-09 19:13:53 -08:00
Ian Lance Taylor
de24ed7803 re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)
PR go/69511
    runtime: change G gcstack_size field to size_t
    
    Because its address is passed to __splitstack_find, which expects size_t*.
    
    From Dominik Vogt in GCC PR 69511.
    
    Reviewed-on: https://go-review.googlesource.com/19429

From-SVN: r233260
2016-02-10 02:16:04 +00:00
GCC Administrator
6e56c866b6 Daily bump.
From-SVN: r233259
2016-02-10 00:16:12 +00:00
Joseph Myers
317ed42318 * fi.po: Update.
From-SVN: r233256
2016-02-09 23:37:02 +00:00
Michael Meissner
ab04995c1c re PR bootstrap/68404 (PGO/LTO bootstrap failure on ppc64le)
[gcc]
2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR target/68404
	* config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
	an ADDIS that adds a pointer to a large constant that sets the
	upper16 bits with a load operation.

[gcc/testsuite]
2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR target/68404
	* gcc.target/powerpc/fusion.c: Rewrite test to use TOC fusion
	instead accessing a really large arrray.
	* gcc.target/powerpc/fusion3.c: Likewise.

From-SVN: r233255
2016-02-09 22:31:31 +00:00
Mike Stump
af583c4457 Ensure stdout is newline terminated for status wrappers.
From-SVN: r233254
2016-02-09 20:18:10 +00:00
Daniel Starke
ca47576a26 re PR target/65867 (bootstrap fails for mingw32 due to missing header in ssp.c)
2015-04-25  Daniel Starke  <daniel.f.starke@freenet.de>

	PR target/65867
	* ssp.c: Added wincrypt.h include for Windows targets.

From-SVN: r233253
2016-02-09 12:16:30 -07:00
Charles Baylis
1149b83cbd [ARM] PR68532 Fix up vzip recognition for big endian
gcc/ChangeLog:

2016-02-09  Charles Baylis  <charles.baylis@linaro.org>

        PR target/68532
        * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
        order.
        * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
        endian.
        (vzipq_s16): Likewise.
        (vzipq_s32): Likewise.
        (vzipq_f32): Likewise.
        (vzipq_u8): Likewise.
        (vzipq_u16): Likewise.
        (vzipq_u32): Likewise.
        (vzipq_p8): Likewise.
        (vzipq_p16): Likewise.

From-SVN: r233252
2016-02-09 18:49:05 +00:00
Charles Baylis
4b79ac23c6 [ARM] PR68532: Fix up vuzp for big endian
gcc/ChangeLog:

2016-02-09  Charles Baylis  <charles.baylis@linaro.org>

       PR target/68532
       * config/arm/arm.c (neon_endian_lane_map): New function.
       (neon_vector_pair_endian_lane_map): New function.
       (arm_evpc_neon_vuzp): Allow for big endian lane order.
       * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
       endian.
       (vuzpq_s16): Likewise.
       (vuzpq_s32): Likewise.
       (vuzpq_f32): Likewise.
       (vuzpq_u8): Likewise.
       (vuzpq_u16): Likewise.
       (vuzpq_u32): Likewise.
       (vuzpq_p8): Likewise.
       (vuzpq_p16): Likewise.

gcc/testsuite/ChangeLog:
2016-02-09  Charles Baylis  <charles.baylis@linaro.org>

       PR target/68532
       * gcc.c-torture/execute/pr68532.c: New test.

From-SVN: r233251
2016-02-09 18:47:55 +00:00
Alexandre Oliva
b890a4410b re PR target/69634 (-fcompare-debug failure (length) with -O2 -fno-dce -fschedule-insns -fno-tree-vrp @ i686)
2016-02-11  Alexandre Oliva  <aoliva@redhat.com>

	PR target/69634
	* regstat.c (regstat_bb_compute_calls_crossed): Disregard
	debug insns.

	PR target/69634
	* gcc.dg/pr69634.c: New.

From-SVN: r233250
2016-02-09 11:26:00 -07:00
Uros Bizjak
4849c1c7f6 i386.md (insv<mode>_1): Use gen_int_mode to truncate const_int operand 1 to QImode.
* config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
	truncate const_int operand 1 to QImode.

From-SVN: r233249
2016-02-09 18:43:48 +01:00
Eric Botcazou
a864ad5ba2 gimple-ssa-backprop.c (optimize_phi): Do not replace an argument corresponding to an abnormal edge.
* gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
	corresponding to an abnormal edge.

From-SVN: r233248
2016-02-09 17:21:57 +00:00
Joseph Myers
f10208b8e9 * de.po: Update.
From-SVN: r233246
2016-02-09 16:20:46 +00:00
Richard Biener
84a5bef772 vect-mask-store-move-1.c: Add missing space.
2016-02-09  Richard Biener  <rguenther@suse.de>

	* gcc.dg/vect/vect-mask-store-move-1.c: Add missing space.

From-SVN: r233245
2016-02-09 15:04:48 +00:00
Alexander Fomin
1f123759b5 Fix expectation in AVX512 logic instructions test.
gcc/testsuite

	* gcc.target/i386/avx512f-klogic-2.c: Adjust expectation.

From-SVN: r233243
2016-02-09 09:36:03 -05:00
Yuri Rumyantsev
65860c77cf vect-mask-store-move-1.c: Fix test failures.
gcc/testsuite/

2016-02-09  Yuri Rumyantsev  <ysrumyan@gmail.com>

	* gcc.dg/vect/vect-mask-store-move-1.c: Fix test failures.

From-SVN: r233241
2016-02-09 09:51:21 +00:00
Tom de Vries
17b6426cda Fix GOMP/GOACC_parallel optimization in ipa-pta
2016-02-09  Tom de Vries  <tom@codesourcery.com>

	PR tree-optimization/69599
	* tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
	function.
	(find_func_aliases_for_builtin_call, find_func_clobbers)
	(ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
	partition.

	* testsuite/libgomp.c/omp-nested-3.c: New test.
	* testsuite/libgomp.c/pr46032-2.c: New test.
	* testsuite/libgomp.oacc-c-c++-common/kernels-2.c: New test.
	* testsuite/libgomp.oacc-c-c++-common/parallel-2.c: New test.

From-SVN: r233240
2016-02-09 08:52:26 +00:00
Richard Biener
7e1e8a0ae1 re PR middle-end/69715 (ICE: in store_bit_field_1, at expmed.c:839)
2016-02-09  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/69715
	* tree-ssa.c (execute_update_addresses_taken): Mark non-decl
	LHS on calls as non-rewritable.

	* gcc.dg/torture/pr69715.c: New testcase.

From-SVN: r233239
2016-02-09 08:35:22 +00:00
Bernd Schmidt
2746ac67d6 Add missing entry
From-SVN: r233238
2016-02-09 07:12:22 +00:00
Tom de Vries
34df756cd8 Handle -fdiagnostics-color in lto
2016-02-09  Tom de Vries  <tom@codesourcery.com>

	PR lto/69707
	* lto-wrapper.c (append_diag_options): New function.
	(compile_offload_image): Call append_diag_options.

	* testsuite/libgomp.oacc-c-c++-common/parallel-dims-2.c: New test.

From-SVN: r233237
2016-02-09 07:04:08 +00:00
Sandra Loosemore
806a4ad8fe re PR other/69722 (gcc/doc/extend.texi:7526: warning: node Constraints' is next for Extended Asm' in menu but not in sectioning)
2016-02-08  Sandra Loosemore <sandra@codesourcery.com>

	PR other/69722

	gcc/
	* doc/extend.texi (Flag Output Operands): Correct sectioning.
	Minor copy-edit to fix verb tenses.

From-SVN: r233236
2016-02-08 22:25:30 -05:00
Ian Lance Taylor
cc240aa7d1 re PR go/69357 (libgo refers to _end in a non-weak way)
PR go/69537
    runtime: Don't refer to _end symbol in shared library.
    
    Fixes GCC PR 69357.
    
    Reviewed-on: https://go-review.googlesource.com/19362

From-SVN: r233235
2016-02-09 00:34:55 +00:00
GCC Administrator
41798077bf Daily bump.
From-SVN: r233234
2016-02-09 00:16:13 +00:00
Patrick Palka
efb45a9f4a Fix PR c++/69139 (deduction failure with trailing return type)
gcc/cp/ChangeLog:

	PR c++/69139
	* parser.c (cp_parser_simple_type_specifier): Make the check
	for disambiguating between an 'auto' placeholder and an implicit
	template parameter more robust.

gcc/testsuite/ChangeLog:

	PR c++/69139
	* g++.dg/cpp0x/trailing12.C: New test.
	* g++.dg/cpp0x/trailing13.C: New test.

From-SVN: r233231
2016-02-08 23:06:21 +00:00
Patrick Palka
20a0c6f9bd Fix PR c++/69283 (auto deduction fails when ADL is required)
gcc/cp/ChangeLog:

	PR c++/69283
	PR c++/67835
	* decl2.c (mark_used): When given a TEMPLATE_DECL, return after
	setting its TREE_USED flag.

gcc/testsuite/ChangeLog:

	PR c++/69283
	PR c++/67835
	* g++.dg/cpp1y/auto-fn29.C: New test.
	* g++.dg/cpp1y/auto-fn30.C: New test.

From-SVN: r233230
2016-02-08 23:02:50 +00:00
Jason Merrill
1374a761eb re PR c++/69657 (abs() not inlined after including math.h)
PR c++/69657
	* name-lookup.c (do_nonmember_using_decl): Leave anticipated
	built-ins alone.

From-SVN: r233229
2016-02-08 17:07:54 -05:00