[libgcc] Protect __TMC_END__ - __TMC_LIST__ == 0

Marc Glisse marc.glisse@inria.fr
Thu Oct 27 10:25:00 GMT 2016


Hello,

some optimization patch I was working on simplified __TMC_END__ - 
__TMC_LIST__ == 0 to false, which is not wanted (I assume that's why it 
wasn't written __TMC_END__ == __TMC_LIST__ in the first place).

Bootstrap+regtest on powerpc64le-unknown-linux-gnu.

2016-10-27  Marc Glisse  <marc.glisse@inria.fr>

 	PR libgcc/77813
 	* crtstuff.c (deregister_tm_clones, register_tm_clones): Hide
 	__TMC_END__ behind a passthrough asm.

-- 
Marc Glisse
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tmc.patch
Type: text/x-diff
Size: 1349 bytes
Desc: 
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20161027/bc53e7e3/attachment.bin>


More information about the Gcc-patches mailing list