Re: [PATCH] Add missing __throw_exception_again

2012-03-09 Thread Paolo Carlini
On 03/09/2012 08:01 PM, Andreas Schwab wrote: This makes the 22_locale/locale/cons/12352.cc test fail everywhere. Excellent. Thus Ok mainline and 4_7-branch with the testcase extension too. Thanks again, Paolo.

Re: [PATCH] Add missing __throw_exception_again

2012-03-09 Thread Andreas Schwab
This makes the 22_locale/locale/cons/12352.cc test fail everywhere. Andreas. 2012-03-09 Andreas Schwab * config/locale/gnu/monetary_members.cc (moneypunct::_M_initialize_moneypunct): Throw caught exception again. (moneypunct::_M_initialize_moneypunct): Likewise

Re: [PATCH] Add missing __throw_exception_again

2012-03-09 Thread Jakub Jelinek
On Fri, Mar 09, 2012 at 07:14:52PM +0100, Paolo Carlini wrote: > >This prevents the 22_locale/locale/cons/12352.cc test from crashing. > >Tested on m68k-linux. > Depending on the system, doesn't crash that easily, but indeed the > issue is real and the patch is right, we want it in 4.7.1 (if not >

Re: [PATCH] Add missing __throw_exception_again

2012-03-09 Thread Paolo Carlini
HI, This prevents the 22_locale/locale/cons/12352.cc test from crashing. Tested on m68k-linux. Depending on the system, doesn't crash that easily, but indeed the issue is real and the patch is right, we want it in 4.7.1 (if not 4.7.0?) and mainline. Thanks, Paolo.

[PATCH] Add missing __throw_exception_again

2012-03-09 Thread Andreas Schwab
This prevents the 22_locale/locale/cons/12352.cc test from crashing. Tested on m68k-linux. Andreas. 2012-03-09 Andreas Schwab * config/locale/gnu/monetary_members.cc (moneypunct::_M_initialize_moneypunct): Throw caught exception again. (moneypunct::_M_initializ