[Bug c++/55958] vtable hidden when compiling with -fvisibility-ms-compat

2016-10-31 Thread andrew.sayman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55958 Andrew Sayman changed: What|Removed |Added CC||andrew.sayman at gmail dot com --- Comme

[Bug c++/55958] vtable hidden when compiling with -fvisibility-ms-compat

2013-01-12 Thread gnu at gonsoe dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55958 --- Comment #2 from Soren Soe 2013-01-13 00:16:11 UTC --- Unfortunately this is a both a Linux and Windows project. I would like to reuse the windows export macros, have gcc default to -fvisibility-ms-compat so that everything except type

[Bug c++/55958] vtable hidden when compiling with -fvisibility-ms-compat

2013-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55958 --- Comment #1 from Andrew Pinski 2013-01-12 23:28:08 UTC --- I think you should be marking SO1 as default visibility rather than just the member function as default visibility.