[Bug c++/31419] New: template user defined conversion operator instantiated for conversion to self

2007-04-01 Thread james dot kanze at gmail dot com
on operator instantiated for conversion to self Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ja

[Bug c++/31419] template user defined conversion operator instantiated for conversion to self

2007-04-01 Thread james dot kanze at gmail dot com
--- Comment #2 from james dot kanze at gmail dot com 2007-04-01 15:42 --- Subject: Re: template user defined conversion operator instantiated for conversion to self On 1 Apr 2007 14:38:52 -, fang at csl dot cornell dot edu <[EMAIL PROTECTED]> wrote: > --- Commen

[Bug libstdc++/21334] Lack of Posix compliant thread safety in std::basic_string

2007-05-08 Thread james dot kanze at gmail dot com
--- Comment #37 from james dot kanze at gmail dot com 2007-05-08 16:11 --- Subject: Re: Lack of Posix compliant thread safety in std::basic_string On 7 May 2007 21:08:05 -, gianni at mariani dot ws <[EMAIL PROTECTED]> wrote: > --- Comment #35 from gianni at maria

[Bug libstdc++/21334] Lack of Posix compliant thread safety in std::basic_string

2007-05-08 Thread james dot kanze at gmail dot com
--- Comment #38 from james dot kanze at gmail dot com 2007-05-08 16:21 --- Subject: Re: Lack of Posix compliant thread safety in std::basic_string On 8 May 2007 05:24:35 -, gianni at mariani dot ws <[EMAIL PROTECTED]> wrote: > --- Comment #36 from gianni at maria

[Bug c++/32141] New: default init doesn't work in ctor initializer list

2007-05-29 Thread james dot kanze at gmail dot com
4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: james dot kanze at gmail dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32141

[Bug c++/33885] member reference to a temporary object being deleted too early

2007-11-12 Thread james dot kanze at gmail dot com
--- Comment #2 from james dot kanze at gmail dot com 2007-11-12 17:56 --- (In reply to comment #0) > class A{ > // > }; > class B{ > public: > explicit B(const A& a) > : i_a(a) > { > } > ~B() > { > } > private: > co

[Bug c++/34075] New: temporary used in ?: expression tho second and third expr. lvalues

2007-11-12 Thread james dot kanze at gmail dot com
gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: james dot kanze at gmail dot com GCC build triplet: sparc-sun-solaris2.8 GCC host triplet

[Bug c++/29834] New: g++ thinks it is a declaration when it cannot be

2006-11-14 Thread james dot kanze at gmail dot com
mal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: james dot kanze at gmail dot com GCC build triplet: sparc-sun-solaris2.8 GCC host triplet: sparc-sun-solaris2.8 GCC target triplet: sparc-sun-solaris2.8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29834

[Bug c++/29834] g++ thinks it is a declaration when it cannot be

2006-11-15 Thread james dot kanze at gmail dot com
--- Comment #3 from james dot kanze at gmail dot com 2006-11-15 10:05 --- Subject: Re: g++ thinks it is a declaration when it cannot be On 14 Nov 2006 21:33:34 -, rguenth at gcc dot gnu dot org <[EMAIL PROTECTED]> wrote: > I you use > ( Doh ( x ) ), ++ x; > it

[Bug c++/29834] g++ thinks it is a declaration when it cannot be

2006-11-15 Thread james dot kanze at gmail dot com
--- Comment #4 from james dot kanze at gmail dot com 2006-11-15 10:10 --- Subject: Re: g++ thinks it is a declaration when it cannot be On 15 Nov 2006 01:59:33 -, bangerth at dealii dot org <[EMAIL PROTECTED]> wrote: > > (Note that in the actual code, Doh was >