Commit Graph

139381 Commits

Author SHA1 Message Date
Andreas Krebbel
996fcca1ec S/390: Fix s390_secondary_reload register class check.
gcc/ChangeLog:

2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

	    * config/s390/s390.c (s390_secondary_reload): Fix check for
	    GENERAL_REGS register class.

From-SVN: r224870
2015-06-24 06:41:10 +00:00
Andreas Krebbel
920cc6968d S/390: Disable effect of support_vector_misalignment
gcc/ChangeLog:

2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

	    * config/s390/s390.c (s390_support_vector_misalignment): Call
	    default implementation for !TARGET_VX.

From-SVN: r224869
2015-06-24 06:39:55 +00:00
Andreas Krebbel
0600d22cbb S/390: Limit legitimate_constant_p changes to TARGET_VX.
gcc/ChangeLog:

2015-06-23  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

	* config/s390/s390.c (s390_legitimate_constant_p): Add
	TARGET_VX check.

From-SVN: r224868
2015-06-24 06:38:32 +00:00
Andreas Krebbel
45901378cd S/390 Vector ABI GNU Attribute.
gcc/
	* config/s390/s390.c (s390_vector_abi): New variable definition.
	(s390_check_type_for_vector_abi): New function.
	(TARGET_ASM_FILE_END): New macro definition.
	(s390_asm_file_end): New function.
	(s390_function_arg): Call s390_check_type_for_vector_abi.
	(s390_gimplify_va_arg): Likewise.
	* configure: Regenerate.
	* configure.ac: Check for .gnu_attribute Binutils feature.

gcc/testsuite/
	* gcc.target/s390/vector/vec-abi-1.c: Add gnu attribute check.
	* gcc.target/s390/vector/vec-abi-attr-1.c: New test.
	* gcc.target/s390/vector/vec-abi-attr-2.c: New test.
	* gcc.target/s390/vector/vec-abi-attr-3.c: New test.
	* gcc.target/s390/vector/vec-abi-attr-4.c: New test.
	* gcc.target/s390/vector/vec-abi-attr-5.c: New test.
	* gcc.target/s390/vector/vec-abi-attr-6.c: New test.

From-SVN: r224867
2015-06-24 06:36:46 +00:00
Chen Gang
5a5c3debfe re PR target/65803 (blackfin: internal compiler error: segment fault linux kernel)
PR target/65803
	* config/bfin/bfin.c (hwloop_optimize): Initialize
	JUMP_LABEL for newly created jump.

        PR target/65803
	* gcc.c-torture/pr65803.c: New test.

From-SVN: r224866
2015-06-23 22:22:39 -06:00
Patrick Palka
6c4ed5216d Add PR information to ChangeLog entries for previous change
From-SVN: r224865
2015-06-24 01:27:17 +00:00
GCC Administrator
a49eecc0f2 Daily bump.
From-SVN: r224862
2015-06-24 00:16:11 +00:00
Patrick Palka
1a8f8908d2 [PATCH] Fix PR c++/30044
gcc/cp/ChangeLog:

	* parser.c (cp_parser_template_parameter_list): Update
	current_template_parms right after processing a paramater.
	* pt.c (template_parms_to_args): Remove obsolete hack for
	giving template template arguments the proper level.
	(check_default_tmpl_args): Account for tested template
	parameter_lists.
	(splite_late_return_type): Remove obsolete hack for giving
	template template arguments the proper level.

gcc/testsuite/ChangeLog

	* g++.dg/cpp0x/auto45.C: New test.
	* g++.dg/template/pr30044.C: New test.
	* g++.dg/template/crash83.C: Accept any error string.
	* g++.dg/cpp0x/variadic18.C: Adjust to not shadow template
	parameters.
	* g++.dg/cpp0x/variadic18.C: Likewise
	* g++.dg/template/canon-type-13.C: Likewise.
	* g++.old-deja/g++.pt/ttp42.C: Likewise.

From-SVN: r224859
2015-06-23 23:41:51 +00:00
Tristan Gingold
8289f048f0 collect-utils.c (collect_wait): Unlink the response file here instead of...
* collect-utils.c (collect_wait): Unlink the response file here
	instead of...
	(do_wait): ...here.
	(utils_cleanup): ...and here.

