Re: Fix PR51125

2011-11-21 Thread Richard Henderson
On 11/21/2011 07:42 AM, Michael Matz wrote: > __transaction_atomic > { > { > struct shared_count sc; > try > // ctor(&sc), dtor(&sc) > finally > { > sc = {CLOBBER}; >

Fix PR51125 (was: death@scope broke TM tests)

2011-11-21 Thread Michael Matz
Hi, On Fri, 18 Nov 2011, Aldy Hernandez wrote: > I just CC'ed you on a bug that I believe was caused by your patch. > > I forgot to CC you on the bug before I wrote the comment on it. > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51125#c4 > > Perhaps you can take a look? The attached patch