Re: [v3 PATCH] PR libstdc++/68139

2015-12-11 Thread Jonathan Wakely
On 11/12/15 09:53 +0200, Ville Voutilainen wrote: On 11 December 2015 at 09:52, Marc Glisse wrote: /libstdc++-v3 * libsupc++/nested_exception.h (_S_rethrow): Use __std::addressof. Typo. I must be blind, but I don't see what you mean. :) Shouldn't the underscores apply to addressof, not

Re: [v3 PATCH] PR libstdc++/68139

2015-12-10 Thread Ville Voutilainen
On 11 December 2015 at 09:52, Marc Glisse wrote: /libstdc++-v3 * libsupc++/nested_exception.h (_S_rethrow): Use __std::addressof. >>> Typo. >> I must be blind, but I don't see what you mean. :) > Shouldn't the underscores apply to addressof, not to the namespace? Hah! Yes, thanks

Re: [v3 PATCH] PR libstdc++/68139

2015-12-10 Thread Markus Trippelsdorf
On 2015.12.11 at 09:50 +0200, Ville Voutilainen wrote: > On 11 December 2015 at 08:55, Marc Glisse wrote: > > On Fri, 11 Dec 2015, Ville Voutilainen wrote: > > > >> Tested on Linux-PPC64. > >> > >> 2015-12-11 Ville Voutilainen > >> > >>PR libstdc++/68139 > >> > >>/libstdc++-v3 > >>*

Re: [v3 PATCH] PR libstdc++/68139

2015-12-10 Thread Marc Glisse
On Fri, 11 Dec 2015, Ville Voutilainen wrote: On 11 December 2015 at 08:55, Marc Glisse wrote: On Fri, 11 Dec 2015, Ville Voutilainen wrote: Tested on Linux-PPC64. 2015-12-11 Ville Voutilainen PR libstdc++/68139 /libstdc++-v3 * libsupc++/nested_exception.h (_S_rethrow): Use __

Re: [v3 PATCH] PR libstdc++/68139

2015-12-10 Thread Ville Voutilainen
On 11 December 2015 at 08:55, Marc Glisse wrote: > On Fri, 11 Dec 2015, Ville Voutilainen wrote: > >> Tested on Linux-PPC64. >> >> 2015-12-11 Ville Voutilainen >> >>PR libstdc++/68139 >> >>/libstdc++-v3 >>* libsupc++/nested_exception.h (_S_rethrow): Use __std::addressof. > >

Re: [v3 PATCH] PR libstdc++/68139

2015-12-10 Thread Marc Glisse
On Fri, 11 Dec 2015, Ville Voutilainen wrote: Tested on Linux-PPC64. 2015-12-11 Ville Voutilainen PR libstdc++/68139 /libstdc++-v3 * libsupc++/nested_exception.h (_S_rethrow): Use __std::addressof. ^^ Typo. /testsuite

[v3 PATCH] PR libstdc++/68139

2015-12-10 Thread Ville Voutilainen
Tested on Linux-PPC64. 2015-12-11 Ville Voutilainen PR libstdc++/68139 /libstdc++-v3 * libsupc++/nested_exception.h (_S_rethrow): Use __std::addressof. /testsuite * 18_support/nested_exception/68139.cc: New. diff --git a/libstdc++-v3/libsupc++/nested_exception.h b/libstd