[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2021-12-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31164 --- Comment #12 from Jonathan Wakely --- Boost bug tracking moved to https://svn.boost.org/trac10/report and then to github. Boost.Signals was replaced by Boost.Signals2 years ago though. Clang gives the same result as GCC. EDG does for C++11

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2021-12-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31164 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-07-01 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-07-01 09:13 --- The test runs differently when compiled with g++-3.4.6 (GCC) 3.4.6 (Gentoo 3.4.6-r2, ssp-3.4.6-1.0, pie-8.7.10) and g++-4.1.2 (GCC) 4.1.2 (Gentoo 4.1.2) versions of the GCC Yes and 4.1.x result is the correct

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-07-01 Thread cavedon at sssup dot it
--- Comment #7 from cavedon at sssup dot it 2007-07-01 10:37 --- Created an attachment (id=13811) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13811action=view) Patch to test.cpp, working with gcc 4.1 Adding the declaration of our template function before the default template

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-07-01 Thread vmpn at hitechman dot com
--- Comment #8 from vmpn at hitechman dot com 2007-07-01 19:38 --- Created an attachment (id=13815) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13815action=view) Test case fixed using forward declarations Thank you for your help. I think I now have a better understanding of what

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-07-01 Thread vmpn at hitechman dot com
--- Comment #9 from vmpn at hitechman dot com 2007-07-01 19:44 --- Created an attachment (id=13816) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13816action=view) Test case that does not call MyData visit_each (as expected) Attaching a test case without forward declarations, that

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-07-01 Thread vmpn at hitechman dot com
--- Comment #10 from vmpn at hitechman dot com 2007-07-01 19:52 --- Created an attachment (id=13817) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13817action=view) Test case that calls MyData visit_each without forward declaration If the MydData visit_each is moved into the

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-06-30 Thread vmpn at hitechman dot com
--- Comment #5 from vmpn at hitechman dot com 2007-07-01 05:28 --- Created an attachment (id=13808) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13808action=view) Test case without using boost Please find attached a standalone test case without using boost. It based on my

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-04-02 Thread pluto at agmk dot net
--- Comment #4 from pluto at agmk dot net 2007-04-02 10:13 --- attached testcase works fine with vs2k3/boost-1.33/stlport. it also works with g++-4.0.0/20050519(RH 4.0.0-8)/boost/libstdc++ on x86_64-gnu-linux. in the other. indeed, it fails with 4.1.2 and 4.2.0 (4.3 not tested). --

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-03-13 Thread dave dot neary at wengo dot com
--- Comment #1 from dave dot neary at wengo dot com 2007-03-13 16:49 --- Created an attachment (id=13202) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13202action=view) Test case to show problem with Boost and GCC 4.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31164

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-03-13 Thread dave dot neary at wengo dot com
--- Comment #2 from dave dot neary at wengo dot com 2007-03-13 16:50 --- Additional bug tracker entries have been created against Ubuntu: https://launchpad.net/ubuntu/+source/gcc-4.1/+bug/75724 and OpenSuse: https://bugzilla.novell.com/show_bug.cgi?id=228524 And against Boost:

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-03-13 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-03-13 17:54 --- And this duplicate doesn't add any useful information on top of what was entered into the novell bugzilla. Nobody here is going to wade through boost to understand what is going on here. --