Add -fprofile-update option juggling
authorMartin Liska <mliska@suse.cz>
Thu, 6 Oct 2016 07:34:23 +0000 (09:34 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 6 Oct 2016 07:34:23 +0000 (07:34 +0000)
commit2d5edbede6495f09b26123d8b71f217ea480c496
tree97ad3a491bd8418695043888a1687cb0b05df20b
parentac2a97db4b862579d6fea2e97000650bfe9b4659
Add -fprofile-update option juggling

* gcc.c: Set -fprofile-update=atomic when profiling is
enabled and -pthread is set.  Warn when one combines
-pthread and -fprofile-update=single for an app using
profiling code.

From-SVN: r240828
gcc/ChangeLog
gcc/gcc.c