[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app. -fvisibility=hidden does not work

2024-12-16 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48818 Xi Ruoyao changed: What|Removed |Added CC||kstewart at efficios dot com --- Comment #9

[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app. -fvisibility=hidden does not work

2011-10-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48818 --- Comment #8 from Paolo Carlini 2011-10-20 08:23:01 UTC --- Vincenzo, I agree about the name, yesterday had the same thought. Then we have the usual annoyances with configure options and switches, we normally don't want to just rename in order

[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app. -fvisibility=hidden does not work

2011-10-20 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48818 --- Comment #7 from vincenzo Innocente 2011-10-20 07:27:30 UTC --- no side effects for the time being. I've tried only small applications though. I would suggest to rename --disable-visibility --disable-std-visibility or similar as, applied to to

[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app. -fvisibility=hidden does not work

2011-10-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48818 --- Comment #6 from Paolo Carlini 2011-10-20 01:19:49 UTC --- I would be curious to know if you are seeing something else when you configure your build with --disable-visibility.

[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app.

2011-09-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48818 Richard Guenther changed: What|Removed |Added CC||almeidaraf at gmail dot com --- Commen

[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app.

2011-06-06 Thread melaniec at enfocus dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48818 --- Comment #4 from Melanie Cappelaere 2011-06-06 16:27:22 UTC --- I don't think it does, but it also doesn't matter for this bug report; symbols are not hidden while they should be.

[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app.

2011-05-25 Thread bangerth at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48818 Wolfgang Bangerth changed: What|Removed |Added CC||bangerth at gmail dot com --- Comment

[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app.

2011-05-04 Thread melaniec at enfocus dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48818 --- Comment #2 from Melanie Cappelaere 2011-05-04 14:19:01 UTC --- Created attachment 24181 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24181 Example with custom allocator Thank you for the workaround. Little side note: this bug also ap

[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app.

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