[Bug target/65612] Multiversioning doesn't work with DSO nor PIE

2015-04-17 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65612 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/65612] Multiversioning doesn't work with DSO nor PIE

2015-04-17 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65612 --- Comment #7 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Apr 17 12:58:07 2015 New Revision: 222178 URL: https://gcc.gnu.org/viewcvs?rev=222178&root=gcc&view=rev Log: Hide __cpu_indicator_init/__cpu_model from linker We shouldn't cal

[Bug target/65612] Multiversioning doesn't work with DSO nor PIE

2015-03-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65612 --- Comment #6 from H.J. Lu --- A patch is posted at https://gcc.gnu.org/ml/gcc-patches/2015-03/msg01598.html

[Bug target/65612] Multiversioning doesn't work with DSO nor PIE

2015-03-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65612 Richard Biener changed: What|Removed |Added Keywords||wrong-code Target|

[Bug target/65612] Multiversioning doesn't work with DSO nor PIE

2015-03-29 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65612 --- Comment #5 from H.J. Lu --- Created attachment 35176 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35176&action=edit A testcase with DSO [hjl@gnu-tools-1 pr65612]$ make g++ -O2-c -o main.o main.cc g++ -shared -fPIC -O2 -o libmv20

[Bug target/65612] Multiversioning doesn't work with DSO nor PIE

2015-03-29 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65612 H.J. Lu changed: What|Removed |Added Target Milestone|--- |4.8.5 Summary|g++.dg/ext/mvXX.C don