[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-09-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-07-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 --- Comment #10 from Martin Liška --- Now should be fixed on trunk on all targets.

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-07-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 --- Comment #9 from Martin Liška --- Author: marxin Date: Tue Jul 4 07:44:18 2017 New Revision: 249949 URL: https://gcc.gnu.org/viewcvs?rev=249949&root=gcc&view=rev Log: Add dg-require ifunc for mvc test-cases. 2017-07-04 Martin Liska

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-07-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 --- Comment #8 from Dominique d'Humieres --- > Fixed by Rainer's commit r249912. Is this a real fix? IMO introducing ifunc on targets that do not support it does not look as a good idea!-(

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-07-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 --- Comment #7 from Martin Liška --- (In reply to Dominique d'Humieres from comment #6) > At revision r249851 I see the following regression on darwin > > FAIL: gcc.target/i386/mvc6.c (test for excess errors) > UNRESOLVED: gcc.target/i386/mvc6.c

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-07-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 --- Comment #6 from Dominique d'Humieres --- At revision r249851 I see the following regression on darwin FAIL: gcc.target/i386/mvc6.c (test for excess errors) UNRESOLVED: gcc.target/i386/mvc6.c scan-assembler punpcklbw UNRESOLVED: gcc.target/i3

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-06-30 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 --- Comment #5 from Michael Meissner --- The change commited in svn id 249840, does fix the problem on the PowerPC. Thanks.

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-06-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 Martin Liška changed: What|Removed |Added Known to work||8.0 Known to fail|

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-06-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 --- Comment #3 from Martin Liška --- Author: marxin Date: Fri Jun 30 13:51:19 2017 New Revision: 249840 URL: https://gcc.gnu.org/viewcvs?rev=249840&root=gcc&view=rev Log: Fix removal of ifunc (PR ipa/81214). 2017-06-30 Martin Liska

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-06-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 --- Comment #2 from Martin Liška --- Created attachment 41645 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41645&action=edit Patch candidate Patch candidate that I'll test.

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-06-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|