This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 16 Feb 2012 10:37:34 +0000
- Subject: [Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.
- Auto-submitted: auto-generated
- References: <bug-52241-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241
--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-16 10:37:34 UTC ---
It is desirable that libstdc++.a contains PIC code, otherwise you cannot
link it statically into shared libraries or into position independent
executables.