1. 21 Mar, 2015 4 commits
    • Mark omp thread functions as parallelized · a79b7ec5
      2015-03-21  Tom de Vries  <tom@codesourcery.com>
      
      	PR tree-optimization/65458
      	* cgraph.c (cgraph_node::dump): Handle parallelized_function field.
      	* cgraph.h (cgraph_node): Add parallelized_function field.
      	* lto-cgraph.c (lto_output_node): Write parallelized_function field.
      	(input_overwrite_node): Read parallelized_function field.
      	* omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
      	parallelized_function on cgraph_node for child_fn.
      	* tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
      	Remove include of gt-tree-parloops.h.
      	(parallelized_functions): Remove static variable.
      	(parallelized_function_p): Rewrite using parallelized_function field of
      	cgraph_node.
      	(create_loop_fn): Remove adding to parallelized_functions.
      	* Makefile.in (GTFILES): Remove tree-parloops.c
      
      From-SVN: r221551
      Tom de Vries committed
    • 2015-03-21 Tobias Burnus <burnus@net-b.de> · 2691415b
              * gfortran.texi (_gfortran_caf_sync_all,
              * _gfortran_caf_sync_images,
              _gfortran_caf_sync_memory, _gfortran_caf_error_stop,
              _gfortran_caf_error_stop_str, _gfortran_caf_atomic_define,
              _gfortran_caf_atomic_ref, _gfortran_caf_atomic_cas,
              _gfortran_caf_atomic_op): New sections.
      
      From-SVN: r221550
      Tobias Burnus committed
    • trans-expr.c (gfc_get_tree_for_caf_expr): Reject unimplemented coindexed coarray accesses. · a684fb64
      2015-03-21  Tobias Burnus  <burnus@net-b.de>
      
              * trans-expr.c (gfc_get_tree_for_caf_expr): Reject unimplemented
              coindexed coarray accesses.
      
      2015-03-21  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/coarray_38.f90: New.
              * gfortran.dg/coarray_39.f90: New.
              * gfortran.dg/coarray/coindexed_3.f90: Add dg-error, turn into
              compile test.
      
      From-SVN: r221549
      Tobias Burnus committed
    • Daily bump. · 506fdd17
      From-SVN: r221547
      GCC Administrator committed
  2. 20 Mar, 2015 14 commits
  3. 19 Mar, 2015 16 commits
  4. 18 Mar, 2015 6 commits