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: 2008-04-29 18:29:37


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

  * owner: doug_gregor => dgregor

Old description:

> {{{
>
> There is a problem when using slots & trackable with GCC 4.1 - I don't
> know whether this is a GCC problem or a Boost problem, but it affects us
> (OpenWengo) on both Fedora Core and Feisty, since both distribute gcc
> 4.1.
>
> I'm attaching a test case - the expected output is:
>
> create A
> fire SGN
> A
> create B
> fire SGN
> A
> B
> delete A
> fire SGN
> B
> delete B
> fire SGN
> exit
>
> This doesn't happen :)
> }}}

New description:

 {{{

 There is a problem when using slots & trackable with GCC 4.1 - I don't
 know whether this is a GCC problem or a Boost problem, but it affects us
 (OpenWengo) on both Fedora Core and Feisty, since both distribute gcc 4.1.

 I'm attaching a test case - the expected output is:

 create A
 fire SGN
 A
 create B
 fire SGN
 A
 B
 delete A
 fire SGN
 B
 delete B
 fire SGN
 exit

 This doesn't happen :)
 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/852#comment:12>
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:49:57 UTC