]> git.ipfire.org Git - thirdparty/gcc.git/commit
Redirect call within specific target attribute among MV clones (PR ipa/82625).
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2018 14:36:55 +0000 (14:36 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2018 14:36:55 +0000 (14:36 +0000)
commit7c7aacf1e2259284635de66c1e11ebb4fbb37e64
tree02aaab6f5293cdf28242006b5feaf40288117680
parente81a6963c67f865f8ba794167d477dab9eef1824
Redirect call within specific target attribute among MV clones (PR ipa/82625).

2018-10-04  Martin Liska  <mliska@suse.cz>

PR ipa/82625
* multiple_target.c (redirect_to_specific_clone): New function.
(ipa_target_clone): Use it.
* tree-inline.c: Fix comment.
2018-10-04  Martin Liska  <mliska@suse.cz>

PR ipa/82625
* g++.dg/ext/pr82625.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264845 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/multiple_target.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/pr82625.C [new file with mode: 0644]
gcc/tree-inline.c