Re: [Boost-bugs] [Boost C++ Libraries] #852: Problem with Boost and GCC 4.1

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #852: Problem with Boost and GCC 4.1
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-13 07:47:35


#852: Problem with Boost and GCC 4.1
---------------------+------------------------------------------------------
  Reporter: nobody | Owner: dgregor
      Type: Bugs | Status: closed
 Milestone: | Component: signals
   Version: None | Severity: Showstopper
Resolution: fixed | Keywords:
---------------------+------------------------------------------------------
Changes (by danieljames):

  * status: new => closed
  * resolution: None => fixed

Comment:

 I tried this on Ubuntu and it seems to have been fixed in 1.34.0. The
 output below shows it failing on 1.33.1 and passing on 1.34.0

 {{{
 daniel_at_bah:~$ ./boost_1_33_1/bin.v2/libs/signals/example/gcc-4.1/debug
 /test-gcc-boost
 create A
 fire SGN
 A
 create B
 fire SGN
 A
 B
 delete A
 fire SGN
 A??R ?R ??R !(?R H?R BR !(?R ??R ~T?`?R
 `?R ??P?R ??R ??R D?R ??R <?R ??R X?R ?R
 ??R !??R ??R P?R p?R ?R ???R ?^?R !(?R
 x?R ~T?8?R 8?R ??(?R ??R ??R <?R ??R !??R
 ??R (?R H?R ?
 daniel_at_bah:~$ ./boost_1_34_0/bin.v2/libs/signals/example/gcc-4.1/debug
 /test-gcc-boost
 create A
 fire SGN
 A
 create B
 fire SGN
 A
 B
 delete A
 fire SGN
 B
 delete B
 fire SGN
 exit

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/852#comment:15>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC