Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.0
-
None
-
Gentoo Linux, x86_64
-
71425f24893fecb15cd4d01e6dc3d391051e9d6b
Description
Commit 1ad847de17cb0e5f53bd5c62933ca887d9cdf7ef changed fvisibility.test a lot. After that on systems where name of GCC C++ compiler is not g++ (x86_64-pc-linux-gnu-g++ for example in my case) compiler is not recognized as GCC at all and thus -fvisibility is not used.
Trivial patch against current 4.7 master that fixes the issue is attached