]> git.ipfire.org Git - thirdparty/gcc.git/commit
Cherry-pick fprofile-generate-atomic from google/gcc-4_9
authorMartin Liska <mliska@suse.cz>
Wed, 10 Aug 2016 13:11:42 +0000 (15:11 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 10 Aug 2016 13:11:42 +0000 (13:11 +0000)
commit22063dbc90d0eb8a7cc7939e0941899f90b403db
treebca16f60942cfafd651fca3cbf08a464365e76b9
parent5a39e998c8a89b26a74b9fb0b5bc17fa8b55d274
Cherry-pick fprofile-generate-atomic from google/gcc-4_9

Cherry picked (and modified) from google-4_7 branch
2012-12-26  Rong Xu  <xur@google.com>
* common.opt (fprofile-update): Add new flag.
* coretypes.h: Define enum profile_update.
* doc/invoke.texi: Document -fprofile-update.
* gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
* tree-profile.c (gimple_init_edge_profiler): Generate
also atomic profiler update.
(gimple_gen_edge_profiler): Likewise.
* g++.dg/gcov/gcov-threads-1.C: New test.

From-SVN: r239323
gcc/ChangeLog
gcc/common.opt
gcc/coretypes.h
gcc/doc/invoke.texi
gcc/gcov-io.h
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/gcov-threads-1.C [new file with mode: 0644]
gcc/tree-profile.c