* Rutger ter Borg [2009-02-23 12:14]:
> The current c++ compiler segfaults on the following simple code mistake,
> where
> a destructor doesn't have the same id as that the class.
I don't get this bug with the current 4.3 from SVN, so this has either
been fixed or has been introduced by a Debia
* Rutger ter Borg [2009-02-23 12:14]:
> Package: g++ (Debian 4.3.3-4) 4.3.3
>
> The current c++ compiler segfaults on the following simple code mistake,
> where
> a destructor doesn't have the same id as that the class.
Confirmed. Note that this didn't happen with 4.3.3-1
--
Martin Michlmayr
Package: g++ (Debian 4.3.3-4) 4.3.3
The current c++ compiler segfaults on the following simple code mistake, where
a destructor doesn't have the same id as that the class.
template< typename T >
class some_class {
some_class() {}
// segfault
~some() {}
// no segfault
//
3 matches
Mail list logo