1. 04 Nov, 2013 20 commits
    • libsanitizer merge from upstream r191666 · ef1b3fda
      This may break gcc-asan on Mac, will follow up separately.
      
      From-SVN: r204368
      Kostya Serebryany committed
    • i386-c.c (ix86_target_macros_internal): Separate PROCESSOR_COREI7_AVX out from PROCESSOR_COREI7. · fd5564d3
      2013-11-04  Wei Mi  <wmi@google.com>
      
              * gcc/config/i386/i386-c.c (ix86_target_macros_internal): Separate
              PROCESSOR_COREI7_AVX out from PROCESSOR_COREI7.
              * gcc/config/i386/i386.c (ix86_option_override_internal): Ditto.
              (ix86_issue_rate): Ditto.
              (ix86_adjust_cost): Ditto.
              (ia32_multipass_dfa_lookahead): Ditto.
              (ix86_sched_init_global): Ditto.
              (get_builtin_code_for_version): Ditto.
              * gcc/config/i386/i386.h (enum target_cpu_default): Ditto.
              (enum processor_type): Ditto.
              * gcc/config/i386/x86-tune.def (DEF_TUNE): Ditto.
      
      From-SVN: r204367
      Wei Mi committed
    • re PR rtl-optimization/58967 (Powerpc -mlra cannot compile quadrature_lib.cc in… · 8cfa63d2
      re PR rtl-optimization/58967 (Powerpc -mlra cannot compile quadrature_lib.cc in Spec2006 with -O3 -ffast-math -funroll-loops -m32)
      
      2013-11-04  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR rtl-optimization/58967
      	* config/rs6000/rs6000.c (legitimate_lo_sum_address_p): Remove
      	!lra_in_progress for mode sizes bigger word.
      
      From-SVN: r204365
      Vladimir Makarov committed
    • altivec.md (vec_widen_umult_hi_v16qi): Swap arguments to merge instruction for little endian. · 578acbf0
      2013-11-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* config/rs6000/altivec.md (vec_widen_umult_hi_v16qi): Swap
      	arguments to merge instruction for little endian.
      	(vec_widen_umult_lo_v16qi): Likewise.
      	(vec_widen_smult_hi_v16qi): Likewise.
      	(vec_widen_smult_lo_v16qi): Likewise.
      	(vec_widen_umult_hi_v8hi): Likewise.
      	(vec_widen_umult_lo_v8hi): Likewise.
      	(vec_widen_smult_hi_v8hi): Likewise.
      	(vec_widen_smult_lo_v8hi): Likewise.
      
      From-SVN: r204363
      Bill Schmidt committed
    • builtins.def (ATTR_NOTHROWCALL_LEAF_LIST): Define. · 2a5145b0
      gcc/:
      	* builtins.def (ATTR_NOTHROWCALL_LEAF_LIST): Define.
      	* sync-builtins.def: Use ATTR_NOTHROWCALL_LEAF_LIST for all sync
      	builtins that take pointers.
      	* lto-opts.c (lto_write_options): Write -fnon-call-exceptions
      	if set.
      	* lto-wrapper.c (merge_and_complain): Collect
      	OPT_fnon_call_exceptions.
      	(run_gcc): Pass -fnon-call-exceptions.
      gcc/testsuite/:
      	* g++.dg/ext/sync-4.C: New test.
      
      From-SVN: r204360
      Ian Lance Taylor committed
    • optabs.c (expand_vec_perm): Revert one incorrect line from 2013-10-31 change. · b96d19ff
      	* optabs.c (expand_vec_perm): Revert one incorrect line from
      	2013-10-31 change.
      
      From-SVN: r204359
      Jakub Jelinek committed
    • re PR fortran/58771 (ICE in transfer_expr, at fortran/trans-io.c:2164) · 8019105d
      2013-11-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/58771
      	* trans-io.c (transfer_expr): If the backend_decl for a derived
      	type is missing, build it with gfc_typenode_for_spec.
      
      2013-11-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/58771
      	* gfortran.dg/derived_external_function_1.f90 : New test
      
      From-SVN: r204358
      Paul Thomas committed
    • re PR tree-optimization/58978 (ICE: Segmentation fault) · 7e8c8abc
      	PR tree-optimization/58978
      	* tree-vrp.c (all_imm_uses_in_stmt_or_feed_cond): Don't modify
      	use_stmt by single_imm_use directly.  Only call single_imm_use
      	on SSA_NAMEs.
      
      	* gcc.c-torture/compile/pr58978.c: New test.
      
      From-SVN: r204357
      Jakub Jelinek committed
    • re PR fortran/57445 ([OOP] ICE in gfc_conv_class_to_class - for OPTIONAL polymorphic array) · 4ca469cf
      2013-11-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/57445
      	* trans-expr.c (gfc_conv_class_to_class): Remove spurious
      	assert.
      
      2013-11-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/57445
      	* gfortran.dg/optional_class_1.f90 : New test
      
      From-SVN: r204356
      Paul Thomas committed
    • re PR rtl-optimization/58968 (Powerpc -mlra cannot compile ormas1.f in gamess… · efaf512c
      re PR rtl-optimization/58968 (Powerpc -mlra cannot compile ormas1.f in gamess Spec 2006 with -m32 -mcpu=power7 -O3 -mlra -w -ffast-math  -funroll-loops)
      
      2013-11-04  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR rtl-optimization/58968
      	* lra-spills.c (return_regno_p): New function.
      	(lra_final_code_change): Use it.
      
      2013-11-04  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR rtl-optimization/58968
      	* gfortran.dg/pr58968.f: New
      
      From-SVN: r204353
      Vladimir Makarov committed
    • re PR c++/58979 (ICE with invalid use of pointer-to-member) · 55a7f02f
      	PR c++/58979
      c-family/
      	* c-common.c (invalid_indirection_error): Handle RO_ARROW_STAR case.
      testsuite/
      	* g++.dg/diagnostic/pr58979.C: New test.
      
      From-SVN: r204352
      Marek Polacek committed
    • cpp.texi (__GCC_IEC_559, [...]): Document macros. · 9193fb05
      	* doc/cpp.texi (__GCC_IEC_559, __GCC_IEC_559_COMPLEX): Document
      	macros.
      	* target.def (float_exceptions_rounding_supported_p): New hook.
      	* targhooks.c (default_float_exceptions_rounding_supported_p): New
      	function.
      	* targhooks.h (default_float_exceptions_rounding_supported_p):
      	Declare.
      	* doc/tm.texi.in (TARGET_FLOAT_EXCEPTIONS_ROUNDING_SUPPORTED_P):
      	New @hook.
      	* doc/tm.texi: Regenerate.
      	* config.gcc (powerpc*-*-linux*): Set extra_objs.
      	* config/rs6000/rs6000-linux.c: New file.
      	* config/rs6000/rs6000-protos.h
      	(rs6000_linux_float_exceptions_rounding_supported_p): Declare.
      	* config/rs6000/linux.h
      	(TARGET_FLOAT_EXCEPTIONS_ROUNDING_SUPPORTED_P): New macro.
      	* config/rs6000/linux64.h
      	(TARGET_FLOAT_EXCEPTIONS_ROUNDING_SUPPORTED_P): Likewise.
      	* config/rs6000/t-linux (rs6000-linux.o): New rule.
      	* config/rs6000/t-linux64 (rs6000-linux.o): Likewise.
      
      c-family:
      	* c-cppbuiltin.c (cpp_iec_559_value, cpp_iec_559_complex_value):
      	New functions.
      	(c_cpp_builtins): Define __GCC_IEC_559 and __GCC_IEC_559_COMPLEX.
      
      testsuite:
      	* gcc.dg/iec-559-macros-1.c, gcc.dg/iec-559-macros-2.c,
      	gcc.dg/iec-559-macros-3.c, gcc.dg/iec-559-macros-4.c,
      	gcc.dg/iec-559-macros-5.c, gcc.dg/iec-559-macros-6.c,
      	gcc.dg/iec-559-macros-7.c, gcc.dg/iec-559-macros-8.c,
      	gcc.dg/iec-559-macros-9.c: New tests.
      
      From-SVN: r204351
      Joseph Myers committed
    • vsx.md (*vsx_le_perm_store_<mode> for VSX_D): Replace the define_insn_and_split… · 411f1755
      vsx.md (*vsx_le_perm_store_<mode> for VSX_D): Replace the define_insn_and_split with a define_insn and two define_splits...
      
      2013-11-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* config/rs6000/vsx.md (*vsx_le_perm_store_<mode> for VSX_D):
      	Replace the define_insn_and_split with a define_insn and two
      	define_splits, with the split after reload re-permuting the source
      	register to its original value.
      	(*vsx_le_perm_store_<mode> for VSX_W): Likewise.
      	(*vsx_le_perm_store_v8hi): Likewise.
      	(*vsx_le_perm_store_v16qi): Likewise.
      
      From-SVN: r204350
      Bill Schmidt committed
    • vector.md (vec_pack_trunc_v2df): Adjust for little endian. · 9c778e59
      2013-11-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* config/rs6000/vector.md (vec_pack_trunc_v2df):  Adjust for
      	little endian.
      
      From-SVN: r204349
      Bill Schmidt committed
    • re PR tree-optimization/58946 (internal compiler error: in operator[], at vec.h:722) · 96f9e25a
      	PR tree-optimization/58946
      	* tree-ssa-reassoc.c (maybe_optimize_range_tests): Update all
      	bbs with bbinfo[idx].op != NULL before all blocks with
      	bbinfo[idx].op == NULL.
      
      	* gcc.c-torture/compile/pr58946.c: New test.
      
      From-SVN: r204348
      Jakub Jelinek committed
    • os-unix.c: Include <sched.h>. · 2546da0b
      	* runtime/os-unix.c [__sun__ && __svr4__]: Include <sched.h>.
      	(__cilkrts_hardware_cpu_count) [__sun__ && __svr4__]: Use sysconf.
      	(__cilkrts_yield) [__sun__ && __svr4__]: Use sched_yield.
      
      From-SVN: r204347
      Rainer Orth committed
    • avr-log.c (avr_double_int_pop_digit): Delete. · 7405bd18
      gcc/
      	* config/avr/avr-log.c (avr_double_int_pop_digit): Delete.
      	(avr_dump_double_int_hex): Likewise.
      	(avr_log_vadump): Remove %D and %X handling.
      	* config/avr/avr.c (avr_double_int_push_digit): Delete.
      	(avr_map_op_t): Change map from double_int to unsigned int.
      	(avr_map_op): Update accordingly.
      	(avr_map, avr_map_metric, avr_has_nibble_0xf, avr_map_decompose)
      	(avr_move_bits, avr_out_insert_bits, avr_fold_builtin): Operate on
      	unsigned ints rather than double_ints.
      
      From-SVN: r204345
      Richard Sandiford committed
    • c-ada-spec.h (cpp_operation): Add IS_TRIVIAL. · 94159ecf
      c-family/
      	* c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.
      	(dump_ada_specs): Adjust prototype of second callback.
      	* c-ada-spec.c (cpp_check): New global variable.
      	(dump_ada_nodes): Remove cpp_check parameter and do not pass it down.
      	(print_generic_ada_decl): Likewise.
      	(has_static_fields): Change return type to bool and add guard.
      	(has_nontrivial_methods): New predicate.
      	(is_tagged_type): Change return type to bool.
      	(separate_class_package): Call has_nontrivial_methods.
      	(pp_ada_tree_identifier): Minor tweaks.
      	(dump_ada_function_declaration): Adjust calls to dump_generic_ada_node.
      	(dump_ada_array_domains): Likewise.
      	(dump_ada_array_type): Likewise.
      	(dump_template_types): Remove cpp_check parameter and do not pass it to
      	dump_generic_ada_node.
      	(dump_ada_template): Likewise.
      	(dump_generic_ada_node): Remove cpp_check parameter and do not pass it
      	recursively.
      	(print_ada_methods): Change return type to integer.  Remove cpp_check
      	parameter and do not pass it down.
      	(dump_nested_types): Remove cpp_check parameter and do not pass it to
      	dump_generic_ada_node.
      	(print_ada_declaration): Likewise.  Test RECORD_OR_UNION_TYPE_P before
      	accessing methods.
      	(print_ada_struct_decl): Remove cpp_check parameter and do not pass it
      	down.  Use has_nontrivial_methods to recognize C++ classes.  Use return
      	value of print_ada_methods.
      	(dump_ads): Rename cpp_check parameter to check and adjust prototype.
      	Set cpp_check to it before invoking dump_ada_nodes.
      	(dump_ada_specs): Likewise.
      cp/
      	* decl2.c (cpp_check): Change type of first parameter and deal with
      	IS_TRIVIAL.
      
      From-SVN: r204344
      Eric Botcazou committed
    • re PR c++/52071 (Constructor invocation confused) · 846276fa
      2013-11-03  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/52071
      	* g++.dg/parse/pr52071.C: New.
      
      From-SVN: r204343
      Paolo Carlini committed
    • Daily bump. · 1d58d7bf
      From-SVN: r204342
      GCC Administrator committed
  2. 03 Nov, 2013 6 commits
    • re PR c++/38313 (g++ fails to parse a member function with a parenthesized type… · ba0f36b0
      re PR c++/38313 (g++ fails to parse a member function with a parenthesized type name as its declarator)
      
      /cp
      2013-11-03  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/38313
      	* parser.c (cp_parser_constructor_declarator_p): Check that the
      	class-name matches current_class_type.
      
      /testsuite
      2013-11-03  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/38313
      	* g++.dg/lookup/name-clash10.C: New.
      
      From-SVN: r204339
      Paolo Carlini committed
    • neon-vcond-gt.c: Scan for vbsl or vbit or vbif. · 8df18349
      2013-11-03  Kugan Vivekanandarajah  <kuganv@linaro.org>
      
      	gcc/testsuite/
      	* gcc.target/arm/neon-vcond-gt.c: Scan for vbsl or vbit or vbif.
      	* gcc.target/arm/neon-vcond-ltgt.c: Scan for vbsl or vbit or vbif.
      	* gcc.target/arm/neon-vcond-unordered.c: Scan for vbsl or vbit or
      	vbif.
      
      From-SVN: r204336
      Kugan Vivekanandarajah committed
    • Implement -fsanitize=vla-bound. · b906f4ca
      	* opts.c (common_handle_option): Handle vla-bound.
      	* sanitizer.def (BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE):
      	Define.
      	* flag-types.h (enum sanitize_code): Add SANITIZE_VLA.
      	* asan.c (initialize_sanitizer_builtins): Build BT_FN_VOID_PTR_PTR.
      c-family/
      	* c-ubsan.c: Don't include hash-table.h.
      	(ubsan_instrument_vla): New function.
      	* c-ubsan.h: Declare it.
      cp/
      	* decl.c (cp_finish_decl): Move C++1y bounds checking...
      	(compute_array_index_type): ...here.  Add VLA instrumentation.
      	Call stabilize_vla_size.
      	(grokdeclarator): Don't call stabilize_vla_size here.
      c/
      	* c-decl.c (grokdeclarator): Add VLA instrumentation.
      testsuite/
      	* g++.dg/ubsan/cxx1y-vla.C: New test.
      	* c-c++-common/ubsan/vla-3.c: New test.
      	* c-c++-common/ubsan/vla-2.c: New test.
      	* c-c++-common/ubsan/vla-4.c: New test.
      	* c-c++-common/ubsan/vla-1.c: New test.
      
      From-SVN: r204334
      Marek Polacek committed
    • crtfastmath.c: Compile only for !_SOFT_FLOAT. · 61221141
      	* config/i386/crtfastmath.c: Compile only for !_SOFT_FLOAT.
      	* config/i386/crtprec.c: Ditto.
      
      From-SVN: r204327
      Uros Bizjak committed
    • Daily bump. · 856d2d6c
      From-SVN: r204324
      GCC Administrator committed
    • rs6000.c (rs6000_expand_vector_set): Adjust for little endian. · 93895581
      gcc:
      
      2013-11-02  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
      
      	* config/rs6000/rs6000.c (rs6000_expand_vector_set): Adjust for
      	little endian.
      
      gcc/testsuite:
      
      2013-11-02  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
      
      	* gcc.dg/vmx/vec-set.c: New.
      
      From-SVN: r204321
      Bill Schmidt committed
  3. 02 Nov, 2013 5 commits
    • constraints.md (Ts, Tv): New address constrains. · 65e95828
      	* config/i386/constraints.md (Ts, Tv): New address constrains.
      	* config/i386/i386.md (*lea<mode>, *<mode>_<bndcheck>): Use Ts
      	constraint for address_no_seg_operand.
      	* config/i386/sse.md (*avx512pf_gatherpf<mode>_mask)
      	(*avx512pf_gatherpf<mode>, *avx512pf_scatterpf<mode>_mask)
      	(*avx512pf_scatterpf<mode>, *avx2_gathersi<mode>)
      	(*avx2_gathersi<mode>_2, *avx2_gatherdi<mode>, *avx2_gatherdi<mode>_2)
      	(*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4)
      	(*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2)
      	(*avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2)
      	(*avx512f_scattersi<mode> *avx512f_scatterdi<mode>): Use Tv
      	constraint for vsib_address_operand.
      
      From-SVN: r204317
      Uros Bizjak committed
    • re PR c++/29234 (Call to operator() of temporary object wrongly parsed) · 2afe0382
      /cp
      2013-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/29234
      	PR c++/56037
      	* parser.c (cp_parser_cast_expression): If we aren't looking at
      	a cast-expression don't call cp_parser_type_id.
      	(cp_parser_postfix_expression): Likewise for compound-literal.
      	(cp_parser_tokens_start_cast_expression): Adjust.
      
      /testsuite
      2013-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/29234
      	PR c++/56037
      	* g++.dg/parse/pr29234.C: New.
      	* g++.dg/parse/pr56037.C: Likewise.
      
      From-SVN: r204312
      Paolo Carlini committed
    • Added libcilkrts's .lib dir to load path to Cilk keywords testsuite files. · ef86cd2b
      +2013-11-01  Balaji V. Iyer  <balaji.v.iyer@intel.com>
      +
      +       * gcc.dg/cilk-plus/cilk-plus.exp: Loaded libcilkrts library path and
      +       passed it in as one of the options to all Cilk keywords test.
      +
      
      From-SVN: r204310
      Balaji V. Iyer committed
    • gcse.c (pre_delete): Remove references to regmove from comments. · 337405fd
      
      	* gcse.c (pre_delete): Remove references to regmove from comments.
      	* recog.c: (validate_replace_rtx_1): Likewise.
      	* config/rl78/rl78.c: Likewise.
      	* config/v850/v850.h: Likewise, and remove unused ENABLE_REGMOVE_PASS.
      	* common/config/m32r/m32r-common.c: Don't manipulate OPT_fregmove.
      	* common/config/mmix/mmix-common.c: Likewise.
      
      From-SVN: r204309
      Steven Bosscher committed
    • Daily bump. · 98e43317
      From-SVN: r204308
      GCC Administrator committed
  4. 01 Nov, 2013 9 commits
    • re PR c++/58708 (string literal operator templates broken) · 48cff4fa
      
      gcc/cp:
      
      2013-11-01  Edward Smith-Rowland  <3dw4rd@verizon.net>
      
      	PR c++/58708
      	* parser.c (make_string_pack): Discover non-const type and size
      	of character and build parm pack with correct type and chars.
      
      
      gcc/testsuite:
      
      2013-11-01  Edward Smith-Rowland  <3dw4rd@verizon.net>
      
      	PR c++/58708
      	* g++.dg/cpp1y/pr58708.C: New.
      
      From-SVN: r204305
      Edward Smith-Rowland committed
    • * tr.po: Update. · 4f25457b
      From-SVN: r204303
      Joseph Myers committed
    • * MAINTAINERS (Write After Approval): Add myself. · 3df8d54b
      From-SVN: r204302
      Trevor Saunders committed
    • Replace some heap vectors with stack vectors. · 07687835
      From http://gcc.gnu.org/ml/gcc-patches/2013-10/msg02735.html
      
      This patch is pretty dull, it just replaces a bunch of things of the
      form
      vec<T> x;
      x.create (N); // N is a constant
      blah blah
      x.release ();
      by
      stack_vec<T, N> x;
      blah blah
      
      2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
      
      gcc/
      	* function.c (reorder_blocks): Convert block_stack to a stack_vec.
      	* gimplify.c (gimplify_compound_lval): Likewise.
      	* graphite-clast-to-gimple.c (gloog): Likewise.
      	* graphite-dependences.c (loop_is_parallel_p): Likewise.
      	* graphite-scop-detection.c (scopdet_basic_block_info): Likewise.
      	(limit_scop); Likewise.
      	(build_scops): Likewise.
      	(dot_scop): Likewise.
      	* graphite-sese-to-poly.c (sese_dom_walker): Likewise.
      	(build_scop_drs): Likewise.
      	(insert_stmts): Likewise.
      	(insert_out_of_ssa_copy): Likewise.
      	(remove_phi): Likewise.
      	(rewrite_commutative_reductions_out_of_ssa_close_phi): Likewise.
      	* hw-doloop.c (discover_loop): Likewise.
      	* tree-call-cdce.c (shrink_wrap_one_built_in_call): Likewise.
      	* tree-dfa.c (dump_enumerated_decls): Likewise.
      	* tree-if-conv.c (if_convertable_loop_p): Likewise.
      	* tree-inline.c (tree_function_versioning): Likewise.
      	* tree-loop-distribution.c (build_rdg): Likewise.
      	(rdg_flag_vertex_and_dependent): Likewise.
      	(distribute_loop): Likewise.
      	* tree-parloops.c (loop_parallel_p): Likewise.
      	(eliminate_local_variables): Likewise.
      	(separate_decls_in_region): Likewise.
      	* tree-predcom.c (tree_predictive_commoning_loop): Likewise.
      	* tree-ssa-phiopt.c (cond_if_else_store_replacement): Likewise.
      	* tree-ssa-uncprop.c (uncprop_dom_walker): Likewise.
      	* tree-vect-loop.c (vect_analyze_scaler_cycles_1): Likewise.
      	* tree-vect-patterns.c (vect_pattern_recog): Likewise.
      	* tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
      	(vectorizable_condition): Likewise.
      
      gcc/cp/
      	* semantics.c (build_anon_member_initialization): Convert fields to be
              a stack_vec.
      
      From-SVN: r204301
      Trevor Saunders committed
    • Fix date of previous ChangeLog entry. · 654a6bb4
      From-SVN: r204300
      Jonathan Wakely committed
    • enable_special_members.h: New. · 2b5ab1e4
      2013-10-31  Michael Brune  <lucdanton@free.fr>
      
      	* include/bits/enable_special_members.h: New.
      	* include/experimental/optional: New.
      	* include/Makefile.am: Handle include/experimental.
      	* include/Makefile.in: Regenerate.
      	* testsuite/libstdc++-dg/conformance.exp: Run tests from
      	testsuite/experimental sub-directory.
      	* testsuite/experimental/optional/assignment/1.cc: New.
      	* testsuite/experimental/optional/assignment/2.cc: New.
      	* testsuite/experimental/optional/assignment/3.cc: New.
      	* testsuite/experimental/optional/assignment/4.cc: New.
      	* testsuite/experimental/optional/assignment/5.cc: New.
      	* testsuite/experimental/optional/assignment/6.cc: New.
      	* testsuite/experimental/optional/cons/copy.cc: New.
      	* testsuite/experimental/optional/cons/default.cc: New.
      	* testsuite/experimental/optional/cons/move.cc: New.
      	* testsuite/experimental/optional/cons/value.cc: New.
      	* testsuite/experimental/optional/constexpr/cons/default.cc: New.
      	* testsuite/experimental/optional/constexpr/cons/value.cc: New.
      	* testsuite/experimental/optional/constexpr/in_place.cc: New.
      	* testsuite/experimental/optional/constexpr/make_optional.cc: New.
      	* testsuite/experimental/optional/constexpr/nullopt.cc: New.
      	* testsuite/experimental/optional/constexpr/observers/1.cc: New.
      	* testsuite/experimental/optional/constexpr/observers/2.cc: New.
      	* testsuite/experimental/optional/constexpr/observers/3.cc: New.
      	* testsuite/experimental/optional/constexpr/observers/4.cc: New.
      	* testsuite/experimental/optional/constexpr/observers/5.cc: New.
      	* testsuite/experimental/optional/constexpr/relops/1.cc: New.
      	* testsuite/experimental/optional/constexpr/relops/2.cc: New.
      	* testsuite/experimental/optional/constexpr/relops/3.cc: New.
      	* testsuite/experimental/optional/constexpr/relops/4.cc: New.
      	* testsuite/experimental/optional/constexpr/relops/5.cc: New.
      	* testsuite/experimental/optional/constexpr/relops/6.cc: New.
      	* testsuite/experimental/optional/in_place.cc: New.
      	* testsuite/experimental/optional/make_optional.cc: New.
      	* testsuite/experimental/optional/nullopt.cc: New.
      	* testsuite/experimental/optional/observers/1.cc: New.
      	* testsuite/experimental/optional/observers/2.cc: New.
      	* testsuite/experimental/optional/observers/3.cc: New.
      	* testsuite/experimental/optional/observers/4.cc: New.
      	* testsuite/experimental/optional/observers/5.cc: New.
      	* testsuite/experimental/optional/relops/1.cc: New.
      	* testsuite/experimental/optional/relops/2.cc: New.
      	* testsuite/experimental/optional/relops/3.cc: New.
      	* testsuite/experimental/optional/relops/4.cc: New.
      	* testsuite/experimental/optional/relops/5.cc: New.
      	* testsuite/experimental/optional/relops/6.cc: New.
      	* testsuite/experimental/optional/requirements.cc: New.
      	* testsuite/experimental/optional/swap/1.cc: New.
      
      From-SVN: r204299
      Michael Brune committed
    • re PR c++/58834 (ICE on __builtin_shuffle within template function) · a7920263
      2013-11-01  Marc Glisse  <marc.glisse@inria.fr>
      
      	PR c++/58834
      gcc/cp/
      	* pt.c (type_dependent_expression_p): Handle null argument.
      
      gcc/testsuite/
      	* g++.dg/ext/pr58834.C: New file.
      
      From-SVN: r204296
      Marc Glisse committed
    • c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless remove is true. · ee1d5a02
      	* c-typeck.c (c_finish_omp_clauses) <case OMP_CLAUSE_UNIFORM>: Go to
      	check_dup_generic at the end, unless remove is true.
      	(c_finish_omp_clauses) <case OMP_CLAUSE_REDUCTION>: Add break; after
      	remove = true;.
      	(c_finish_omp_clauses) <case OMP_CLAUSE_COPYIN>: Likewise.
      
      	* semantics.c (finish_omp_clauses) <case OMP_CLAUSE_UNIFORM>: Go to
      	check_dup_generic at the end, unless remove is true.
      	(finish_omp_clauses) <case OMP_CLAUSE_LINEAR>: Add break; after
      	remove = true;.
      
      	* gcc.dg/gomp/declare-simd-2.c (f12, f13, f14, f15, f16, f17): New
      	tests.
      	* g++.dg/gomp/declare-simd-2.C (f15, f16, f17, f18, f19, f20): New
      	tests.
      
      From-SVN: r204294
      Jakub Jelinek committed