From-SVN: r224858
2015-06-23 20:48:07 +00:00
François Dumont
7d17de7f73 array: Include <array>.
2015-06-23  François Dumont  <fdumont@gcc.gnu.org>

	* include/debug/array: Include <array>. Add version namespace when
	specializing tuple interface to array. Add specialization for
	__is_tuple_like_impl.
	* include/profile/array: Likewise.
	* include/std/array: Include <utility>. Add specialization for
	__is_tuple_like_impl.
	* include/std/tuple
	(__is_tuple_like_impl<>, __is_tuple_like_impl<pair>): Move...
	* include/std/utility: ... here. Include <type_traits>.
	* testsuite/23_containers/array/tuple_interface/get_debug_neg.cc: Adjust
	dg-error line number.
	* testsuite/23_containers/array/tuple_interface/
	tuple_element_debug_neg.cc: Likewise.

From-SVN: r224857
2015-06-23 19:51:02 +00:00
Richard Sandiford
0fa16060ed c-common.c: Don't include target-def.h.
gcc/c-family/
	* c-common.c: Don't include target-def.h.

gcc/
	* df-scan.c: Don't include target-def.h.
	* targhooks.c: Likewise.
	* config/arm/arm-c.c: Likewise.
	* config/i386/i386-c.c: Likewise.
	* config/nds32/nds32-cost.c: Likewise.
	* config/nds32/nds32-fp-as-gp.c: Likewise.
	* config/nds32/nds32-intrinsic.c: Likewise.
	* config/nds32/nds32-isr.c: Likewise.
	* config/nds32/nds32-md-auxiliary.c: Likewise.
	* config/nds32/nds32-memory-manipulation.c: Likewise.
	* config/nds32/nds32-pipelines-auxiliary.c: Likewise.
	* config/nds32/nds32-predicates.c: Likewise.

From-SVN: r224856
2015-06-23 18:26:49 +00:00
Andreas Tobler
6d9d1eeb97 configure.ac: Fix check for header <sys/sysctl.h>.
2015-06-23  Andreas Tobler  <andreast@gcc.gnu.org>

    * configure.ac: Fix check for header <sys/sysctl.h>.
    * configure: Regenerate.
    * config.h.in: Likewise.

From-SVN: r224855
2015-06-23 19:59:59 +02:00
James Lemke
4fa0f9ea8c lib1funcs.S (aeabi_idiv0, [...]): Add CFI entries.
2015-06-23  James Lemke  <jwlemke@codesourcery.com>

	libgcc/config/arm/
	* lib1funcs.S (aeabi_idiv0, aeabi_ldiv0): Add CFI entries.

From-SVN: r224854
2015-06-23 17:45:18 +00:00
Marek Polacek
a68ae2e1b1 c-common.c (warn_logical_operator): Use tree_int_cst_equal when comparing INTEGER_CSTs.
* c-common.c (warn_logical_operator): Use tree_int_cst_equal
	when comparing INTEGER_CSTs.

	* c-c++-common/Wlogical-op-3.c: New test.

From-SVN: r224853
2015-06-23 17:10:10 +00:00
Paolo Carlini
171561ca33 re PR c++/66254 (Member function shadowing enum classes)
2015-06-23  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/66254
	* g++.dg/cpp0x/scoped_enum5.C: New.

From-SVN: r224851
2015-06-23 15:42:31 +00:00
Tom de Vries
1222f22bd8 Use abort in parloops-exit-first-loop-alt-{3,4}.c
2015-06-23  Tom de Vries  <tom@codesourcery.com>

	* testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Use
	abort.
	* testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c (main): Same.

From-SVN: r224849
2015-06-23 15:02:25 +00:00
Jason Merrill
d88511aec7 re PR c++/65879 (Bogus linkage errors for member class of anonymous class)
PR c++/65879
	* decl.c (grokfndecl): Check the linkage of ctype, not just
	TYPE_ANONYMOUS_P.
	* tree.c (no_linkage_check): Skip the 'this' pointer.

From-SVN: r224844
2015-06-23 10:08:30 -04:00
Jason Merrill
115ef7c52e re PR c++/66501 (Default move assignment does not move array members)
PR c++/66501
	* class.c (type_has_nontrivial_assignment): New.
	* init.c (build_vec_init): Use it.
	* cp-tree.h: Declare it.
	* method.c (trivial_fn_p): Templates aren't trivial.

