1. 08 Dec, 2015 22 commits
    • * gcc.dg/sso-9.c (foo): Robustify trick. · 315a541c
      From-SVN: r231416
      Eric Botcazou committed
    • C: fix uninitialized ranges for __alignof__ · a1b93f8d
      gcc/c/ChangeLog:
      	* c-parser.c (c_parser_alignof_expression): Capture location of
      	closing parenthesis (if any), or of end of unary expression, and
      	use it to build a src_range for the expression.
      
      gcc/testsuite/ChangeLog:
      	* gcc.dg/plugin/diagnostic-test-expressions-1.c (test_alignof):
      	New test function.
      
      From-SVN: r231415
      David Malcolm committed
    • PR c/68757: fix uninitialized src_range for various builtins · 46c6e1e2
      gcc/c/ChangeLog:
      	PR c/68757
      	* c-parser.c (c_parser_get_builtin_args): Add
      	"out_close_paren_loc" param, and write back to it.
      	(c_parser_postfix_expression): Capture the closing
      	parenthesis location for RID_CHOOSE_EXPR,
      	RID_BUILTIN_CALL_WITH_STATIC_CHAIN, RID_BUILTIN_COMPLEX,
      	RID_BUILTIN_SHUFFLE and use it to set the source range
      	for such expressions; within RID_BUILTIN_COMPLEX set
      	the underlying location.
      
      gcc/testsuite/ChangeLog:
      	PR c/68757
      	* gcc.dg/plugin/diagnostic-test-expressions-1.c
      	(test_builtin_choose_expr): New test function.
      	(test_builtin_call_with_static_chain): Likewise.
      	(test_builtin_complex): Likewise.
      	(test_builtin_shuffle): Likewise.
      
      From-SVN: r231414
      David Malcolm committed
    • [AArch64] Skip big-endian as well for gcc.target/aarch64/got_mem_hoist_1.c · b26a3da5
      
      2015-12-08  Jiong Wang  <jiong.wang@arm.com>
      
      gcc/testsuite/
        * gcc.target/aarch64/got_mem_hoist_1.c (dg-skip-if): Match big-endian
        as well.
      
      From-SVN: r231413
      Jiong Wang committed
    • re PR c++/68116 (ice in add_expr, at tree.c:7840) · d5cec9c4
      	PR c++/68116
      	* g++.dg/cpp0x/pr68116.C: New test.
      
      From-SVN: r231412
      Marek Polacek committed
    • Clear restrict in install_var_field · 8498c16b
      2015-12-08  Tom de Vries  <tom@codesourcery.com>
      
      	PR tree-optimization/68640
      	* omp-low.c (install_var_field): Clear the restrict qualifier on the var
      	type.
      
      From-SVN: r231411
      Tom de Vries committed
    • AVX-512. Fix assembler section for broadcast pattern. · 9b340934
      gcc/
      	* config/i386/sse.md (define_insn "<avx512>_vec_dup<mode>_1"): Fix
      	assembler to make source always 128bit.
      
      From-SVN: r231410
      Kirill Yukhin committed
    • pr68627.f: Use '!ia32' instead of 'lp64' in target specifier. · 9a89e069
      
      gcc/testsuite/
      	* gfortran.dg/pr68627.f: Use '!ia32' instead of 'lp64' in target
      	specifier.
      
      From-SVN: r231408
      Kirill Yukhin committed
    • Add file missing from earlier commit. · 7be73465
      From-SVN: r231407
      Bernd Schmidt committed
    • re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected) · 63bbf46d
      	PR c/48088
      	PR c/68657
      	* common.opt (Wframe-larger-than=): Add Warning.
      	* opts.h (control_warning_option): Add ARG argument.
      	* opts-common.c (cmdline_handle_error): New function.
      	(read_cmdline_option): Use it.
      	(control_warning_option): Likewise.  Add ARG argument.
      	If non-NULL, decode it if needed and pass through
      	to handle_generated_option.  Handle CLVC_ENUM like
      	CLVC_BOOLEAN.
      	* opts.c (common_handle_option): Adjust control_warning_option
      	caller.
      	(enable_warning_as_error): Likewise.
      c-family/
      	* c.opt (Wfloat-conversion, Wsign-conversion): Add Warning.
      	* c-pragma.c (handle_pragma_diagnostic): Adjust
      	control_warning_option caller.
      ada/
      	* gcc-interface/trans.c (Pragma_to_gnu): Adjust
      	control_warning_option caller.
      testsuite/
      	* c-c++-common/pr68657-1.c: New test.
      	* c-c++-common/pr68657-2.c: New test.
      	* c-c++-common/pr68657-3.c: New test.
      	* gcc.dg/cpp/warn-normalized-3.c: Use
      	-Werror=normalized=nfc instead of -Werror=normalized=
      	in dg-options.
      
      From-SVN: r231406
      Jakub Jelinek committed
    • Add file missing from previous commit: · 091db7b0
      2015-12-08  David Sherwood  <david.sherwood@arm.com>
      
      Add file missing from previous commit:
      gcc/testsuite:
      	* gcc.target/aarch64/fmaxmin.c
      
      From-SVN: r231404
      David Sherwood committed
    • [testsuite][ARM target attributes] Fix effective_target tests. · f9184ba0
      2015-12-08  Christophe Lyon  <christophe.lyon@linaro.org>
      
      	* lib/target-supports.exp
      	(check_effective_target_arm_vfp_ok_nocache): New.
      	(check_effective_target_arm_vfp_ok): Call the new
      	check_effective_target_arm_vfp_ok_nocache function.
      	(check_effective_target_arm_fp_ok_nocache): New.
      	(check_effective_target_arm_fp_ok): New.
      	(add_options_for_arm_fp): New.
      	(check_effective_target_arm_crypto_ok_nocache): Require
      	target_arm_v8_neon_ok instead of arm32.
      	(check_effective_target_arm_crypto_pragma_ok_nocache): New.
      	(check_effective_target_arm_crypto_pragma_ok): New.
      	(add_options_for_arm_vfp): New.
      	* gcc.target/arm/attr-crypto.c: Use arm_crypto_pragma_ok effective
      	target. Do not force -mfloat-abi=softfp, use arm_vfp effective
      	target instead.
      	* gcc.target/arm/attr-neon-builtin-fail.c: Do not force
      	-mfloat-abi=softfp, use arm_fp effective target instead.
      	* gcc.target/arm/attr-neon-fp16.c: Likewise. Remove arm_neon_ok
      	dependency.
      	* gcc.target/arm/attr-neon2.c: Do not force -mfloat-abi=softfp,
      	use arm_vfp effective target instead.
      	* gcc.target/arm/attr-neon3.c: Likewise.
      
      From-SVN: r231403
      Christophe Lyon committed
    • pr68627.f: Limit target to x86. · 409c286f
      gcc/testsuite:
      	* gfortran.dg/pr68627.f: Limit target to x86.
      
      From-SVN: r231402
      Kirill Yukhin committed
    • builtin-return-1.c: Add an inline assembly read to make sure dummy is not optimized away by LTO. · ceeb21ef
      2015-12-08  Andre Vieira  <andre.simoesdiasvieira@arm.com>
                  Joern Rennecke  <joern.rennecke@embecosm.com>
      
          gcc/testsuite/
          * gcc.dg/torture/stackalign/builtin-return-1.c: Add an
          inline assembly read to make sure dummy is not optimized
          away by LTO.
      
      Co-Authored-By: Joern Rennecke <joern.rennecke@embecosm.com>
      
      From-SVN: r231401
      Andre Vieira committed
    • [AArch64] Rework ARMv8.1 command line options. · 5b688993
      	* config/aarch64/aarch64-options-extensions.def: Remove
      	AARCH64_FL_RDMA from "fp" and "simd".  Remove "pan", "lor",
      	"rdma".
      	* config/aarch64/aarch64.h (AARCH64_FL_PAN): Remove.
      	(AARCH64_FL_LOR): Remove.
      	(AARCH64_FL_RDMA): Remove.
      	(AARCH64_FL_V8_1): New.
      	(AARCH64_FL_FOR_AARCH8_1): Replace AARCH64_FL_PAN, AARCH64_FL_LOR
      	and AARCH64_FL_RDMA with AARCH64_FL_V8_1.
      	(AARCH64_ISA_RDMA): Replace AARCH64_FL_RDMA with AARCH64_FL_V8_1.
      	* doc/invoke.texi (AArch64 -march): Rewrite initial paragraph and
      	section on -march=native.  Group descriptions of permitted
      	architecture names together.  Expand description of
      	-march=armv8.1-a.
      	(AArch64 -mtune): Slightly rework section on -march=native.
      	(AArch64 -mcpu): Slightly rework section on -march=native.
      	(AArch64 Feature Modifiers): Remove "pan", "lor" and "rdma".
      	State that -march=armv8.1-a enables "crc" and "lse".
      
      From-SVN: r231400
      Matthew Wahab committed
    • * doc/invoke.texi (SPARC options): Fix typo. · fb0e6f4f
      From-SVN: r231399
      Eric Botcazou committed
    • ia64.c (ia64_emit_probe_stack_range): Adjust. · 73866e0d
      	* config/ia64/ia64.c (ia64_emit_probe_stack_range): Adjust.
      	(output_probe_stack_range): Rotate the loop and simplify.
      
      From-SVN: r231398
      Eric Botcazou committed
    • i386.c (ix86_emit_swsqrtsf): Cleanup infinity filterning code. · e8e1c90f
      	* config/i386/i386.c (ix86_emit_swsqrtsf): Cleanup
      	infinity filterning code.
      
      From-SVN: r231397
      Uros Bizjak committed
    • ChangeLog: Fix whitespace. · 8d22292e
      	* ChangeLog: Fix whitespace.
      	* testsuite/ChangeLog: Ditto.
      
      From-SVN: r231396
      Uros Bizjak committed
    • re PR tree-optimization/68766 (internal compiler error: in… · dc9604d4
      re PR tree-optimization/68766 (internal compiler error: in expand_LOOP_VECTORIZED, at internal-fn.c:1905)
      
      gcc/
      
      	PR tree-optimization/68766
      	* tree-vectorizer.c (vectorize_loops): Check for
      	if-converted loops when debug counters are used.
      
      gcc/testsuite/
      
      	PR tree-optimization/68766
      	* gcc.dg/pr68766.c: New test.
      
      From-SVN: r231395
      Ilya Enkovich committed
    • constraints.md (Wfr): Change to be a non-memory constraint. · 27d815b2
      * config/rl78/constraints.md (Wfr): Change to be a non-memory
      constraint.
      * config/rl78/rl78-protos.h (rl78_one_far_p): Declare.
      * config/rl78/rl78.c (rl78_one_far_p): Define.
      * config/rl78/rl78-virt (movqi_virt): Fix far memory
      alternatives.
      (movhi_virt): Likewise.
      (zero_extendqihi2_virt): Likewise.
      (extendqihi2_virt): Likewise.
      (add<mode>3_virt): Likewise.
      (sub<mode>3_virt): Likewise.
      (andqi3_virt): Likewise.
      (iorqi3_virt): Likewise.
      (xorqi3_virt): Likewise.
      * config/rl78/rl78-real.md (bf,br): Use long forms to avoid reloc
      overflow in large files.
      
      From-SVN: r231394
      DJ Delorie committed
    • Daily bump. · 196889fa
      From-SVN: r231391
      GCC Administrator committed
  2. 07 Dec, 2015 18 commits