[Bug c++/56892] dllexport prevents inline inside dll

2013-09-09 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56892 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/56892] dllexport prevents inline inside dll

2013-07-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56892 Paolo Carlini changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #2

[Bug c++/56892] dllexport prevents inline inside dll

2013-04-09 Thread geoff at telesiscomputing dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56892 --- Comment #1 from Geoff Worboys 2013-04-09 12:35:33 UTC --- I realised I should add that I put the same code (adjusted for lack of C++11 support) through msvc v17, and can see it optimising the inline calls inside the library binary.