From-SVN: r224843
2015-06-23 10:08:25 -04:00
Jason Merrill
d4c9e7f922 re PR c++/66542 ([C++11] Can create static variable of type that has deleted destructor)
PR c++/66542
	* decl.c (expand_static_init): Make sure the destructor is callable
	here even if we have an initializer.

From-SVN: r224842
2015-06-23 10:08:19 -04:00
Richard Biener
c079cbacb7 re PR tree-optimization/66636 (ICE in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:1590)
2015-06-23  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/66636
	* tree-vect-stmts.c (vectorizable_store): Properly compute the
	def type for further defs for strided stores.

	* gcc.dg/vect/pr66636.c: New testcase.

From-SVN: r224841
2015-06-23 13:56:34 +00:00
Nathan Sidwell
224b491b09 nvptx.md (sel_true<mode>, [...]): New conditional selects.
* config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
	conditional selects.
	(setcc_int<mode>, setcc_float<mode>): Reformat.

From-SVN: r224839
2015-06-23 13:05:15 +00:00
Marek Polacek
9737efaf7e match.pd ((x + y) - (x | y) -> x & y, (x + y) - (x & y) -> x | y): New patterns.
* match.pd ((x + y) - (x | y) -> x & y,
	(x + y) - (x & y) -> x | y): New patterns.

	* gcc.dg/fold-minus-4.c: New test.
	* gcc.dg/fold-minus-5.c: New test.
	* c-c++-common/ubsan/overflow-add-5.c: New test.

From-SVN: r224834
2015-06-23 10:09:05 +00:00
James Greenhalgh
7b91cc91f2 [Vax testsuite] Fixup to revision 224672, add missing testcase.
Add missing testcase from r224672.
	2015-06-19  James Greenhalgh  <james.greenhalgh@arm.com>

	* gcc.target/vax/bswapdi-1.c: New.

From-SVN: r224832
2015-06-23 10:06:01 +00:00
Andre Vehreschild
76540ac3e3 re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array)
gcc/fortran/ChangeLog:

2015-06-23  Andre Vehreschild  <vehre@gmx.de>

	PR fortran/64674
	* parse.c (parse_associate): Figure the rank and as of a
	class array in an associate early.
	* primary.c (gfc_match_varspec): Prevent setting the
	dimension attribute on the sym for classes.
	* resolve.c (resolve_variable): Correct the component
	ref's type for associated variables.  Add a full array ref
	when class array's are associated.
	(resolve_assoc_var): Correct the type of the symbol,
	when in the associate the expression's rank becomes scalar.
	* trans-expr.c (gfc_conv_variable): Indirect ref needed for
	allocatable associated objects.

gcc/testsuite/ChangeLog:

2015-06-23  Andre Vehreschild  <vehre@gmx.de>

	PR fortran/64674
	* gfortran.dg/associate_18.f08: New test.

From-SVN: r224827
2015-06-23 11:07:22 +02:00
Ludovic Courtès
bcd119b7a3 re PR target/65711 (arm*-linux* "link" spec passes '-dynamic-linker' even for '-shared')
PR 65711
	* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
	'-dynamic-linker' within %{!shared: ...}.

