[Bug c++/39043] C++ compiler doesn't optimize inlined function call for PIE

2021-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39043 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |5.0 Resolution|---

[Bug c++/39043] C++ compiler doesn't optimize inlined function call for PIE

2011-10-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39043 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/39043] C++ compiler doesn't optimize inlined function call for PIE

2011-10-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39043 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org | --- Comment #2 from Paolo Carlini 2011-

[Bug c++/39043] C++ compiler doesn't optimize inlined function call for PIE

2009-02-05 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2009-02-05 08:17 --- Isn't the answer an obvious "no"? Lots of s/flag_pic/flag_shlib/ remaining to do? -- hp at gcc dot gnu dot org changed: What|Removed |Added