1. 05 Dec, 2013 25 commits
    • Add -march=ia to x86 backend · a8f014d7
      	* config.gcc: Support --with-cpu=ia.
      
      	* config/i386/i386.c (cpu_names): Add "ia".
      	(processor_alias_table): Likewise.
      	(ix86_option_override_internal): Disallow -march=ia.
      	* config/i386/i386.h (target_cpu_default): Add
      	TARGET_CPU_DEFAULT_ia.
      
      	* doc/invoke.texi: Document -mtune=ia.
      
      From-SVN: r205719
      H.J. Lu committed
    • re PR rtl-optimization/59317 ([LRA,MIPS] ICE: in check_rtl, at lra.c (insn does… · 58532ca6
      re PR rtl-optimization/59317 ([LRA,MIPS] ICE: in check_rtl, at lra.c (insn does not satisfy constraints))
      
      2013-12-05  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR rtl-optimization/59317
      	* lra-constraints.c (in_class_p): Don't ignore insn with constant
      	as a source.
      
      2013-12-05  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR rtl-optimization/59317
      	* testsuite/gcc.target/mips/pr59317.c: New.
      
      From-SVN: r205718
      Vladimir Makarov committed
    • alloc.c (backtrace_vector_finish): Add error_callback and data parameters. · bfd74f22
      	* alloc.c (backtrace_vector_finish): Add error_callback and data
      	parameters.  Call backtrace_vector_release.  Return address base.
      	* mmap.c (backtrace_vector_finish): Add error_callback and data
      	parameters.  Return address base.
      	* dwarf.c (read_function_info): Get new address base from
      	backtrace_vector_finish.
      	* internal.h (backtrace_vector_finish): Update declaration.
      
      From-SVN: r205716
      Ian Lance Taylor committed
    • re PR ipa/58253 (IPA-SRA creates calls with different arguments that the callee accepts) · e69dbe37
      2013-12-05  Martin Jambor  <mjambor@suse.cz>
      
      	PR ipa/58253
      	* ipa-prop.c (ipa_modify_formal_parameters): Create decls of
      	non-BLKmode in their naturally aligned type.
      
      From-SVN: r205715
      Martin Jambor committed
    • re PR sanitizer/59333 (ICE with long long and -m32 -fsanitize=undefined) · 1769415d
      	PR sanitizer/59333
      	PR sanitizer/59397
      	* ubsan.c: Include rtl.h and expr.h.
      	(ubsan_encode_value): Add new parameter.  If expanding, assign
      	a stack slot for DECL_RTL of the temporary and call expand_assignment.
      	Handle BOOLEAN_TYPE and ENUMERAL_TYPE.
      	(ubsan_build_overflow_builtin): Adjust ubsan_encode_value call.
      	* ubsan.h (ubsan_encode_value): Adjust declaration.
      	* internal-fn.c (ubsan_expand_si_overflow_addsub_check): Move
      	ubsan_build_overflow_builtin above expand_normal call.  Surround this call
      	with push_temp_slots and pop_temp_slots.
      	(ubsan_expand_si_overflow_neg_check): Likewise.
      	(ubsan_expand_si_overflow_mul_check): Likewise.
      testsuite/
      	* c-c++-common/ubsan/pr59333.c: New test.
      	* c-c++-common/ubsan/pr59397.c: New test.
      
      From-SVN: r205714
      Marek Polacek committed
    • gimple-ssa-strength-reduction.c (find_basis_for_candidate): Guard the… · 8fde427f
      gimple-ssa-strength-reduction.c (find_basis_for_candidate): Guard the get_alternative_base call with flag_expensive_optimizations.
      
      gcc/
      
      	* gimple-ssa-strength-reduction.c (find_basis_for_candidate): Guard
      	the get_alternative_base call with flag_expensive_optimizations.
      	(alloc_cand_and_find_basis): Likewise.
      
      From-SVN: r205713
      Yufeng Zhang committed
    • Eliminate redundant vec_select moves. · 8c895291
      gcc/
              * rtlanal.c (set_noop_p): Return nonzero in case of redundant vec_select for
              overlapping register lanes.
      
      testsuite/
              * config/gcc.dg/vect/vect-nop-move.c: New.
      
      From-SVN: r205712
      Tejas Belagod committed
    • Revert this change; no longer required. · 601a5921
      	2013-11-06  Ian Lance Taylor  <iant@google.com>
      
      	* go-lang.c (go_langhook_post_options): If
      	-fisolate-erroneous-paths was turned on by an optimization option,
      	turn it off.
      
      From-SVN: r205711
      Ian Lance Taylor committed
    • Add -lm to link_sanitizer_common · df9d1700
      	* configure.ac (link_sanitizer_common): Add -lm.
      	* configure: Regenerated.
      
      From-SVN: r205710
      H.J. Lu committed
    • i386.c (ix86_expand_builtin): Generate reg for readflags built-in when optimizing. · 1c0f1f46
              * config/i386/i386.c (ix86_expand_builtin): Generate
              reg for readflags built-in when optimizing.
              * config/i386/i386.md (*pushfl<mode>): Rename to ...
              (pushfl<mode>2): This. Fix iterator.
              (*popfl<mode>): Rename to ...
              (*popfl<mode>1): This. Fix iterator.
      
      From-SVN: r205707
      Kirill Yukhin committed
    • c-common.c (c_sizeof_or_alignof_type): Move a declaration into [ADJUST_FIELD_ALIGN]. · 9e36c9ed
      2013-12-05  Marek Polacek  <polacek@redhat.com>
      
      c-family/
      	* c-common.c (c_sizeof_or_alignof_type): Move a declaration into
      	[ADJUST_FIELD_ALIGN].
      
      From-SVN: r205705
      Marek Polacek committed
    • atomic_stack.c: New test. · 85826504
      2013-12-05  Max Ostapenko  <m.ostapenko@partner.samsung.com>
      
      	* c-c++-common/tsan/atomic_stack.c: New test.
      	* c-c++-common/tsan/fd_pipe_race.c: New test.
      	* c-c++-common/tsan/free_race.c: New test.
      	* c-c++-common/tsan/mutexset1.c: New test.
      	* c-c++-common/tsan/race_on_barrier.c: New test.
      	* c-c++-common/tsan/sleep_sync.c: New test.
      	* c-c++-common/tsan/thread_leak.c: New test.
      	* c-c++-common/tsan/thread_leak1.c: New test.
      	* c-c++-common/tsan/thread_leak2.c: New test.
      	* c-c++-common/tsan/tiny_race.c: New test.
      	* c-c++-common/tsan/tls_race.c: New test.
      	* c-c++-common/tsan/write_in_reader_lock.c: New test.	
      	* lib/tsan-dg.exp: New file.
      	* gcc.dg/tsan/tsan.exp: New file.
      	* g++.dg/tsan/tsan.exp: New file.
      	* g++.dg/dg.exp: Prune tsan subdirectory.
      
      From-SVN: r205704
      Max Ostapenko committed
    • i386.c (IX86_BUILTIN_READ_FLAGS): New. · 9bbd48d1
      ChangeLog/
              * config/i386/i386.c(IX86_BUILTIN_READ_FLAGS): New.
      	(IX86_BUILTIN_WRITE_FLAGS): Ditto.
      	(ix86_init_mmx_sse_builtins): Define
      	__builtin_ia32_writeeflags_u32, __builtin_ia32_writeeflags_u64,
      	__builtin_ia32_readeflags_u32, __builtin_ia32_readeflags_u64.
      	(ix86_expand_builtin): Expand them.
      	* config/i386/ia32intrin.h (__readeflags): New.
      	(__writeeflags): Ditto.
      	* gcc/config/i386/i386.md (*pushfl<mode>): Ditto.
      	(*popfl<mode>1): Ditto.
      
      testsuite/ChangeLog/
              * gcc.target/i386/readeflags-1.c: New.
              * gcc.target/i386/writeeflags-1.c: Ditto.
      
      From-SVN: r205703
      Kirill Yukhin committed
    • Add forgotten file. · 46db94aa
      From-SVN: r205701
      Jakub Jelinek committed
    • libsanitizer merge from upstream r196489 · c4c16f74
      From-SVN: r205700
      Kostya Serebryany committed
    • re PR sanitizer/59369 (c-c++-common/asan/pr59063-[1,2].c fails on darwin) · 022351a2
      2013-12-05  Yury Gribov  <y.gribov@samsung.com>
      
      	PR sanitizer/59369
      	* c-c++-common/asan/pr59063-1.c: Disable on non-Linux platforms.
      	* c-c++-common/asan/pr59063-2.c: Likewise.
      
      From-SVN: r205699
      Yury Gribov committed
    • re PR sanitizer/59368 (libsanitizer spec file installed in the wrong place) · 666ee4d6
      2013-12-05  Yury Gribov  <y.gribov@samsung.com>
      
      	PR sanitizer/59368
      	* Makefile.am (gcc_version): Added gcc_version.
      	* Makefile.in: Regenerate.
      
      From-SVN: r205698
      Yury Gribov committed
    • decl.c (duplicate_decls): Replace pairs of errors and permerrors with error +… · 23644e8c
      decl.c (duplicate_decls): Replace pairs of errors and permerrors with error + inform (permerror + inform...
      
      /cp
      2013-12-05  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* decl.c (duplicate_decls): Replace pairs of errors and permerrors
      	with error + inform (permerror + inform, respectively).
      
      /testsuite
      2013-12-05  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* g++.dg/cpp0x/constexpr-46336.C: Adjust expected messages.
      	* g++.dg/cpp0x/defaulted2.C: Likewise.
      	* g++.dg/cpp1y/auto-fn8.C: Likewise.
      	* g++.dg/gomp/udr-3.C: Likewise.
      	* g++.dg/lookup/extern-c-redecl5.C: Likewise.
      	* g++.dg/lookup/linkage1.C: Likewise.
      	* g++.dg/overload/new1.C: Likewise.
      	* g++.dg/parse/friend5.C: Likewise.
      	* g++.dg/parse/namespace-alias-1.C: Likewise.
      	* g++.dg/parse/namespace10.C: Likewise.
      	* g++.dg/parse/redef2.C: Likewise.
      	* g++.dg/template/friend44.C: Likewise.
      	* g++.old-deja/g++.brendan/crash42.C: Likewise.
      	* g++.old-deja/g++.brendan/crash52.C: Likewise.
      	* g++.old-deja/g++.brendan/crash55.C: Likewise.
      	* g++.old-deja/g++.jason/overload21.C: Likewise.
      	* g++.old-deja/g++.jason/overload5.C: Likewise.
      	* g++.old-deja/g++.jason/redecl1.C: Likewise.
      	* g++.old-deja/g++.law/arm8.C: Likewise.
      	* g++.old-deja/g++.other/main1.C: Likewise.
      
      From-SVN: r205697
      Paolo Carlini committed
    • re PR tree-optimization/56787 (Vectorization fails because of CLOBBER statements) · fd9cf409
      2013-12-05  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/56787
      	* gcc.dg/vect/pr56787.c: Adjust to not require vector float
      	division.
      
      From-SVN: r205696
      Richard Biener committed
    • libsanitizer merge from upstream r196090 · df77f0e4
      From-SVN: r205695
      Kostya Serebryany committed
    • re PR tree-optimization/59374 (-ftree-slp-vectorize breaks unique_ptr's move constructor) · 649d196d
      2013-12-05  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/59374
      	* tree-vect-data-refs.c (vect_slp_analyze_data_ref_dependence):
      	Commonize known and unknown dependence case fixing the allowed
      	read-write dependence case and dropping code that should not
      	matter.
      
      	* gcc.dg/torture/pr59374-1.c: New testcase.
      	* gcc.dg/torture/pr59374-2.c: Likewise.
      
      From-SVN: r205694
      Richard Biener committed
    • ia64.md (prologue_allocate_stack): Block auto- generation of predicated version. · 9eb8c09f
      ChangeLog/
      
              * config/ia64/ia64.md (prologue_allocate_stack): Block auto-
              generation of predicated version.
              (epilogue_deallocate_stack): Ditto.
              (prologue_allocate_stack_pr): Add explicit predicated version.
              (epilogue_deallocate_stack_pr): Ditto.
              * config/ia64/ia64.c (ia64_single_set): Use explicit versions.
      
      testsuite/ChangeLog/
      
              * gcc.target/ia64/pr52731.c: New.
      
      From-SVN: r205692
      Kirill Yukhin committed
    • * configure.ac (BUILD_CXXFLAGS) Don't use ALL_CXXFLAGS for · c012dc48
      	build != host.
      	<recursive call for build != host>: Clear GMPINC.  Don't bother
      	saving CFLAGS.
      
      From-SVN: r205690
      Alan Modra committed
    • common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths-dereference... · ae93744d
      	* common.opt: Split up -fisolate-erroneous-paths into
      	-fisolate-erroneous-paths-dereference and
      	-fisolate-erroneous-paths-attribute.
      	* invoke.texi: Corresponding changes.
      	* gimple.c (infer_nonnull_range):  Add and use new arguments
      	to control what kind of statements can be used to infer a
      	non-null range.
      	* gimple.h (infer_nonnull_range): Update prototype.
      	* tree-vrp.c (infer_value_range): Corresponding changes.
      	* opts.c (default_options_table): Update due to option split.
      	* gimple-ssa-isolate-paths.c: Fix trailing whitespace.
      	(find_implicit_erroneous_behaviour): Pass additional arguments
      	to infer_nonnull_range.
      	(find_explicit_erroneous_behaviour): Similarly.
      	(gate_isolate_erroneous_paths): Check both of the new
      	options.
      
      testsuite/
      
      	* gcc.dg/pr38984.c: Use -fno-isolate-erroneous-paths-dereference.
      	* gcc.dg/tree-ssa/isolate-2.c: Explicitly turn on
      	-fisolate-erroneous-paths-attribute.
      	* gcc.dg/tree-ssa/isolate-4.c: Likewise.
      
      From-SVN: r205689
      Jeff Law committed
    • Daily bump. · 97d7fffa
      From-SVN: r205688
      GCC Administrator committed
  2. 04 Dec, 2013 15 commits