[Bug c++/66830] Problem with C++ unique symbols in plugins

2015-07-21 Thread pleuba at swissonline dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66830 --- Comment #3 from pleuba at swissonline dot ch --- Is this problem/behavior referenced or documented somewhere? I did not find any explanation on the internet. It take me some time to understand it, and if we can avoid others to spend this

[Bug c++/66830] Problem with C++ unique symbols in plugins

2015-07-21 Thread pleuba at swissonline dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66830 pleuba at swissonline dot ch changed: What|Removed |Added CC||pleuba at swissonline dot

[Bug c++/66830] New: Problem with C++ unique symbols in plugins

2015-07-10 Thread pleuba at swissonline dot ch
++ Assignee: unassigned at gcc dot gnu.org Reporter: pleuba at swissonline dot ch Target Milestone: --- I have a problem in an application loading several plugins using the same library containing a static variable (object of class, not POD) in an inline function. The compiler