https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65612
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65612
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Target|
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
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