From-SVN: r224826
2015-06-23 09:06:55 +00:00
Ludovic Courtès
b837291d5a * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r224825
2015-06-23 08:52:51 +00:00
Uros Bizjak
7121e32bea re PR target/66560 (Fails to generate ADDSUBPS)
PR target/66560
	* config/i386/predicates.md (addsub_vm_operator): New predicate.
	(addsub_vs_operator): Ditto.
	(addsub_vs_parallel): Ditto.
	* config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
	(avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
	Put minus RTX before plus and adjust vec_merge selector.
	(*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
	(*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
	(*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
	(addsub vec_merge splitters): New combiner splitters.
	(addsub vec_select/vec_concat splitters): Ditto.

testsuite/ChangeLog:

	PR target/66560
	* gcc.target/i386/pr66560-1.c: New test.
	* gcc.target/i386/pr66560-2.c: Ditto.
	* gcc.target/i386/pr66560-3.c: Ditto.
	* gcc.target/i386/pr66560-4.c: Ditto.

From-SVN: r224824
2015-06-23 10:50:12 +02:00
Thomas Schwinge
31575896b2 [nvptx] gcc/testsuite/gcc.target/nvptx/
We don't claim to support "K&R C" for nvptx, but needed this corresponding
functionality ("incomplete prototypes") to support the Fortran
libgomp/openacc_lib.h file.

	gcc/testsuite/
	* gcc.target/nvptx/nvptx.exp: New file.
	* gcc.target/nvptx/proto-1.c: Likewise.

From-SVN: r224822
2015-06-23 10:17:23 +02:00
Richard Biener
f9180d0e87 update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
2015-06-23  Richard Biener  <rguenther@suse.de>

	* update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.

From-SVN: r224771
2015-06-23 07:48:06 +00:00
Bin Cheng
109bd2e61f re PR tree-optimization/66449 (ICE: in build2_stat, at tree.c:4376 with -O3)
PR tree-optimization/66449
	* tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
	POINTER_PLUS_EXPR for pointers.

	gcc/testsuite
	PR tree-optimization/66449
	* gcc.dg/vect/pr66449.c: New test.

From-SVN: r224769
2015-06-23 02:27:49 +00:00
Alan Modra
350911e651 rtlanal.c (commutative_operand_precedence): Correct comments.
* rtlanal.c (commutative_operand_precedence): Correct comments.
	* simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
	declaration.  Return an int.  Distinguish REG,REG return from
	others.
	(struct simplify_plus_minus_op_data): Make local to function.
	(simplify_plus_minus): Don't set canonicalized if merely sorting
	registers.  Avoid packing ops if nothing changes.  White space fixes.

From-SVN: r224768
2015-06-23 10:35:04 +09:30
GCC Administrator
6536a0a875 Daily bump.
From-SVN: r224767
2015-06-23 00:16:16 +00:00
Andreas Tobler
2a97995f81 MAINTAINERS (OS Port Maintainers): Add myself.
2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>

    * MAINTAINERS (OS Port Maintainers): Add myself.
    (Various Maintainers): Remove myself from libffi testsuite.

From-SVN: r224760
2015-06-22 22:33:41 +02:00
Pierre-Marie de Rodat
6935a9233d gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if -fdump-ada-spec is passed but not if...
* gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
	-fdump-ada-spec is passed but not if -fsyntax-only is.
cp/
	* lang-specs.h: Pass "-o %g.s" to cc1plus for headers even if
	-fdump-ada-spec is passed.

From-SVN: r224755
2015-06-22 19:19:48 +00:00
Pierre-Marie de Rodat
c6a2f2d98d c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.
c-family/
	* c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.
	* c-ada-spec.c (collect_ada_nodes): Skip NAMESPACE_DECL
	(dump_ada_template): Skip partially specialized types.
cp/
	* decl2.c (cpp_check): Deal with HAS_DEPENDENT_TEMPLATE_ARGS.

From-SVN: r224754
2015-06-22 19:16:58 +00:00
Vladimir Makarov
a42e72d1d2 re PR bootstrap/63740 (GCC 4.9.2 bootstrap fails on ARM, haifa-sched.c:6507:1: internal compiler error: in lra_create)
2015-06-22  Vladimir Makarov  <vmakarov@redhat.com>

	PR bootstrap/63740
	* lra-lives.c (process_bb_lives): Check insn copying the same
	reload pseudo and don't create a copy for it.

From-SVN: r224753
2015-06-22 18:45:58 +00:00
Paolo Carlini
ea663be91a decl.c (grokdeclarator): Use declspecs->locations[ds_virtual].
/cp
2015-06-22  Paolo Carlini  <paolo.carlini@oracle.com>

	* decl.c (grokdeclarator): Use declspecs->locations[ds_virtual].

/testsuite
2015-06-22  Paolo Carlini  <paolo.carlini@oracle.com>

	* g++.dg/inherit/pure1.C: Test location too.

2015-06-22  Paolo Carlini  <paolo.carlini@oracle.com>

	* decl.c (grokdeclarator): Remove pointless code.

From-SVN: r224750
2015-06-22 17:35:34 +00:00
Jason Merrill
33273def7c re PR testsuite/66621 (Mistakenly unsupported tests in g++.dg/torture/)
PR testsuite/66621
	* g++.dg/debug, g++.dg/torture: Use dg-options rather than target
	requirements for C++11 tests.

From-SVN: r224749
2015-06-22 13:24:37 -04:00
Jason Merrill
e8a3c59754 re PR c++/66515 (g++ segfaults when creating an std::initializer_list)
PR c++/66515
	* call.c (implicit_conversion): Only reshape for classes.

From-SVN: r224748
2015-06-22 13:24:25 -04:00
Tom de Vries
5a5fd95154 Add missing update_stmt in transform_to_exit_first_loop_alt
2015-06-22  Tom de Vries  <tom@codesourcery.com>

	* tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
	for cond_stmt.

From-SVN: r224746
2015-06-22 16:26:16 +00:00
Tom de Vries
2b9f69fd8a Test for flag_parallelize_loops > 1
2015-06-22  Tom de Vries  <tom@codesourcery.com>

	* builtins.def (DEF_GOMP_BUILTIN): Test
	'flag_tree_parallelize_loops > 1' instead of
	'flag_tree_parallelize_loops'.  Test flag_cilkplus.

From-SVN: r224745
2015-06-22 16:26:08 +00:00
Tom de Vries
f3c676e118 Verify dominators in early-out calculate_dominance_info
2015-06-22  Tom de Vries  <tom@codesourcery.com>

	* dominance.c (calculate_dominance_info): Verify dominators if
	early-out.

From-SVN: r224744
2015-06-22 16:26:00 +00:00
Nick Clifton
a82484a2ee isl-ast-gen-if.c (main): Increase size of a array to allow a[50] to be a valid location.
* gcc.dg/graphite/isl-ast-gen-if.c (main): Increase size of a
	array to allow a[50] to be a valid location.

From-SVN: r224743
2015-06-22 16:25:08 +00:00
Jonathan Wakely
e39c4966c7 1.cc: Use non-negative rho argument.
* testsuite/26_numerics/complex/value_operations/1.cc: Use
	non-negative rho argument.

From-SVN: r224739
2015-06-22 16:09:32 +01:00
Jonathan Wakely
e51d877098 list (__gnu_debug::list): Use allocator-aware _Safe_container base.
* include/debug/list (__gnu_debug::list): Use allocator-aware
	_Safe_container base.
	* include/debug/string (__gnu_debug::basic_string): Use
	allocator-aware _Safe_container base for cxx11 ABI.

From-SVN: r224738
2015-06-22 16:09:27 +01:00
Jonathan Wakely
9eb659e003 locale_conv.h (__do_str_codecvt): Handle empty range.
* include/bits/locale_conv.h (__do_str_codecvt): Handle empty range.
	(wstring_convert): Move into __cxx11 namespace.
	(wbuffer_convert(streambuf*, _Codecvt*, state_type)): Fix exception
	message.

From-SVN: r224737
2015-06-22 16:09:22 +01:00
Jonathan Wakely
4db6c2f585 re PR libstdc++/64657 (Support iterators with overloaded operator-comma)
PR libstdc++/64657
	* include/bits/stl_uninitialized.h
	(__uninitialized_copy::__uninit_copy): Cast expression to void.

From-SVN: r224736
2015-06-22 16:09:14 +01:00
Marek Polacek
9ea65ca688 match.pd ((x ^ y) ^ (x | y) -> x & y, (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y, (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y, (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
* match.pd ((x ^ y) ^ (x | y) -> x & y,
	(x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
	(x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
	(x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.

	* gcc.dg/fold-ior-1.c: New test.
	* gcc.dg/fold-minus-2.c: New test.
	* gcc.dg/fold-minus-3.c: New test.
	* gcc.dg/fold-plus-1.c: New test.
	* gcc.dg/fold-plus-2.c: New test.
	* gcc.dg/fold-xor-4.c: New test.
	* gcc.dg/fold-xor-5.c: New test.

From-SVN: r224734
2015-06-22 14:46:14 +00:00
Joseph Myers
f4f9641b12 * sv.po: Update.
From-SVN: r224730
2015-06-22 15:06:40 +01:00
Uros Bizjak
1ea0e674b0 re PR target/65871 (bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF flag)
PR target/65871
	* config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
	cost of embedded comparison.

From-SVN: r224729
2015-06-22 15:54:58 +02:00