1. 12 Jan, 2015 28 commits
    • jit: API change to gcc_jit_context_new_global · 791cfef8
      gcc/jit/ChangeLog:
      	* docs/cp/topics/expressions.rst (Global variables): Add
      	enum gcc_jit_global_kind param to gccjit::context::new_global.
      	* docs/topics/expressions.rst (Global variables): Likewise.
      	Document the new enum.
      	* docs/topics/results.rst (Compilation results): Document
      	globals-handling.
      	* dummy-frontend.c (jit_langhook_write_globals): Call into the
      	playback context's write_global_decls_1 and write_global_decls_2
      	before and after calling symtab->finalize_compilation_unit ().
      	* jit-playback.c: Include "debug.h".
      	(gcc::jit::playback::context::new_global): Add "kind" param and
      	use it to set TREE_PUBLIC, TREE_STATIC and DECL_EXTERNAL on the
      	underlying VAR_DECL.  Call varpool_node::get_create on the
      	VAR_DECL, and add it to m_globals.
      	(gcc::jit::playback::context::write_global_decls_1): New function.
      	(gcc::jit::playback::context::write_global_decls_2): New function.
      	* jit-playback.h (gcc::jit::playback::context::context): Call
      	create on m_globals.
      	(gcc::jit::playback::context::new_global): Add "kind" param.
      	(gcc::jit::playback::context::write_global_decls_1): New function.
      	(gcc::jit::playback::context::write_global_decls_2): New function.
      	(gcc::jit::playback::context::m_globals): New field.
      	* jit-recording.c (gcc::jit::recording::context::context):
      	Initialize m_globals.
      	(gcc::jit::recording::context::new_global): Add param "kind".
      	Add the new global to m_globals.
      	(gcc::jit::recording::context::dump_to_file): Dump the globals.
      	(gcc::jit::recording::global::replay_into): Add field m_kind.
      	(gcc::jit::recording::global::write_to_dump): New override.
      	* jit-recording.h (gcc::jit::recording::context::new_global): Add
      	param "kind".
      	(gcc::jit::recording::context::m_globals): New field.
      	(gcc::jit::recording::global::global): Add param kind.
      	(gcc::jit::recording::global::write_to_dump): New override.
      	(gcc::jit::recording::global::m_kind): New field.
      	* jit-result.c (gcc::jit::result::get_global): New function.
      	* jit-result.h (gcc::jit::result::get_global): New function.
      	* libgccjit++.h (gccjit::context::new_global): Add "kind" param.
      	* libgccjit.c (gcc_jit_context_new_global): Likewise.
      	(gcc_jit_result_get_global): New API entrypoint.
      	* libgccjit.h (gcc_jit_result_get_global): New API entrypoint.
      	(enum gcc_jit_global_kind): New enum.
      	(gcc_jit_context_new_global): API change: add "kind" param.
      	* libgccjit.map (gcc_jit_result_get_global): New symbol.
      
      gcc/testsuite/ChangeLog:
      	* jit.dg/test-array-as-pointer.c (create_code): Update call
      	to gcc_jit_context_new_global by setting "kind" to
      	GCC_JIT_GLOBAL_IMPORTED.
      	* jit.dg/test-error-array-as-pointer.c: Likewise.
      	* jit.dg/test-expressions.c (make_test_of_get_address): Likewise.
      	* jit.dg/test-fuzzer.c (make_random_global): Likewise, but
      	setting kind to GCC_JIT_GLOBAL_EXPORTED.
      	* jit.dg/test-using-global.c (the_global): Rename to...
      	(imported_global): ...this.
      	(create_code): Update to test the three kinds of global.
      	(verify_code): Likewise.
      
      From-SVN: r219480
      David Malcolm committed
    • Avoid undefined behavior in gcc.target/i386/pr64291-1.c · 6c0fcb81
      	PR testsuite/64427
      	* gcc.target/i386/pr64291-1.c: Limit to lp64 tarrget.  Avoid
      	undefined behavior.
      	* gcc.target/i386/pr64291-2.c: Updated.
      
      From-SVN: r219479
      Marc Glisse committed
    • tsan.c (instrument_expr): Use force_gimple_operand. · 020ca950
      2015-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * tsan.c (instrument_expr): Use force_gimple_operand.
              Use may_be_nonaddressable_p instead of is_gimple_addressable.
      
      From-SVN: r219478
      Bernd Edlinger committed
    • re PR tree-optimization/64530 (Incorrect calculation when assigning to array with -O3) · 62e22fcb
      2015-01-12  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/64530
      	* tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
      	back dr1.
      
      	* gfortran.dg/pr64530.f90: New testcase.
      
      From-SVN: r219474
      Richard Biener committed
    • re PR tree-optimization/64357 (ICE at -Os on x86_64-linux-gnu in… · 2a58c802
      re PR tree-optimization/64357 (ICE at -Os on x86_64-linux-gnu in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:579)
      
      2015-01-12  Richard Biener  <rguenther@suse.de>
      
      	PR middle-end/64357
      	* tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
      	latches properly.
      
      	* gcc.dg/torture/pr64357.c: New testcase.
      
      From-SVN: r219473
      Richard Biener committed
    • [ARM] Use Cortex-A17 tuning parameters for Cortex-A12 · 82ac9e41
      	* config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
      	Cortex-A17 tuning parameters.
      	* config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
      
      From-SVN: r219472
      Kyrylo Tkachov committed
    • Fix date in gcc/ChangeLog · 57ceb728
      From-SVN: r219471
      Kyrylo Tkachov committed
    • [ARM] Implement TARGET_SCHED_MACRO_FUSION_PAIR_P · 8b898d4c
      	* config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
      	* config/arm/arm.c (arm_macro_fusion_p): New function.
      	(arm_macro_fusion_pair_p): Likewise.
      	(TARGET_SCHED_MACRO_FUSION_P): Define.
      	(TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
      	(ARM_FUSE_NOTHING): Likewise.
      	(ARM_FUSE_MOVW_MOVT): Likewise.
      	(arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
      	arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
      	arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
      	arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
      	arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
      	arm_cortex_a5_tune): Specify fuseable_ops value.
      
      From-SVN: r219470
      Kyrylo Tkachov committed
    • re PR c++/64547 (A non-const constexpr function is rejected incorrectly) · 49c8bc0c
      	PR c++/64547
      	* constexpr.c (cxx_eval_call_expression): A call to a void
      	function doesn't need to return a value.
      
      From-SVN: r219466
      Jason Merrill committed
    • Add the missing ChangeLog entry · 9a4fbc59
      From-SVN: r219462
      H.J. Lu committed
    • Correct target selector in gcc.target/i386/nop-mcount.c · 0e8f3d95
      	* gcc.target/i386/nop-mcount.c: Properly place {} in target
      	selector.
      
      From-SVN: r219461
      H.J. Lu committed
    • Update Linux/x86-64 linker test for PIE with copy reloc · 7b3592ee
      	PR bootstrap/64561
      	* configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
      	test for PIE with copy reloc.
      	* configure: Regenerated.
      
      From-SVN: r219460
      H.J. Lu committed
    • [ARM][cleanup] Use R0_REGNUM and R1_REGNUM instead of 0 and 1 where appropriate · 03d5d16a
      	* config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
      	in gen_rtx_REG.
      	(arm_tls_descseq_addr): Likewise.
      	(arm_gen_movmemqi): Likewise.
      	(arm_expand_epilogue_apcs_frame): Likewise.
      	(arm_expand_epilogue): Likewise.
      	(arm_expand_prologue): Likewise.  Use R1_REGNUM instead of constant 1
      	in gen_rtx_REG.
      
      From-SVN: r219459
      Kyrylo Tkachov committed
    • ggcplug.c: Include gcc-plugin.h after coretypes.h. · c3aeec0a
      2015-01-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
      
      testsuite/
      	* gcc.dg/plugin/ggcplug.c: Include gcc-plugin.h after coretypes.h.
      
      From-SVN: r219458
      Prathamesh Kulkarni committed
    • re PR ipa/64550 (IPA fixes cause ICE in tree-ssa.c:939) · 365536ca
      Fix for PR64550.
      
              PR ipa/64550
      	* ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
      	volatility for correct operands.
      	* gcc.dg/ipa/PR64550.c: New test.
      
      From-SVN: r219457
      Martin Liska committed
    • IPA ICF: handle correctly indirect_calls. · 1c928ddc
      	* ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as indication
      	that a function is not leaf.
      	(sem_function::compare_polymorphic_p): Likewise.
      
      From-SVN: r219456
      Martin Liska committed
    • visium.c: Add includes hashtab.h... · 76478bf9
      2015-01-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
      
      	* config/visium/visium.c: Add includes hashtab.h, hash-set.h,
      	machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
              fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
              fold-const.h, tree-check.h.
      
      From-SVN: r219454
      Prathamesh Kulkarni committed
    • re PR ipa/63967 (r217633 caused internal compiler error: in… · 208e5afa
      re PR ipa/63967 (r217633 caused internal compiler error: in estimate_edge_growth, at ipa-inline.h:299)
      
      
      	PR ipa/63967
      	PR ipa/64425
      	* ipa-inline.c (compute_uninlined_call_time,
      	compute_inlined_call_time): Use counts for extra precision when
      	needed possible.
      	(big_speedup_p): Fix formating.
      	(RELATIVE_TIME_BENEFIT_RANGE): Remove.
      	(relative_time_benefit): Remove.
      	(edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
      	merge guessed and read profile paths.
      	(inline_small_functions): Count only !optimize_size functions into
      	initial size; be more lax about sanity check when profile is used;
      	be sure to update inlined function profile when profile is read.
      
      From-SVN: r219452
      Jan Hubicka committed
    • re PR ipa/63470 (internal compiler error: in estimate_edge_growth, at ipa-inline.h:308) · d8d5aef1
      
      
      	PR ipa/63470
      	* ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
      	cost when edge becomes direct.
      	* ipa-prop.c (make_edge_direct): Do not adjust when speculation
      	is resolved or when introducing new speculation.
      	* testsuite/g++.dg/ipa/pr63470.C: New testcase.
      
      From-SVN: r219451
      Jan Hubicka committed
    • Correct ChangeLog entry. · 0d2dd460
      From-SVN: r219450
      Martin Liska committed
    • re PR ipa/64550 (IPA fixes cause ICE in tree-ssa.c:939) · 9f54bf9c
      PR ipa/64550
      
              PR ipa/64551
      	PR ipa/64552
      	* ipa-icf.c (sem_function::equals_private): Use '&&' instead of
      	'||' to fix typo issue.
      
      	* gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
      	accept and return NULL.
      
      From-SVN: r219449
      Chen Gang committed
    • cgraph_edge refactoring. · 90988f77
      	* cgraph.c (cgraph_edge::remove_callee): Move function to header
      	file for being inlined.
      	(cgraph_set_edge_callee): Delete.
      	(cgraph_edge::redirect_callee): Move function to header file
      	for being inlined.
      	(cgraph_edge::make_direct): Use new function.
      	(cgraph_edge::dump_edge_flags): New function created from
      	static dump_edge_flags function.
      	(cgraph_node::dump): Use new function.
      	(cgraph_edge::verify_count_and_frequency): New function created
      	from verify_edge_count_and_frequency.
      	(cgraph_edge::verify_corresponds_to_fndecl): New function created
      	from verify_edge_corresponds_to_fndecl.
      	(verify_edge_corresponds_to_fndecl): Delete.
      	(cgraph_node::verify_node): Use new function.
      	* cgraph.h (cgraph_edge::set_callee): New function.
      	(cgraph_edge::dump_edge_flags): Likewise.
      	(cgraph_edge::verify_corresponds_to_fndecl): Likewise.
      
      From-SVN: r219448
      Martin Liska committed
    • check_GNU_style.sh: Support patches coming from stdin. · 6e7bdfac
      2015-01-12  Yury Gribov  <y.gribov@samsung.com>
      
      	* check_GNU_style.sh: Support patches coming from stdin.
      	Check that spaces are converted to tabs.
      	Make double-space-after-dot check more precice.
      
      From-SVN: r219447
      Yury Gribov committed
    • Revert "ipa/63470 add testcase" · bc5a0a9c
      This reverts commit 8b200261cca87bab4408813e5fe2ebebb8c19e8b.
      
      From-SVN: r219446
      Markus Trippelsdorf committed
    • ipa/63470 add testcase · 844c944b
      2015-01-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
      
      	PR ipa/63470
      	* ipa/pr63470.C: New testcase.
      
      From-SVN: r219445
      Markus Trippelsdorf committed
    • ipa-utils.c (estimate_function_body_sizes): Do not free node params when called… · e3bde69a
      ipa-utils.c (estimate_function_body_sizes): Do not free node params when called late with early=true.
      
      	* ipa-utils.c (estimate_function_body_sizes): Do not
      	free node params when called late with early=true.
      
      From-SVN: r219444
      Jan Hubicka committed
    • Daily bump. · 348f9b51
      From-SVN: r219443
      GCC Administrator committed
  2. 11 Jan, 2015 7 commits
  3. 10 Jan, 2015 5 commits
    • libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library. · f1f3453e
      	libgomp/
      	* configure.ac: Rename libgomp from "GNU OpenMP Runtime Library"
      	to "GNU Offloading and Multi Processing Runtime Library".  Change
      	all users.
      	* configure: Regenerate.
      	* libgomp.texi: Update.
      	gcc/
      	* doc/install.texi: Update for libgomp being renamed from "GNU
      	OpenMP Runtime Library" to "GNU Offloading and Multi Processing
      	Runtime Library".
      	* doc/sourcebuild.texi: Likewise.
      	gcc/fortran/
      	* gfortran.texi: Update for libgomp being renamed from "GNU OpenMP
      	Runtime Library" to "GNU Offloading and Multi Processing Runtime
      	Library".
      	* intrinsic.texi: Likewise.
      	libstdc++-v3/
      	* doc/xml/manual/parallel_mode.xml: Update for libgomp being
      	renamed from "GNU OpenMP Runtime Library" to "GNU Offloading and
      	Multi Processing Runtime Library".
      
      Co-Authored-By: David Malcolm <dmalcolm@redhat.com>
      Co-Authored-By: Julian Brown <julian@codesourcery.com>
      
      From-SVN: r219425
      Thomas Schwinge committed
    • re PR fortran/64522 (Free-form source code: -Wline-truncation is no longer enabled by default) · aecfd035
      2015-01-10  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/64522
              * invoke.texi (Wline-truncation): Document new behaviour.
              * lang.opt (Wline-truncation): Add Init(-1).
              * options.c (gfc_post_options): If -Wline-truncation is unset,
              enable it for free-form source files; for the latter, also use
              -Werror=line-truncation, unless -Wno-error has been specified.
      
      2015-01-10  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/64522
              * gfortran.dg/line_length_5.f90: Change dg-warning to dg-error
              and add dg-excess-errors.
              * gfortran.dg/line_length_6.f90: New.
              * gfortran.dg/line_length_7.f90: New.
              * gfortran.dg/line_length_8.f90: New.
              * gfortran.dg/line_length_9.f90: New.
              * gfortran.dg/line_length_10.f90: New.
              * gfortran.dg/line_length_11.f90: New.
      
      From-SVN: r219424
      Tobias Burnus committed
    • cuintp.c: Bump copyright year. · ab018c82
      	* gcc-interface/cuintp.c: Bump copyright year.
      	* gcc-interface/decl.c: Likewise.
      	* gcc-interface/targtyps.c: Likewise.
      	* gcc-interface/trans.c: Likewise.
      	* gcc-interface/utils2.c: Likewise.
      
      From-SVN: r219423
      Eric Botcazou committed
    • Fix mul.x flag for moxie · b10b03c4
      From-SVN: r219422
      Anthony Green committed
    • Tabify assembly output for moxie · 6085e66e
      From-SVN: r219421
      Anthony Green committed