1. 27 Mar, 2015 16 commits
    • Allow misaligned volatile stores in C6X. · 2166d2a1
      	* config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
      	memory_operand.
      
      From-SVN: r221732
      Bernd Schmidt committed
    • Fix c6x-uclinux build failure. · f50e5fcc
      	* config/c6x/constraints.md (S3): New constraint.
      	* config/c6x/c6x.md (real_jump): Use it.
      
      From-SVN: r221731
      Bernd Schmidt committed
    • re PR libstdc++/65499 (Missing "using namespace literals::chrono_literals" in std::chrono) · 04f69fda
      	PR libstdc++/65499
      	* include/std/chrono: Add using-directive for literals to std::chrono.
      	* testsuite/20_util/duration/literals/65499.cc: New.
      
      From-SVN: r221730
      Jonathan Wakely committed
    • unlimited_polymorphic_24.f03: Added copyright statement and cleanup. · d239da04
      
      	* gfortran.dg/unlimited_polymorphic_24.f03: Added copyright
      	statement and cleanup. Fixed typos.
      
      From-SVN: r221729
      Andre Vehreschild committed
    • Add verification to libgomp.graphite/force-parallel-6.c · 3e8165a5
      2015-03-27  Tom de Vries  <tom@codesourcery.com>
      
      	PR testsuite/65594
      	* testsuite/libgomp.graphite/force-parallel-6.c (abort): Declare.
      	(init, check): New function.
      	(foo): Change return type to void.
      	(main): Call init and check.
      
      From-SVN: r221728
      Tom de Vries committed
    • Scale down libgomp.graphite/force-parallel-6.c · 4d688c9a
      2015-03-27  Tom de Vries  <tom@codesourcery.com>
      
      	PR testsuite/65594
      	* testsuite/libgomp.graphite/force-parallel-6.c (M): Define.
      	(foo): Use M for non-inner loops to scale down test-case.
      
      From-SVN: r221727
      Tom de Vries committed
    • re PR middle-end/65595 (Linux kernel build failure: ICE: in as_a, at is-a.h:192) · 88e7d85f
      
      	PR middle-end/65595
      	* cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
      	do redirection if the call is not optimized out.
      
      	* gcc.c-torture/compile/pr65595.c: New testcase.
      
      From-SVN: r221726
      Jan Hubicka committed
    • re PR target/65495 (ICE: chkp_make_addressed_object_bounds: Unexpected tree code… · 79d64904
      re PR target/65495 (ICE: chkp_make_addressed_object_bounds: Unexpected tree code const_decl with -fcheck-pointer-bounds -mmpx and fortran)
      
      	PR target/65495
      	* c-family/c.opt (fcheck-pointer-bounds): List supported languages.
      	(fchkp-check-incomplete-type): Add LTO.
      	(fchkp-zero-input-bounds-for-main): Likewise.
      	(fchkp-first-field-has-own-bounds): Likewise.
      	(fchkp-narrow-bounds): Likewise.
      	(fchkp-narrow-to-innermost-array): Likewise.
      	(fchkp-use-static-bounds): Likewise.
      	(fchkp-use-static-const-bounds): Likewise.
      	(fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
      
      From-SVN: r221725
      Ilya Enkovich committed
    • * gimple-iterator.h (gsi_prev_nondebug): Fix typo. · 7d1ff6f0
      From-SVN: r221724
      Marek Polacek committed
    • re PR sanitizer/65583 ([UBSAN] ICE segfault in inline_edge_summary) · 27674ca6
      	PR sanitizer/65583
      	* ubsan.c (ubsan_create_edge): New function.
      	(instrument_bool_enum_load): Call it.
      	(instrument_nonnull_arg): Likewise.
      	(instrument_nonnull_return): Likewise.
      	(instrument_object_size): Likewise.
      
      	* g++.dg/ubsan/pr65583.C: New test.
      
      From-SVN: r221723
      Marek Polacek committed
    • lto-streamer.h (class lto_location_cache): Turn loc_cache into auto_vec. · 50cfd44e
      	* lto-streamer.h (class lto_location_cache): Turn loc_cache into
      	auto_vec.
      
      From-SVN: r221722
      Jan Hubicka committed
    • lto-streamer.h (class lto_location_cache): New. · c3d11ebe
      
      	* lto-streamer.h (class lto_location_cache): New.
      	(struct data_in): Add location_cache.
      	(lto_input_location): Update prototype.
      	(stream_input_location_now): New.
      	* streamer-hooks.h (struct streamer_hooks): Make input_location to take
      	pointer to location.
      	(stream_input_location): Update.
      	* ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
      	(warn_odr): Apply location cache before warning.
      	(lto_input_location): Update prototype.
      	* gimple-streamer-in.c (input_phi, input_gimple_stmt):
      	Use stream_input_location_now.
      	* lto-streamer-in.c (lto_location_cache::current_cache): New static
      	variable.
      	(lto_location_cache::cmp_loc): New function.
      	(lto_location_cache::apply_location_cache): New function.
      	(lto_location_cache::accept_location_cache): New function.
      	(lto_location_cache::revert_location_cache): New function.
      	(lto_location_cache::input_location): New function.
      	(lto_input_location): Do location caching.
      	(stream_input_location_now): New function.
      	(input_eh_region, input_struct_function_base): Use
      	stream_input_location_now.
      	(lto_data_in_create): use new.
      	(lto_data_in_delete): Use delete.
      	* tree-streamer-in.c (unpack_ts_block_value_fields,
      	unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
      	lto_input_ts_exp_tree_pointers): Update for cached location api.
      
      From-SVN: r221721
      Jan Hubicka committed
    • re PR lto/65536 (LTO line number information garbled) · eaeec5ec
      
      	PR lto/65536
      	* lto-streamer.h (class lto_location_cache): New.
      	(struct data_in): Add location_cache.
      	(lto_input_location): Update prototype.
      	(stream_input_location_now): New.
      	* streamer-hooks.h (struct streamer_hooks): Make input_location to take
      	pointer to location.
      	(stream_input_location): Update.
      	* ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
      	(warn_odr): Apply location cache before warning.
      	(lto_input_location): Update prototype.
      	* gimple-streamer-in.c (input_phi, input_gimple_stmt):
      	Use stream_input_location_now.
      	* lto/lto.c (unify_scc): Revert location cache when unification
      	suceeded.
      	(lto_read_decls): Accept location cache after sucess;
      	apply location cache before calling debug hooks.
      	* lto-streamer-in.c (lto_location_cache::current_cache): New static
      	variable.
      	(lto_location_cache::cmp_loc): New function.
      	(lto_location_cache::apply_location_cache): New function.
      	(lto_location_cache::accept_location_cache): New function.
      	(lto_location_cache::revert_location_cache): New function.
      	(lto_location_cache::input_location): New function.
      	(lto_input_location): Do location caching.
      	(stream_input_location_now): New function.
      	(input_eh_region, input_struct_function_base): Use
      	stream_input_location_now.
      	(lto_data_in_create): use new.
      	(lto_data_in_delete): Use delete.
      	* tree-streamer-in.c (unpack_ts_block_value_fields,
      	unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
      	lto_input_ts_exp_tree_pointers): Update for cached location api.
      
      From-SVN: r221720
      Jan Hubicka committed
    • re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression) · 38147a2a
      
      	PR ipa/65076
      	* passes.def: Add pass_nothrow.
      	* ipa-pure-const.c: (pass_data_nothrow): New.
      	(pass_nothrow): New.
      	(pass_nothrow::execute): New.
      	(make_pass_nothrow): New.
      	* tree-pass.h (make_pass_nothrow): Declare.
      
      From-SVN: r221719
      Jan Hubicka committed
    • ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for edge to change… · a21065ca
      ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for edge to change by speculation resolution or redirection.
      
      
      	* ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
      	edge to change by speculation resolution or redirection.
      	(edge_set_predicate): Likewise.
      	(inline_summary_t::duplicate): Likewise.
      	(remap_edge_summaries): Likewise.
      	* gcc.c-torture/compile/20150327.c: New testcase.
      
      From-SVN: r221718
      Jan Hubicka committed
    • Daily bump. · e59887e7
      From-SVN: r221717
      GCC Administrator committed
  2. 26 Mar, 2015 23 commits
  3. 25 Mar, 2015 1 commit