]> granicus.if.org Git - gc/commit
Fix tools/setjmp_t hang (OS X)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 23 Mar 2017 00:16:12 +0000 (03:16 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 6 Apr 2017 07:41:43 +0000 (10:41 +0300)
commit591b15d0729dd8d72c1216682426d23002e417e8
treef34b145517e94da0238e270bc4e9b2e367abd762
parent6ec187518348c75c196a7607f4b6b2b4aba2d3ae
Fix tools/setjmp_t hang (OS X)

* tools/setjmp_t.c (main): Declare "y" static variable as volatile (to
prevent reordering/optimization of y++).
tools/setjmp_t.c