Redirect call within specific target attribute among MV clones (PR ipa/82625).
authorMartin Liska <mliska@suse.cz>
Thu, 4 Oct 2018 14:36:55 +0000 (16:36 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 4 Oct 2018 14:36:55 +0000 (14:36 +0000)
commitb8ce8129a560f64f8b2855c4a3812b7c3c0ebf3f
tree02aaab6f5293cdf28242006b5feaf40288117680
parent5d98e5a6bc715cc865b9110ff0255572ac22570d
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.

From-SVN: r264845
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