Guest User

Untitled

a guest
Feb 20th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 224.46 KB | None | 0 0
  1. (in /home/daniel/Dev/rbx)
  2. CC vm/primitives.cpp
  3. In file included from vm/primitives.cpp:20:
  4. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::accessvariable_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  5. vm/gen/primitives_glue.gen.cpp:17: error: jump to label ‘fail’
  6. vm/gen/primitives_glue.gen.cpp:10: error: from here
  7. vm/gen/primitives_glue.gen.cpp:12: error: crosses initialization of ‘rubinius::MethodContext* current’
  8. vm/gen/primitives_glue.gen.cpp:17: error: jump to label ‘fail’
  9. vm/gen/primitives_glue.gen.cpp:4: error: from here
  10. vm/gen/primitives_glue.gen.cpp:12: error: crosses initialization of ‘rubinius::MethodContext* current’
  11. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::array_aref(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  12. vm/gen/primitives_glue.gen.cpp:44: error: jump to label ‘fail’
  13. vm/gen/primitives_glue.gen.cpp:37: error: from here
  14. vm/gen/primitives_glue.gen.cpp:39: error: crosses initialization of ‘rubinius::MethodContext* current’
  15. vm/gen/primitives_glue.gen.cpp:44: error: jump to label ‘fail’
  16. vm/gen/primitives_glue.gen.cpp:31: error: from here
  17. vm/gen/primitives_glue.gen.cpp:39: error: crosses initialization of ‘rubinius::MethodContext* current’
  18. vm/gen/primitives_glue.gen.cpp:44: error: jump to label ‘fail’
  19. vm/gen/primitives_glue.gen.cpp:27: error: from here
  20. vm/gen/primitives_glue.gen.cpp:39: error: crosses initialization of ‘rubinius::MethodContext* current’
  21. vm/gen/primitives_glue.gen.cpp:44: error: jump to label ‘fail’
  22. vm/gen/primitives_glue.gen.cpp:24: error: from here
  23. vm/gen/primitives_glue.gen.cpp:39: error: crosses initialization of ‘rubinius::MethodContext* current’
  24. vm/gen/primitives_glue.gen.cpp:26: error: crosses initialization of ‘rubinius::Array* recv’
  25. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::array_aset(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  26. vm/gen/primitives_glue.gen.cpp:76: error: jump to label ‘fail’
  27. vm/gen/primitives_glue.gen.cpp:69: error: from here
  28. vm/gen/primitives_glue.gen.cpp:71: error: crosses initialization of ‘rubinius::MethodContext* current’
  29. vm/gen/primitives_glue.gen.cpp:76: error: jump to label ‘fail’
  30. vm/gen/primitives_glue.gen.cpp:63: error: from here
  31. vm/gen/primitives_glue.gen.cpp:71: error: crosses initialization of ‘rubinius::MethodContext* current’
  32. vm/gen/primitives_glue.gen.cpp:76: error: jump to label ‘fail’
  33. vm/gen/primitives_glue.gen.cpp:58: error: from here
  34. vm/gen/primitives_glue.gen.cpp:71: error: crosses initialization of ‘rubinius::MethodContext* current’
  35. vm/gen/primitives_glue.gen.cpp:76: error: jump to label ‘fail’
  36. vm/gen/primitives_glue.gen.cpp:54: error: from here
  37. vm/gen/primitives_glue.gen.cpp:71: error: crosses initialization of ‘rubinius::MethodContext* current’
  38. vm/gen/primitives_glue.gen.cpp:76: error: jump to label ‘fail’
  39. vm/gen/primitives_glue.gen.cpp:51: error: from here
  40. vm/gen/primitives_glue.gen.cpp:71: error: crosses initialization of ‘rubinius::MethodContext* current’
  41. vm/gen/primitives_glue.gen.cpp:53: error: crosses initialization of ‘rubinius::Array* recv’
  42. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_add(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  43. vm/gen/primitives_glue.gen.cpp:118: error: jump to label ‘fail’
  44. vm/gen/primitives_glue.gen.cpp:83: error: from here
  45. vm/gen/primitives_glue.gen.cpp:85: error: crosses initialization of ‘rubinius::Bignum* recv’
  46. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_and(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  47. vm/gen/primitives_glue.gen.cpp:150: error: jump to label ‘fail’
  48. vm/gen/primitives_glue.gen.cpp:125: error: from here
  49. vm/gen/primitives_glue.gen.cpp:127: error: crosses initialization of ‘rubinius::Bignum* recv’
  50. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_coerce(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  51. vm/gen/primitives_glue.gen.cpp:182: error: jump to label ‘fail’
  52. vm/gen/primitives_glue.gen.cpp:157: error: from here
  53. vm/gen/primitives_glue.gen.cpp:159: error: crosses initialization of ‘rubinius::Bignum* recv’
  54. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_compare(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  55. vm/gen/primitives_glue.gen.cpp:224: error: jump to label ‘fail’
  56. vm/gen/primitives_glue.gen.cpp:189: error: from here
  57. vm/gen/primitives_glue.gen.cpp:191: error: crosses initialization of ‘rubinius::Bignum* recv’
  58. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_div(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  59. vm/gen/primitives_glue.gen.cpp:266: error: jump to label ‘fail’
  60. vm/gen/primitives_glue.gen.cpp:231: error: from here
  61. vm/gen/primitives_glue.gen.cpp:233: error: crosses initialization of ‘rubinius::Bignum* recv’
  62. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_divmod(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  63. vm/gen/primitives_glue.gen.cpp:308: error: jump to label ‘fail’
  64. vm/gen/primitives_glue.gen.cpp:273: error: from here
  65. vm/gen/primitives_glue.gen.cpp:275: error: crosses initialization of ‘rubinius::Bignum* recv’
  66. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_equal(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  67. vm/gen/primitives_glue.gen.cpp:350: error: jump to label ‘fail’
  68. vm/gen/primitives_glue.gen.cpp:315: error: from here
  69. vm/gen/primitives_glue.gen.cpp:317: error: crosses initialization of ‘rubinius::Bignum* recv’
  70. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_from_float(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  71. vm/gen/primitives_glue.gen.cpp:375: error: jump to label ‘fail’
  72. vm/gen/primitives_glue.gen.cpp:368: error: from here
  73. vm/gen/primitives_glue.gen.cpp:370: error: crosses initialization of ‘rubinius::MethodContext* current’
  74. vm/gen/primitives_glue.gen.cpp:375: error: jump to label ‘fail’
  75. vm/gen/primitives_glue.gen.cpp:362: error: from here
  76. vm/gen/primitives_glue.gen.cpp:370: error: crosses initialization of ‘rubinius::MethodContext* current’
  77. vm/gen/primitives_glue.gen.cpp:375: error: jump to label ‘fail’
  78. vm/gen/primitives_glue.gen.cpp:357: error: from here
  79. vm/gen/primitives_glue.gen.cpp:370: error: crosses initialization of ‘rubinius::MethodContext* current’
  80. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_ge(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  81. vm/gen/primitives_glue.gen.cpp:417: error: jump to label ‘fail’
  82. vm/gen/primitives_glue.gen.cpp:382: error: from here
  83. vm/gen/primitives_glue.gen.cpp:384: error: crosses initialization of ‘rubinius::Bignum* recv’
  84. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_gt(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  85. vm/gen/primitives_glue.gen.cpp:459: error: jump to label ‘fail’
  86. vm/gen/primitives_glue.gen.cpp:424: error: from here
  87. vm/gen/primitives_glue.gen.cpp:426: error: crosses initialization of ‘rubinius::Bignum* recv’
  88. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_initialize_copy(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  89. vm/gen/primitives_glue.gen.cpp:486: error: jump to label ‘fail’
  90. vm/gen/primitives_glue.gen.cpp:479: error: from here
  91. vm/gen/primitives_glue.gen.cpp:481: error: crosses initialization of ‘rubinius::MethodContext* current’
  92. vm/gen/primitives_glue.gen.cpp:486: error: jump to label ‘fail’
  93. vm/gen/primitives_glue.gen.cpp:473: error: from here
  94. vm/gen/primitives_glue.gen.cpp:481: error: crosses initialization of ‘rubinius::MethodContext* current’
  95. vm/gen/primitives_glue.gen.cpp:486: error: jump to label ‘fail’
  96. vm/gen/primitives_glue.gen.cpp:469: error: from here
  97. vm/gen/primitives_glue.gen.cpp:481: error: crosses initialization of ‘rubinius::MethodContext* current’
  98. vm/gen/primitives_glue.gen.cpp:486: error: jump to label ‘fail’
  99. vm/gen/primitives_glue.gen.cpp:466: error: from here
  100. vm/gen/primitives_glue.gen.cpp:481: error: crosses initialization of ‘rubinius::MethodContext* current’
  101. vm/gen/primitives_glue.gen.cpp:468: error: crosses initialization of ‘rubinius::Bignum* recv’
  102. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_invert(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  103. vm/gen/primitives_glue.gen.cpp:508: error: jump to label ‘fail’
  104. vm/gen/primitives_glue.gen.cpp:501: error: from here
  105. vm/gen/primitives_glue.gen.cpp:503: error: crosses initialization of ‘rubinius::MethodContext* current’
  106. vm/gen/primitives_glue.gen.cpp:508: error: jump to label ‘fail’
  107. vm/gen/primitives_glue.gen.cpp:496: error: from here
  108. vm/gen/primitives_glue.gen.cpp:503: error: crosses initialization of ‘rubinius::MethodContext* current’
  109. vm/gen/primitives_glue.gen.cpp:508: error: jump to label ‘fail’
  110. vm/gen/primitives_glue.gen.cpp:493: error: from here
  111. vm/gen/primitives_glue.gen.cpp:503: error: crosses initialization of ‘rubinius::MethodContext* current’
  112. vm/gen/primitives_glue.gen.cpp:495: error: crosses initialization of ‘rubinius::Bignum* recv’
  113. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_le(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  114. vm/gen/primitives_glue.gen.cpp:550: error: jump to label ‘fail’
  115. vm/gen/primitives_glue.gen.cpp:515: error: from here
  116. vm/gen/primitives_glue.gen.cpp:517: error: crosses initialization of ‘rubinius::Bignum* recv’
  117. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_left_shift(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  118. vm/gen/primitives_glue.gen.cpp:577: error: jump to label ‘fail’
  119. vm/gen/primitives_glue.gen.cpp:570: error: from here
  120. vm/gen/primitives_glue.gen.cpp:572: error: crosses initialization of ‘rubinius::MethodContext* current’
  121. vm/gen/primitives_glue.gen.cpp:577: error: jump to label ‘fail’
  122. vm/gen/primitives_glue.gen.cpp:564: error: from here
  123. vm/gen/primitives_glue.gen.cpp:572: error: crosses initialization of ‘rubinius::MethodContext* current’
  124. vm/gen/primitives_glue.gen.cpp:577: error: jump to label ‘fail’
  125. vm/gen/primitives_glue.gen.cpp:560: error: from here
  126. vm/gen/primitives_glue.gen.cpp:572: error: crosses initialization of ‘rubinius::MethodContext* current’
  127. vm/gen/primitives_glue.gen.cpp:577: error: jump to label ‘fail’
  128. vm/gen/primitives_glue.gen.cpp:557: error: from here
  129. vm/gen/primitives_glue.gen.cpp:572: error: crosses initialization of ‘rubinius::MethodContext* current’
  130. vm/gen/primitives_glue.gen.cpp:559: error: crosses initialization of ‘rubinius::Bignum* recv’
  131. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_lt(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  132. vm/gen/primitives_glue.gen.cpp:619: error: jump to label ‘fail’
  133. vm/gen/primitives_glue.gen.cpp:584: error: from here
  134. vm/gen/primitives_glue.gen.cpp:586: error: crosses initialization of ‘rubinius::Bignum* recv’
  135. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_mod(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  136. vm/gen/primitives_glue.gen.cpp:661: error: jump to label ‘fail’
  137. vm/gen/primitives_glue.gen.cpp:626: error: from here
  138. vm/gen/primitives_glue.gen.cpp:628: error: crosses initialization of ‘rubinius::Bignum* recv’
  139. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_mul(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  140. vm/gen/primitives_glue.gen.cpp:703: error: jump to label ‘fail’
  141. vm/gen/primitives_glue.gen.cpp:668: error: from here
  142. vm/gen/primitives_glue.gen.cpp:670: error: crosses initialization of ‘rubinius::Bignum* recv’
  143. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_neg(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  144. vm/gen/primitives_glue.gen.cpp:725: error: jump to label ‘fail’
  145. vm/gen/primitives_glue.gen.cpp:718: error: from here
  146. vm/gen/primitives_glue.gen.cpp:720: error: crosses initialization of ‘rubinius::MethodContext* current’
  147. vm/gen/primitives_glue.gen.cpp:725: error: jump to label ‘fail’
  148. vm/gen/primitives_glue.gen.cpp:713: error: from here
  149. vm/gen/primitives_glue.gen.cpp:720: error: crosses initialization of ‘rubinius::MethodContext* current’
  150. vm/gen/primitives_glue.gen.cpp:725: error: jump to label ‘fail’
  151. vm/gen/primitives_glue.gen.cpp:710: error: from here
  152. vm/gen/primitives_glue.gen.cpp:720: error: crosses initialization of ‘rubinius::MethodContext* current’
  153. vm/gen/primitives_glue.gen.cpp:712: error: crosses initialization of ‘rubinius::Bignum* recv’
  154. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_new(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  155. vm/gen/primitives_glue.gen.cpp:750: error: jump to label ‘fail’
  156. vm/gen/primitives_glue.gen.cpp:743: error: from here
  157. vm/gen/primitives_glue.gen.cpp:745: error: crosses initialization of ‘rubinius::MethodContext* current’
  158. vm/gen/primitives_glue.gen.cpp:750: error: jump to label ‘fail’
  159. vm/gen/primitives_glue.gen.cpp:737: error: from here
  160. vm/gen/primitives_glue.gen.cpp:745: error: crosses initialization of ‘rubinius::MethodContext* current’
  161. vm/gen/primitives_glue.gen.cpp:750: error: jump to label ‘fail’
  162. vm/gen/primitives_glue.gen.cpp:732: error: from here
  163. vm/gen/primitives_glue.gen.cpp:745: error: crosses initialization of ‘rubinius::MethodContext* current’
  164. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_or(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  165. vm/gen/primitives_glue.gen.cpp:782: error: jump to label ‘fail’
  166. vm/gen/primitives_glue.gen.cpp:757: error: from here
  167. vm/gen/primitives_glue.gen.cpp:759: error: crosses initialization of ‘rubinius::Bignum* recv’
  168. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_right_shift(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  169. vm/gen/primitives_glue.gen.cpp:809: error: jump to label ‘fail’
  170. vm/gen/primitives_glue.gen.cpp:802: error: from here
  171. vm/gen/primitives_glue.gen.cpp:804: error: crosses initialization of ‘rubinius::MethodContext* current’
  172. vm/gen/primitives_glue.gen.cpp:809: error: jump to label ‘fail’
  173. vm/gen/primitives_glue.gen.cpp:796: error: from here
  174. vm/gen/primitives_glue.gen.cpp:804: error: crosses initialization of ‘rubinius::MethodContext* current’
  175. vm/gen/primitives_glue.gen.cpp:809: error: jump to label ‘fail’
  176. vm/gen/primitives_glue.gen.cpp:792: error: from here
  177. vm/gen/primitives_glue.gen.cpp:804: error: crosses initialization of ‘rubinius::MethodContext* current’
  178. vm/gen/primitives_glue.gen.cpp:809: error: jump to label ‘fail’
  179. vm/gen/primitives_glue.gen.cpp:789: error: from here
  180. vm/gen/primitives_glue.gen.cpp:804: error: crosses initialization of ‘rubinius::MethodContext* current’
  181. vm/gen/primitives_glue.gen.cpp:791: error: crosses initialization of ‘rubinius::Bignum* recv’
  182. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_size(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  183. vm/gen/primitives_glue.gen.cpp:831: error: jump to label ‘fail’
  184. vm/gen/primitives_glue.gen.cpp:824: error: from here
  185. vm/gen/primitives_glue.gen.cpp:826: error: crosses initialization of ‘rubinius::MethodContext* current’
  186. vm/gen/primitives_glue.gen.cpp:831: error: jump to label ‘fail’
  187. vm/gen/primitives_glue.gen.cpp:819: error: from here
  188. vm/gen/primitives_glue.gen.cpp:826: error: crosses initialization of ‘rubinius::MethodContext* current’
  189. vm/gen/primitives_glue.gen.cpp:831: error: jump to label ‘fail’
  190. vm/gen/primitives_glue.gen.cpp:816: error: from here
  191. vm/gen/primitives_glue.gen.cpp:826: error: crosses initialization of ‘rubinius::MethodContext* current’
  192. vm/gen/primitives_glue.gen.cpp:818: error: crosses initialization of ‘rubinius::Bignum* recv’
  193. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_sub(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  194. vm/gen/primitives_glue.gen.cpp:873: error: jump to label ‘fail’
  195. vm/gen/primitives_glue.gen.cpp:838: error: from here
  196. vm/gen/primitives_glue.gen.cpp:840: error: crosses initialization of ‘rubinius::Bignum* recv’
  197. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_to_float(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  198. vm/gen/primitives_glue.gen.cpp:895: error: jump to label ‘fail’
  199. vm/gen/primitives_glue.gen.cpp:888: error: from here
  200. vm/gen/primitives_glue.gen.cpp:890: error: crosses initialization of ‘rubinius::MethodContext* current’
  201. vm/gen/primitives_glue.gen.cpp:895: error: jump to label ‘fail’
  202. vm/gen/primitives_glue.gen.cpp:883: error: from here
  203. vm/gen/primitives_glue.gen.cpp:890: error: crosses initialization of ‘rubinius::MethodContext* current’
  204. vm/gen/primitives_glue.gen.cpp:895: error: jump to label ‘fail’
  205. vm/gen/primitives_glue.gen.cpp:880: error: from here
  206. vm/gen/primitives_glue.gen.cpp:890: error: crosses initialization of ‘rubinius::MethodContext* current’
  207. vm/gen/primitives_glue.gen.cpp:882: error: crosses initialization of ‘rubinius::Bignum* recv’
  208. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_to_s(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  209. vm/gen/primitives_glue.gen.cpp:922: error: jump to label ‘fail’
  210. vm/gen/primitives_glue.gen.cpp:915: error: from here
  211. vm/gen/primitives_glue.gen.cpp:917: error: crosses initialization of ‘rubinius::MethodContext* current’
  212. vm/gen/primitives_glue.gen.cpp:922: error: jump to label ‘fail’
  213. vm/gen/primitives_glue.gen.cpp:909: error: from here
  214. vm/gen/primitives_glue.gen.cpp:917: error: crosses initialization of ‘rubinius::MethodContext* current’
  215. vm/gen/primitives_glue.gen.cpp:922: error: jump to label ‘fail’
  216. vm/gen/primitives_glue.gen.cpp:905: error: from here
  217. vm/gen/primitives_glue.gen.cpp:917: error: crosses initialization of ‘rubinius::MethodContext* current’
  218. vm/gen/primitives_glue.gen.cpp:922: error: jump to label ‘fail’
  219. vm/gen/primitives_glue.gen.cpp:902: error: from here
  220. vm/gen/primitives_glue.gen.cpp:917: error: crosses initialization of ‘rubinius::MethodContext* current’
  221. vm/gen/primitives_glue.gen.cpp:904: error: crosses initialization of ‘rubinius::Bignum* recv’
  222. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bignum_xor(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  223. vm/gen/primitives_glue.gen.cpp:954: error: jump to label ‘fail’
  224. vm/gen/primitives_glue.gen.cpp:929: error: from here
  225. vm/gen/primitives_glue.gen.cpp:931: error: crosses initialization of ‘rubinius::Bignum* recv’
  226. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::block_context_env(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  227. vm/gen/primitives_glue.gen.cpp:976: error: jump to label ‘fail’
  228. vm/gen/primitives_glue.gen.cpp:969: error: from here
  229. vm/gen/primitives_glue.gen.cpp:971: error: crosses initialization of ‘rubinius::MethodContext* current’
  230. vm/gen/primitives_glue.gen.cpp:976: error: jump to label ‘fail’
  231. vm/gen/primitives_glue.gen.cpp:964: error: from here
  232. vm/gen/primitives_glue.gen.cpp:971: error: crosses initialization of ‘rubinius::MethodContext* current’
  233. vm/gen/primitives_glue.gen.cpp:976: error: jump to label ‘fail’
  234. vm/gen/primitives_glue.gen.cpp:961: error: from here
  235. vm/gen/primitives_glue.gen.cpp:971: error: crosses initialization of ‘rubinius::MethodContext* current’
  236. vm/gen/primitives_glue.gen.cpp:963: error: crosses initialization of ‘rubinius::BlockContext* recv’
  237. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::blockenvironment_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  238. vm/gen/primitives_glue.gen.cpp:1006: error: jump to label ‘fail’
  239. vm/gen/primitives_glue.gen.cpp:999: error: from here
  240. vm/gen/primitives_glue.gen.cpp:1001: error: crosses initialization of ‘rubinius::MethodContext* current’
  241. vm/gen/primitives_glue.gen.cpp:1006: error: jump to label ‘fail’
  242. vm/gen/primitives_glue.gen.cpp:993: error: from here
  243. vm/gen/primitives_glue.gen.cpp:1001: error: crosses initialization of ‘rubinius::MethodContext* current’
  244. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bytearray_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  245. vm/gen/primitives_glue.gen.cpp:1031: error: jump to label ‘fail’
  246. vm/gen/primitives_glue.gen.cpp:1024: error: from here
  247. vm/gen/primitives_glue.gen.cpp:1026: error: crosses initialization of ‘rubinius::MethodContext* current’
  248. vm/gen/primitives_glue.gen.cpp:1031: error: jump to label ‘fail’
  249. vm/gen/primitives_glue.gen.cpp:1018: error: from here
  250. vm/gen/primitives_glue.gen.cpp:1026: error: crosses initialization of ‘rubinius::MethodContext* current’
  251. vm/gen/primitives_glue.gen.cpp:1031: error: jump to label ‘fail’
  252. vm/gen/primitives_glue.gen.cpp:1013: error: from here
  253. vm/gen/primitives_glue.gen.cpp:1026: error: crosses initialization of ‘rubinius::MethodContext* current’
  254. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bytearray_compare_bytes(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  255. vm/gen/primitives_glue.gen.cpp:1068: error: jump to label ‘fail’
  256. vm/gen/primitives_glue.gen.cpp:1061: error: from here
  257. vm/gen/primitives_glue.gen.cpp:1063: error: crosses initialization of ‘rubinius::MethodContext* current’
  258. vm/gen/primitives_glue.gen.cpp:1068: error: jump to label ‘fail’
  259. vm/gen/primitives_glue.gen.cpp:1055: error: from here
  260. vm/gen/primitives_glue.gen.cpp:1063: error: crosses initialization of ‘rubinius::MethodContext* current’
  261. vm/gen/primitives_glue.gen.cpp:1068: error: jump to label ‘fail’
  262. vm/gen/primitives_glue.gen.cpp:1050: error: from here
  263. vm/gen/primitives_glue.gen.cpp:1063: error: crosses initialization of ‘rubinius::MethodContext* current’
  264. vm/gen/primitives_glue.gen.cpp:1068: error: jump to label ‘fail’
  265. vm/gen/primitives_glue.gen.cpp:1045: error: from here
  266. vm/gen/primitives_glue.gen.cpp:1063: error: crosses initialization of ‘rubinius::MethodContext* current’
  267. vm/gen/primitives_glue.gen.cpp:1068: error: jump to label ‘fail’
  268. vm/gen/primitives_glue.gen.cpp:1041: error: from here
  269. vm/gen/primitives_glue.gen.cpp:1063: error: crosses initialization of ‘rubinius::MethodContext* current’
  270. vm/gen/primitives_glue.gen.cpp:1068: error: jump to label ‘fail’
  271. vm/gen/primitives_glue.gen.cpp:1038: error: from here
  272. vm/gen/primitives_glue.gen.cpp:1063: error: crosses initialization of ‘rubinius::MethodContext* current’
  273. vm/gen/primitives_glue.gen.cpp:1040: error: crosses initialization of ‘rubinius::ByteArray* recv’
  274. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bytearray_dup_into(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  275. vm/gen/primitives_glue.gen.cpp:1095: error: jump to label ‘fail’
  276. vm/gen/primitives_glue.gen.cpp:1088: error: from here
  277. vm/gen/primitives_glue.gen.cpp:1090: error: crosses initialization of ‘rubinius::MethodContext* current’
  278. vm/gen/primitives_glue.gen.cpp:1095: error: jump to label ‘fail’
  279. vm/gen/primitives_glue.gen.cpp:1082: error: from here
  280. vm/gen/primitives_glue.gen.cpp:1090: error: crosses initialization of ‘rubinius::MethodContext* current’
  281. vm/gen/primitives_glue.gen.cpp:1095: error: jump to label ‘fail’
  282. vm/gen/primitives_glue.gen.cpp:1078: error: from here
  283. vm/gen/primitives_glue.gen.cpp:1090: error: crosses initialization of ‘rubinius::MethodContext* current’
  284. vm/gen/primitives_glue.gen.cpp:1095: error: jump to label ‘fail’
  285. vm/gen/primitives_glue.gen.cpp:1075: error: from here
  286. vm/gen/primitives_glue.gen.cpp:1090: error: crosses initialization of ‘rubinius::MethodContext* current’
  287. vm/gen/primitives_glue.gen.cpp:1077: error: crosses initialization of ‘rubinius::ByteArray* recv’
  288. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bytearray_fetch_bytes(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  289. vm/gen/primitives_glue.gen.cpp:1127: error: jump to label ‘fail’
  290. vm/gen/primitives_glue.gen.cpp:1120: error: from here
  291. vm/gen/primitives_glue.gen.cpp:1122: error: crosses initialization of ‘rubinius::MethodContext* current’
  292. vm/gen/primitives_glue.gen.cpp:1127: error: jump to label ‘fail’
  293. vm/gen/primitives_glue.gen.cpp:1114: error: from here
  294. vm/gen/primitives_glue.gen.cpp:1122: error: crosses initialization of ‘rubinius::MethodContext* current’
  295. vm/gen/primitives_glue.gen.cpp:1127: error: jump to label ‘fail’
  296. vm/gen/primitives_glue.gen.cpp:1109: error: from here
  297. vm/gen/primitives_glue.gen.cpp:1122: error: crosses initialization of ‘rubinius::MethodContext* current’
  298. vm/gen/primitives_glue.gen.cpp:1127: error: jump to label ‘fail’
  299. vm/gen/primitives_glue.gen.cpp:1105: error: from here
  300. vm/gen/primitives_glue.gen.cpp:1122: error: crosses initialization of ‘rubinius::MethodContext* current’
  301. vm/gen/primitives_glue.gen.cpp:1127: error: jump to label ‘fail’
  302. vm/gen/primitives_glue.gen.cpp:1102: error: from here
  303. vm/gen/primitives_glue.gen.cpp:1122: error: crosses initialization of ‘rubinius::MethodContext* current’
  304. vm/gen/primitives_glue.gen.cpp:1104: error: crosses initialization of ‘rubinius::ByteArray* recv’
  305. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bytearray_get_byte(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  306. vm/gen/primitives_glue.gen.cpp:1154: error: jump to label ‘fail’
  307. vm/gen/primitives_glue.gen.cpp:1147: error: from here
  308. vm/gen/primitives_glue.gen.cpp:1149: error: crosses initialization of ‘rubinius::MethodContext* current’
  309. vm/gen/primitives_glue.gen.cpp:1154: error: jump to label ‘fail’
  310. vm/gen/primitives_glue.gen.cpp:1141: error: from here
  311. vm/gen/primitives_glue.gen.cpp:1149: error: crosses initialization of ‘rubinius::MethodContext* current’
  312. vm/gen/primitives_glue.gen.cpp:1154: error: jump to label ‘fail’
  313. vm/gen/primitives_glue.gen.cpp:1137: error: from here
  314. vm/gen/primitives_glue.gen.cpp:1149: error: crosses initialization of ‘rubinius::MethodContext* current’
  315. vm/gen/primitives_glue.gen.cpp:1154: error: jump to label ‘fail’
  316. vm/gen/primitives_glue.gen.cpp:1134: error: from here
  317. vm/gen/primitives_glue.gen.cpp:1149: error: crosses initialization of ‘rubinius::MethodContext* current’
  318. vm/gen/primitives_glue.gen.cpp:1136: error: crosses initialization of ‘rubinius::ByteArray* recv’
  319. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bytearray_locate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  320. vm/gen/primitives_glue.gen.cpp:1186: error: jump to label ‘fail’
  321. vm/gen/primitives_glue.gen.cpp:1179: error: from here
  322. vm/gen/primitives_glue.gen.cpp:1181: error: crosses initialization of ‘rubinius::MethodContext* current’
  323. vm/gen/primitives_glue.gen.cpp:1186: error: jump to label ‘fail’
  324. vm/gen/primitives_glue.gen.cpp:1173: error: from here
  325. vm/gen/primitives_glue.gen.cpp:1181: error: crosses initialization of ‘rubinius::MethodContext* current’
  326. vm/gen/primitives_glue.gen.cpp:1186: error: jump to label ‘fail’
  327. vm/gen/primitives_glue.gen.cpp:1168: error: from here
  328. vm/gen/primitives_glue.gen.cpp:1181: error: crosses initialization of ‘rubinius::MethodContext* current’
  329. vm/gen/primitives_glue.gen.cpp:1186: error: jump to label ‘fail’
  330. vm/gen/primitives_glue.gen.cpp:1164: error: from here
  331. vm/gen/primitives_glue.gen.cpp:1181: error: crosses initialization of ‘rubinius::MethodContext* current’
  332. vm/gen/primitives_glue.gen.cpp:1186: error: jump to label ‘fail’
  333. vm/gen/primitives_glue.gen.cpp:1161: error: from here
  334. vm/gen/primitives_glue.gen.cpp:1181: error: crosses initialization of ‘rubinius::MethodContext* current’
  335. vm/gen/primitives_glue.gen.cpp:1163: error: crosses initialization of ‘rubinius::ByteArray* recv’
  336. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bytearray_move_bytes(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  337. vm/gen/primitives_glue.gen.cpp:1223: error: jump to label ‘fail’
  338. vm/gen/primitives_glue.gen.cpp:1216: error: from here
  339. vm/gen/primitives_glue.gen.cpp:1218: error: crosses initialization of ‘rubinius::MethodContext* current’
  340. vm/gen/primitives_glue.gen.cpp:1223: error: jump to label ‘fail’
  341. vm/gen/primitives_glue.gen.cpp:1210: error: from here
  342. vm/gen/primitives_glue.gen.cpp:1218: error: crosses initialization of ‘rubinius::MethodContext* current’
  343. vm/gen/primitives_glue.gen.cpp:1223: error: jump to label ‘fail’
  344. vm/gen/primitives_glue.gen.cpp:1205: error: from here
  345. vm/gen/primitives_glue.gen.cpp:1218: error: crosses initialization of ‘rubinius::MethodContext* current’
  346. vm/gen/primitives_glue.gen.cpp:1223: error: jump to label ‘fail’
  347. vm/gen/primitives_glue.gen.cpp:1200: error: from here
  348. vm/gen/primitives_glue.gen.cpp:1218: error: crosses initialization of ‘rubinius::MethodContext* current’
  349. vm/gen/primitives_glue.gen.cpp:1223: error: jump to label ‘fail’
  350. vm/gen/primitives_glue.gen.cpp:1196: error: from here
  351. vm/gen/primitives_glue.gen.cpp:1218: error: crosses initialization of ‘rubinius::MethodContext* current’
  352. vm/gen/primitives_glue.gen.cpp:1223: error: jump to label ‘fail’
  353. vm/gen/primitives_glue.gen.cpp:1193: error: from here
  354. vm/gen/primitives_glue.gen.cpp:1218: error: crosses initialization of ‘rubinius::MethodContext* current’
  355. vm/gen/primitives_glue.gen.cpp:1195: error: crosses initialization of ‘rubinius::ByteArray* recv’
  356. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bytearray_set_byte(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  357. vm/gen/primitives_glue.gen.cpp:1255: error: jump to label ‘fail’
  358. vm/gen/primitives_glue.gen.cpp:1248: error: from here
  359. vm/gen/primitives_glue.gen.cpp:1250: error: crosses initialization of ‘rubinius::MethodContext* current’
  360. vm/gen/primitives_glue.gen.cpp:1255: error: jump to label ‘fail’
  361. vm/gen/primitives_glue.gen.cpp:1242: error: from here
  362. vm/gen/primitives_glue.gen.cpp:1250: error: crosses initialization of ‘rubinius::MethodContext* current’
  363. vm/gen/primitives_glue.gen.cpp:1255: error: jump to label ‘fail’
  364. vm/gen/primitives_glue.gen.cpp:1237: error: from here
  365. vm/gen/primitives_glue.gen.cpp:1250: error: crosses initialization of ‘rubinius::MethodContext* current’
  366. vm/gen/primitives_glue.gen.cpp:1255: error: jump to label ‘fail’
  367. vm/gen/primitives_glue.gen.cpp:1233: error: from here
  368. vm/gen/primitives_glue.gen.cpp:1250: error: crosses initialization of ‘rubinius::MethodContext* current’
  369. vm/gen/primitives_glue.gen.cpp:1255: error: jump to label ‘fail’
  370. vm/gen/primitives_glue.gen.cpp:1230: error: from here
  371. vm/gen/primitives_glue.gen.cpp:1250: error: crosses initialization of ‘rubinius::MethodContext* current’
  372. vm/gen/primitives_glue.gen.cpp:1232: error: crosses initialization of ‘rubinius::ByteArray* recv’
  373. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::bytearray_size(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  374. vm/gen/primitives_glue.gen.cpp:1277: error: jump to label ‘fail’
  375. vm/gen/primitives_glue.gen.cpp:1270: error: from here
  376. vm/gen/primitives_glue.gen.cpp:1272: error: crosses initialization of ‘rubinius::MethodContext* current’
  377. vm/gen/primitives_glue.gen.cpp:1277: error: jump to label ‘fail’
  378. vm/gen/primitives_glue.gen.cpp:1265: error: from here
  379. vm/gen/primitives_glue.gen.cpp:1272: error: crosses initialization of ‘rubinius::MethodContext* current’
  380. vm/gen/primitives_glue.gen.cpp:1277: error: jump to label ‘fail’
  381. vm/gen/primitives_glue.gen.cpp:1262: error: from here
  382. vm/gen/primitives_glue.gen.cpp:1272: error: crosses initialization of ‘rubinius::MethodContext* current’
  383. vm/gen/primitives_glue.gen.cpp:1264: error: crosses initialization of ‘rubinius::ByteArray* recv’
  384. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::channel_new(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  385. vm/gen/primitives_glue.gen.cpp:1297: error: jump to label ‘fail’
  386. vm/gen/primitives_glue.gen.cpp:1290: error: from here
  387. vm/gen/primitives_glue.gen.cpp:1292: error: crosses initialization of ‘rubinius::MethodContext* current’
  388. vm/gen/primitives_glue.gen.cpp:1297: error: jump to label ‘fail’
  389. vm/gen/primitives_glue.gen.cpp:1284: error: from here
  390. vm/gen/primitives_glue.gen.cpp:1292: error: crosses initialization of ‘rubinius::MethodContext* current’
  391. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::channel_send(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  392. vm/gen/primitives_glue.gen.cpp:1334: error: jump to label ‘fail’
  393. vm/gen/primitives_glue.gen.cpp:1327: error: from here
  394. vm/gen/primitives_glue.gen.cpp:1329: error: crosses initialization of ‘rubinius::MethodContext* current’
  395. vm/gen/primitives_glue.gen.cpp:1334: error: jump to label ‘fail’
  396. vm/gen/primitives_glue.gen.cpp:1321: error: from here
  397. vm/gen/primitives_glue.gen.cpp:1329: error: crosses initialization of ‘rubinius::MethodContext* current’
  398. vm/gen/primitives_glue.gen.cpp:1334: error: jump to label ‘fail’
  399. vm/gen/primitives_glue.gen.cpp:1317: error: from here
  400. vm/gen/primitives_glue.gen.cpp:1329: error: crosses initialization of ‘rubinius::MethodContext* current’
  401. vm/gen/primitives_glue.gen.cpp:1334: error: jump to label ‘fail’
  402. vm/gen/primitives_glue.gen.cpp:1314: error: from here
  403. vm/gen/primitives_glue.gen.cpp:1329: error: crosses initialization of ‘rubinius::MethodContext* current’
  404. vm/gen/primitives_glue.gen.cpp:1316: error: crosses initialization of ‘rubinius::Channel* recv’
  405. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::scheduler_send_in_microseconds(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  406. vm/gen/primitives_glue.gen.cpp:1369: error: jump to label ‘fail’
  407. vm/gen/primitives_glue.gen.cpp:1362: error: from here
  408. vm/gen/primitives_glue.gen.cpp:1364: error: crosses initialization of ‘rubinius::MethodContext* current’
  409. vm/gen/primitives_glue.gen.cpp:1369: error: jump to label ‘fail’
  410. vm/gen/primitives_glue.gen.cpp:1356: error: from here
  411. vm/gen/primitives_glue.gen.cpp:1364: error: crosses initialization of ‘rubinius::MethodContext* current’
  412. vm/gen/primitives_glue.gen.cpp:1369: error: jump to label ‘fail’
  413. vm/gen/primitives_glue.gen.cpp:1351: error: from here
  414. vm/gen/primitives_glue.gen.cpp:1364: error: crosses initialization of ‘rubinius::MethodContext* current’
  415. vm/gen/primitives_glue.gen.cpp:1369: error: jump to label ‘fail’
  416. vm/gen/primitives_glue.gen.cpp:1346: error: from here
  417. vm/gen/primitives_glue.gen.cpp:1364: error: crosses initialization of ‘rubinius::MethodContext* current’
  418. vm/gen/primitives_glue.gen.cpp:1369: error: jump to label ‘fail’
  419. vm/gen/primitives_glue.gen.cpp:1341: error: from here
  420. vm/gen/primitives_glue.gen.cpp:1364: error: crosses initialization of ‘rubinius::MethodContext* current’
  421. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::scheduler_send_in_seconds(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  422. vm/gen/primitives_glue.gen.cpp:1404: error: jump to label ‘fail’
  423. vm/gen/primitives_glue.gen.cpp:1397: error: from here
  424. vm/gen/primitives_glue.gen.cpp:1399: error: crosses initialization of ‘rubinius::MethodContext* current’
  425. vm/gen/primitives_glue.gen.cpp:1404: error: jump to label ‘fail’
  426. vm/gen/primitives_glue.gen.cpp:1391: error: from here
  427. vm/gen/primitives_glue.gen.cpp:1399: error: crosses initialization of ‘rubinius::MethodContext* current’
  428. vm/gen/primitives_glue.gen.cpp:1404: error: jump to label ‘fail’
  429. vm/gen/primitives_glue.gen.cpp:1386: error: from here
  430. vm/gen/primitives_glue.gen.cpp:1399: error: crosses initialization of ‘rubinius::MethodContext* current’
  431. vm/gen/primitives_glue.gen.cpp:1404: error: jump to label ‘fail’
  432. vm/gen/primitives_glue.gen.cpp:1381: error: from here
  433. vm/gen/primitives_glue.gen.cpp:1399: error: crosses initialization of ‘rubinius::MethodContext* current’
  434. vm/gen/primitives_glue.gen.cpp:1404: error: jump to label ‘fail’
  435. vm/gen/primitives_glue.gen.cpp:1376: error: from here
  436. vm/gen/primitives_glue.gen.cpp:1399: error: crosses initialization of ‘rubinius::MethodContext* current’
  437. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::scheduler_send_on_readable(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  438. vm/gen/primitives_glue.gen.cpp:1444: error: jump to label ‘fail’
  439. vm/gen/primitives_glue.gen.cpp:1437: error: from here
  440. vm/gen/primitives_glue.gen.cpp:1439: error: crosses initialization of ‘rubinius::MethodContext* current’
  441. vm/gen/primitives_glue.gen.cpp:1444: error: jump to label ‘fail’
  442. vm/gen/primitives_glue.gen.cpp:1431: error: from here
  443. vm/gen/primitives_glue.gen.cpp:1439: error: crosses initialization of ‘rubinius::MethodContext* current’
  444. vm/gen/primitives_glue.gen.cpp:1444: error: jump to label ‘fail’
  445. vm/gen/primitives_glue.gen.cpp:1426: error: from here
  446. vm/gen/primitives_glue.gen.cpp:1439: error: crosses initialization of ‘rubinius::MethodContext* current’
  447. vm/gen/primitives_glue.gen.cpp:1444: error: jump to label ‘fail’
  448. vm/gen/primitives_glue.gen.cpp:1421: error: from here
  449. vm/gen/primitives_glue.gen.cpp:1439: error: crosses initialization of ‘rubinius::MethodContext* current’
  450. vm/gen/primitives_glue.gen.cpp:1444: error: jump to label ‘fail’
  451. vm/gen/primitives_glue.gen.cpp:1416: error: from here
  452. vm/gen/primitives_glue.gen.cpp:1439: error: crosses initialization of ‘rubinius::MethodContext* current’
  453. vm/gen/primitives_glue.gen.cpp:1444: error: jump to label ‘fail’
  454. vm/gen/primitives_glue.gen.cpp:1411: error: from here
  455. vm/gen/primitives_glue.gen.cpp:1439: error: crosses initialization of ‘rubinius::MethodContext* current’
  456. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::scheduler_send_on_signal(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  457. vm/gen/primitives_glue.gen.cpp:1474: error: jump to label ‘fail’
  458. vm/gen/primitives_glue.gen.cpp:1467: error: from here
  459. vm/gen/primitives_glue.gen.cpp:1469: error: crosses initialization of ‘rubinius::MethodContext* current’
  460. vm/gen/primitives_glue.gen.cpp:1474: error: jump to label ‘fail’
  461. vm/gen/primitives_glue.gen.cpp:1461: error: from here
  462. vm/gen/primitives_glue.gen.cpp:1469: error: crosses initialization of ‘rubinius::MethodContext* current’
  463. vm/gen/primitives_glue.gen.cpp:1474: error: jump to label ‘fail’
  464. vm/gen/primitives_glue.gen.cpp:1456: error: from here
  465. vm/gen/primitives_glue.gen.cpp:1469: error: crosses initialization of ‘rubinius::MethodContext* current’
  466. vm/gen/primitives_glue.gen.cpp:1474: error: jump to label ‘fail’
  467. vm/gen/primitives_glue.gen.cpp:1451: error: from here
  468. vm/gen/primitives_glue.gen.cpp:1469: error: crosses initialization of ‘rubinius::MethodContext* current’
  469. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::scheduler_send_on_stopped(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  470. vm/gen/primitives_glue.gen.cpp:1509: error: jump to label ‘fail’
  471. vm/gen/primitives_glue.gen.cpp:1502: error: from here
  472. vm/gen/primitives_glue.gen.cpp:1504: error: crosses initialization of ‘rubinius::MethodContext* current’
  473. vm/gen/primitives_glue.gen.cpp:1509: error: jump to label ‘fail’
  474. vm/gen/primitives_glue.gen.cpp:1496: error: from here
  475. vm/gen/primitives_glue.gen.cpp:1504: error: crosses initialization of ‘rubinius::MethodContext* current’
  476. vm/gen/primitives_glue.gen.cpp:1509: error: jump to label ‘fail’
  477. vm/gen/primitives_glue.gen.cpp:1491: error: from here
  478. vm/gen/primitives_glue.gen.cpp:1504: error: crosses initialization of ‘rubinius::MethodContext* current’
  479. vm/gen/primitives_glue.gen.cpp:1509: error: jump to label ‘fail’
  480. vm/gen/primitives_glue.gen.cpp:1486: error: from here
  481. vm/gen/primitives_glue.gen.cpp:1504: error: crosses initialization of ‘rubinius::MethodContext* current’
  482. vm/gen/primitives_glue.gen.cpp:1509: error: jump to label ‘fail’
  483. vm/gen/primitives_glue.gen.cpp:1481: error: from here
  484. vm/gen/primitives_glue.gen.cpp:1504: error: crosses initialization of ‘rubinius::MethodContext* current’
  485. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::class_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  486. vm/gen/primitives_glue.gen.cpp:1531: error: jump to label ‘fail’
  487. vm/gen/primitives_glue.gen.cpp:1524: error: from here
  488. vm/gen/primitives_glue.gen.cpp:1526: error: crosses initialization of ‘rubinius::MethodContext* current’
  489. vm/gen/primitives_glue.gen.cpp:1531: error: jump to label ‘fail’
  490. vm/gen/primitives_glue.gen.cpp:1519: error: from here
  491. vm/gen/primitives_glue.gen.cpp:1526: error: crosses initialization of ‘rubinius::MethodContext* current’
  492. vm/gen/primitives_glue.gen.cpp:1531: error: jump to label ‘fail’
  493. vm/gen/primitives_glue.gen.cpp:1516: error: from here
  494. vm/gen/primitives_glue.gen.cpp:1526: error: crosses initialization of ‘rubinius::MethodContext* current’
  495. vm/gen/primitives_glue.gen.cpp:1518: error: crosses initialization of ‘rubinius::Class* recv’
  496. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::class_s_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  497. vm/gen/primitives_glue.gen.cpp:1551: error: jump to label ‘fail’
  498. vm/gen/primitives_glue.gen.cpp:1544: error: from here
  499. vm/gen/primitives_glue.gen.cpp:1546: error: crosses initialization of ‘rubinius::MethodContext* current’
  500. vm/gen/primitives_glue.gen.cpp:1551: error: jump to label ‘fail’
  501. vm/gen/primitives_glue.gen.cpp:1538: error: from here
  502. vm/gen/primitives_glue.gen.cpp:1546: error: crosses initialization of ‘rubinius::MethodContext* current’
  503. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::compactlookuptable_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  504. vm/gen/primitives_glue.gen.cpp:1571: error: jump to label ‘fail’
  505. vm/gen/primitives_glue.gen.cpp:1564: error: from here
  506. vm/gen/primitives_glue.gen.cpp:1566: error: crosses initialization of ‘rubinius::MethodContext* current’
  507. vm/gen/primitives_glue.gen.cpp:1571: error: jump to label ‘fail’
  508. vm/gen/primitives_glue.gen.cpp:1558: error: from here
  509. vm/gen/primitives_glue.gen.cpp:1566: error: crosses initialization of ‘rubinius::MethodContext* current’
  510. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::compactlookuptable_fetch(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  511. vm/gen/primitives_glue.gen.cpp:1598: error: jump to label ‘fail’
  512. vm/gen/primitives_glue.gen.cpp:1591: error: from here
  513. vm/gen/primitives_glue.gen.cpp:1593: error: crosses initialization of ‘rubinius::MethodContext* current’
  514. vm/gen/primitives_glue.gen.cpp:1598: error: jump to label ‘fail’
  515. vm/gen/primitives_glue.gen.cpp:1585: error: from here
  516. vm/gen/primitives_glue.gen.cpp:1593: error: crosses initialization of ‘rubinius::MethodContext* current’
  517. vm/gen/primitives_glue.gen.cpp:1598: error: jump to label ‘fail’
  518. vm/gen/primitives_glue.gen.cpp:1581: error: from here
  519. vm/gen/primitives_glue.gen.cpp:1593: error: crosses initialization of ‘rubinius::MethodContext* current’
  520. vm/gen/primitives_glue.gen.cpp:1598: error: jump to label ‘fail’
  521. vm/gen/primitives_glue.gen.cpp:1578: error: from here
  522. vm/gen/primitives_glue.gen.cpp:1593: error: crosses initialization of ‘rubinius::MethodContext* current’
  523. vm/gen/primitives_glue.gen.cpp:1580: error: crosses initialization of ‘rubinius::CompactLookupTable* recv’
  524. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::compactlookuptable_has_key(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  525. vm/gen/primitives_glue.gen.cpp:1625: error: jump to label ‘fail’
  526. vm/gen/primitives_glue.gen.cpp:1618: error: from here
  527. vm/gen/primitives_glue.gen.cpp:1620: error: crosses initialization of ‘rubinius::MethodContext* current’
  528. vm/gen/primitives_glue.gen.cpp:1625: error: jump to label ‘fail’
  529. vm/gen/primitives_glue.gen.cpp:1612: error: from here
  530. vm/gen/primitives_glue.gen.cpp:1620: error: crosses initialization of ‘rubinius::MethodContext* current’
  531. vm/gen/primitives_glue.gen.cpp:1625: error: jump to label ‘fail’
  532. vm/gen/primitives_glue.gen.cpp:1608: error: from here
  533. vm/gen/primitives_glue.gen.cpp:1620: error: crosses initialization of ‘rubinius::MethodContext* current’
  534. vm/gen/primitives_glue.gen.cpp:1625: error: jump to label ‘fail’
  535. vm/gen/primitives_glue.gen.cpp:1605: error: from here
  536. vm/gen/primitives_glue.gen.cpp:1620: error: crosses initialization of ‘rubinius::MethodContext* current’
  537. vm/gen/primitives_glue.gen.cpp:1607: error: crosses initialization of ‘rubinius::CompactLookupTable* recv’
  538. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::compactlookuptable_keys(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  539. vm/gen/primitives_glue.gen.cpp:1647: error: jump to label ‘fail’
  540. vm/gen/primitives_glue.gen.cpp:1640: error: from here
  541. vm/gen/primitives_glue.gen.cpp:1642: error: crosses initialization of ‘rubinius::MethodContext* current’
  542. vm/gen/primitives_glue.gen.cpp:1647: error: jump to label ‘fail’
  543. vm/gen/primitives_glue.gen.cpp:1635: error: from here
  544. vm/gen/primitives_glue.gen.cpp:1642: error: crosses initialization of ‘rubinius::MethodContext* current’
  545. vm/gen/primitives_glue.gen.cpp:1647: error: jump to label ‘fail’
  546. vm/gen/primitives_glue.gen.cpp:1632: error: from here
  547. vm/gen/primitives_glue.gen.cpp:1642: error: crosses initialization of ‘rubinius::MethodContext* current’
  548. vm/gen/primitives_glue.gen.cpp:1634: error: crosses initialization of ‘rubinius::CompactLookupTable* recv’
  549. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::compactlookuptable_store(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  550. vm/gen/primitives_glue.gen.cpp:1679: error: jump to label ‘fail’
  551. vm/gen/primitives_glue.gen.cpp:1672: error: from here
  552. vm/gen/primitives_glue.gen.cpp:1674: error: crosses initialization of ‘rubinius::MethodContext* current’
  553. vm/gen/primitives_glue.gen.cpp:1679: error: jump to label ‘fail’
  554. vm/gen/primitives_glue.gen.cpp:1666: error: from here
  555. vm/gen/primitives_glue.gen.cpp:1674: error: crosses initialization of ‘rubinius::MethodContext* current’
  556. vm/gen/primitives_glue.gen.cpp:1679: error: jump to label ‘fail’
  557. vm/gen/primitives_glue.gen.cpp:1661: error: from here
  558. vm/gen/primitives_glue.gen.cpp:1674: error: crosses initialization of ‘rubinius::MethodContext* current’
  559. vm/gen/primitives_glue.gen.cpp:1679: error: jump to label ‘fail’
  560. vm/gen/primitives_glue.gen.cpp:1657: error: from here
  561. vm/gen/primitives_glue.gen.cpp:1674: error: crosses initialization of ‘rubinius::MethodContext* current’
  562. vm/gen/primitives_glue.gen.cpp:1679: error: jump to label ‘fail’
  563. vm/gen/primitives_glue.gen.cpp:1654: error: from here
  564. vm/gen/primitives_glue.gen.cpp:1674: error: crosses initialization of ‘rubinius::MethodContext* current’
  565. vm/gen/primitives_glue.gen.cpp:1656: error: crosses initialization of ‘rubinius::CompactLookupTable* recv’
  566. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::compactlookuptable_values(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  567. vm/gen/primitives_glue.gen.cpp:1701: error: jump to label ‘fail’
  568. vm/gen/primitives_glue.gen.cpp:1694: error: from here
  569. vm/gen/primitives_glue.gen.cpp:1696: error: crosses initialization of ‘rubinius::MethodContext* current’
  570. vm/gen/primitives_glue.gen.cpp:1701: error: jump to label ‘fail’
  571. vm/gen/primitives_glue.gen.cpp:1689: error: from here
  572. vm/gen/primitives_glue.gen.cpp:1696: error: crosses initialization of ‘rubinius::MethodContext* current’
  573. vm/gen/primitives_glue.gen.cpp:1701: error: jump to label ‘fail’
  574. vm/gen/primitives_glue.gen.cpp:1686: error: from here
  575. vm/gen/primitives_glue.gen.cpp:1696: error: crosses initialization of ‘rubinius::MethodContext* current’
  576. vm/gen/primitives_glue.gen.cpp:1688: error: crosses initialization of ‘rubinius::CompactLookupTable* recv’
  577. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::compiledmethod_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  578. vm/gen/primitives_glue.gen.cpp:1721: error: jump to label ‘fail’
  579. vm/gen/primitives_glue.gen.cpp:1714: error: from here
  580. vm/gen/primitives_glue.gen.cpp:1716: error: crosses initialization of ‘rubinius::MethodContext* current’
  581. vm/gen/primitives_glue.gen.cpp:1721: error: jump to label ‘fail’
  582. vm/gen/primitives_glue.gen.cpp:1708: error: from here
  583. vm/gen/primitives_glue.gen.cpp:1716: error: crosses initialization of ‘rubinius::MethodContext* current’
  584. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::compiledmethod_compile(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  585. vm/gen/primitives_glue.gen.cpp:1743: error: jump to label ‘fail’
  586. vm/gen/primitives_glue.gen.cpp:1736: error: from here
  587. vm/gen/primitives_glue.gen.cpp:1738: error: crosses initialization of ‘rubinius::MethodContext* current’
  588. vm/gen/primitives_glue.gen.cpp:1743: error: jump to label ‘fail’
  589. vm/gen/primitives_glue.gen.cpp:1731: error: from here
  590. vm/gen/primitives_glue.gen.cpp:1738: error: crosses initialization of ‘rubinius::MethodContext* current’
  591. vm/gen/primitives_glue.gen.cpp:1743: error: jump to label ‘fail’
  592. vm/gen/primitives_glue.gen.cpp:1728: error: from here
  593. vm/gen/primitives_glue.gen.cpp:1738: error: crosses initialization of ‘rubinius::MethodContext* current’
  594. vm/gen/primitives_glue.gen.cpp:1730: error: crosses initialization of ‘rubinius::CompiledMethod* recv’
  595. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::dir_close(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  596. vm/gen/primitives_glue.gen.cpp:1765: error: jump to label ‘fail’
  597. vm/gen/primitives_glue.gen.cpp:1758: error: from here
  598. vm/gen/primitives_glue.gen.cpp:1760: error: crosses initialization of ‘rubinius::MethodContext* current’
  599. vm/gen/primitives_glue.gen.cpp:1765: error: jump to label ‘fail’
  600. vm/gen/primitives_glue.gen.cpp:1753: error: from here
  601. vm/gen/primitives_glue.gen.cpp:1760: error: crosses initialization of ‘rubinius::MethodContext* current’
  602. vm/gen/primitives_glue.gen.cpp:1765: error: jump to label ‘fail’
  603. vm/gen/primitives_glue.gen.cpp:1750: error: from here
  604. vm/gen/primitives_glue.gen.cpp:1760: error: crosses initialization of ‘rubinius::MethodContext* current’
  605. vm/gen/primitives_glue.gen.cpp:1752: error: crosses initialization of ‘rubinius::Dir* recv’
  606. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::dir_closed_p(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  607. vm/gen/primitives_glue.gen.cpp:1787: error: jump to label ‘fail’
  608. vm/gen/primitives_glue.gen.cpp:1780: error: from here
  609. vm/gen/primitives_glue.gen.cpp:1782: error: crosses initialization of ‘rubinius::MethodContext* current’
  610. vm/gen/primitives_glue.gen.cpp:1787: error: jump to label ‘fail’
  611. vm/gen/primitives_glue.gen.cpp:1775: error: from here
  612. vm/gen/primitives_glue.gen.cpp:1782: error: crosses initialization of ‘rubinius::MethodContext* current’
  613. vm/gen/primitives_glue.gen.cpp:1787: error: jump to label ‘fail’
  614. vm/gen/primitives_glue.gen.cpp:1772: error: from here
  615. vm/gen/primitives_glue.gen.cpp:1782: error: crosses initialization of ‘rubinius::MethodContext* current’
  616. vm/gen/primitives_glue.gen.cpp:1774: error: crosses initialization of ‘rubinius::Dir* recv’
  617. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::dir_control(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  618. vm/gen/primitives_glue.gen.cpp:1819: error: jump to label ‘fail’
  619. vm/gen/primitives_glue.gen.cpp:1812: error: from here
  620. vm/gen/primitives_glue.gen.cpp:1814: error: crosses initialization of ‘rubinius::MethodContext* current’
  621. vm/gen/primitives_glue.gen.cpp:1819: error: jump to label ‘fail’
  622. vm/gen/primitives_glue.gen.cpp:1806: error: from here
  623. vm/gen/primitives_glue.gen.cpp:1814: error: crosses initialization of ‘rubinius::MethodContext* current’
  624. vm/gen/primitives_glue.gen.cpp:1819: error: jump to label ‘fail’
  625. vm/gen/primitives_glue.gen.cpp:1801: error: from here
  626. vm/gen/primitives_glue.gen.cpp:1814: error: crosses initialization of ‘rubinius::MethodContext* current’
  627. vm/gen/primitives_glue.gen.cpp:1819: error: jump to label ‘fail’
  628. vm/gen/primitives_glue.gen.cpp:1797: error: from here
  629. vm/gen/primitives_glue.gen.cpp:1814: error: crosses initialization of ‘rubinius::MethodContext* current’
  630. vm/gen/primitives_glue.gen.cpp:1819: error: jump to label ‘fail’
  631. vm/gen/primitives_glue.gen.cpp:1794: error: from here
  632. vm/gen/primitives_glue.gen.cpp:1814: error: crosses initialization of ‘rubinius::MethodContext* current’
  633. vm/gen/primitives_glue.gen.cpp:1796: error: crosses initialization of ‘rubinius::Dir* recv’
  634. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::dir_open(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  635. vm/gen/primitives_glue.gen.cpp:1846: error: jump to label ‘fail’
  636. vm/gen/primitives_glue.gen.cpp:1839: error: from here
  637. vm/gen/primitives_glue.gen.cpp:1841: error: crosses initialization of ‘rubinius::MethodContext* current’
  638. vm/gen/primitives_glue.gen.cpp:1846: error: jump to label ‘fail’
  639. vm/gen/primitives_glue.gen.cpp:1833: error: from here
  640. vm/gen/primitives_glue.gen.cpp:1841: error: crosses initialization of ‘rubinius::MethodContext* current’
  641. vm/gen/primitives_glue.gen.cpp:1846: error: jump to label ‘fail’
  642. vm/gen/primitives_glue.gen.cpp:1829: error: from here
  643. vm/gen/primitives_glue.gen.cpp:1841: error: crosses initialization of ‘rubinius::MethodContext* current’
  644. vm/gen/primitives_glue.gen.cpp:1846: error: jump to label ‘fail’
  645. vm/gen/primitives_glue.gen.cpp:1826: error: from here
  646. vm/gen/primitives_glue.gen.cpp:1841: error: crosses initialization of ‘rubinius::MethodContext* current’
  647. vm/gen/primitives_glue.gen.cpp:1828: error: crosses initialization of ‘rubinius::Dir* recv’
  648. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::dir_read(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  649. vm/gen/primitives_glue.gen.cpp:1868: error: jump to label ‘fail’
  650. vm/gen/primitives_glue.gen.cpp:1861: error: from here
  651. vm/gen/primitives_glue.gen.cpp:1863: error: crosses initialization of ‘rubinius::MethodContext* current’
  652. vm/gen/primitives_glue.gen.cpp:1868: error: jump to label ‘fail’
  653. vm/gen/primitives_glue.gen.cpp:1856: error: from here
  654. vm/gen/primitives_glue.gen.cpp:1863: error: crosses initialization of ‘rubinius::MethodContext* current’
  655. vm/gen/primitives_glue.gen.cpp:1868: error: jump to label ‘fail’
  656. vm/gen/primitives_glue.gen.cpp:1853: error: from here
  657. vm/gen/primitives_glue.gen.cpp:1863: error: crosses initialization of ‘rubinius::MethodContext* current’
  658. vm/gen/primitives_glue.gen.cpp:1855: error: crosses initialization of ‘rubinius::Dir* recv’
  659. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::exception_errno_error(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  660. vm/gen/primitives_glue.gen.cpp:1898: error: jump to label ‘fail’
  661. vm/gen/primitives_glue.gen.cpp:1891: error: from here
  662. vm/gen/primitives_glue.gen.cpp:1893: error: crosses initialization of ‘rubinius::MethodContext* current’
  663. vm/gen/primitives_glue.gen.cpp:1898: error: jump to label ‘fail’
  664. vm/gen/primitives_glue.gen.cpp:1885: error: from here
  665. vm/gen/primitives_glue.gen.cpp:1893: error: crosses initialization of ‘rubinius::MethodContext* current’
  666. vm/gen/primitives_glue.gen.cpp:1898: error: jump to label ‘fail’
  667. vm/gen/primitives_glue.gen.cpp:1880: error: from here
  668. vm/gen/primitives_glue.gen.cpp:1893: error: crosses initialization of ‘rubinius::MethodContext* current’
  669. vm/gen/primitives_glue.gen.cpp:1898: error: jump to label ‘fail’
  670. vm/gen/primitives_glue.gen.cpp:1875: error: from here
  671. vm/gen/primitives_glue.gen.cpp:1893: error: crosses initialization of ‘rubinius::MethodContext* current’
  672. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::executable_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  673. vm/gen/primitives_glue.gen.cpp:1920: error: jump to label ‘fail’
  674. vm/gen/primitives_glue.gen.cpp:1913: error: from here
  675. vm/gen/primitives_glue.gen.cpp:1915: error: crosses initialization of ‘rubinius::MethodContext* current’
  676. vm/gen/primitives_glue.gen.cpp:1920: error: jump to label ‘fail’
  677. vm/gen/primitives_glue.gen.cpp:1906: error: from here
  678. vm/gen/primitives_glue.gen.cpp:1915: error: crosses initialization of ‘rubinius::MethodContext* current’
  679. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_add(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  680. vm/gen/primitives_glue.gen.cpp:1962: error: jump to label ‘fail’
  681. vm/gen/primitives_glue.gen.cpp:1927: error: from here
  682. vm/gen/primitives_glue.gen.cpp:1929: error: crosses initialization of ‘rubinius::Fixnum* recv’
  683. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_and(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  684. vm/gen/primitives_glue.gen.cpp:2004: error: jump to label ‘fail’
  685. vm/gen/primitives_glue.gen.cpp:1969: error: from here
  686. vm/gen/primitives_glue.gen.cpp:1971: error: crosses initialization of ‘rubinius::Fixnum* recv’
  687. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_coerce(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  688. vm/gen/primitives_glue.gen.cpp:2036: error: jump to label ‘fail’
  689. vm/gen/primitives_glue.gen.cpp:2011: error: from here
  690. vm/gen/primitives_glue.gen.cpp:2013: error: crosses initialization of ‘rubinius::Fixnum* recv’
  691. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_compare(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  692. vm/gen/primitives_glue.gen.cpp:2078: error: jump to label ‘fail’
  693. vm/gen/primitives_glue.gen.cpp:2043: error: from here
  694. vm/gen/primitives_glue.gen.cpp:2045: error: crosses initialization of ‘rubinius::Fixnum* recv’
  695. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_div(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  696. vm/gen/primitives_glue.gen.cpp:2120: error: jump to label ‘fail’
  697. vm/gen/primitives_glue.gen.cpp:2085: error: from here
  698. vm/gen/primitives_glue.gen.cpp:2087: error: crosses initialization of ‘rubinius::Fixnum* recv’
  699. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_divmod(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  700. vm/gen/primitives_glue.gen.cpp:2162: error: jump to label ‘fail’
  701. vm/gen/primitives_glue.gen.cpp:2127: error: from here
  702. vm/gen/primitives_glue.gen.cpp:2129: error: crosses initialization of ‘rubinius::Fixnum* recv’
  703. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_equal(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  704. vm/gen/primitives_glue.gen.cpp:2204: error: jump to label ‘fail’
  705. vm/gen/primitives_glue.gen.cpp:2169: error: from here
  706. vm/gen/primitives_glue.gen.cpp:2171: error: crosses initialization of ‘rubinius::Fixnum* recv’
  707. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_ge(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  708. vm/gen/primitives_glue.gen.cpp:2246: error: jump to label ‘fail’
  709. vm/gen/primitives_glue.gen.cpp:2211: error: from here
  710. vm/gen/primitives_glue.gen.cpp:2213: error: crosses initialization of ‘rubinius::Fixnum* recv’
  711. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_gt(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  712. vm/gen/primitives_glue.gen.cpp:2288: error: jump to label ‘fail’
  713. vm/gen/primitives_glue.gen.cpp:2253: error: from here
  714. vm/gen/primitives_glue.gen.cpp:2255: error: crosses initialization of ‘rubinius::Fixnum* recv’
  715. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_invert(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  716. vm/gen/primitives_glue.gen.cpp:2310: error: jump to label ‘fail’
  717. vm/gen/primitives_glue.gen.cpp:2303: error: from here
  718. vm/gen/primitives_glue.gen.cpp:2305: error: crosses initialization of ‘rubinius::MethodContext* current’
  719. vm/gen/primitives_glue.gen.cpp:2310: error: jump to label ‘fail’
  720. vm/gen/primitives_glue.gen.cpp:2298: error: from here
  721. vm/gen/primitives_glue.gen.cpp:2305: error: crosses initialization of ‘rubinius::MethodContext* current’
  722. vm/gen/primitives_glue.gen.cpp:2310: error: jump to label ‘fail’
  723. vm/gen/primitives_glue.gen.cpp:2295: error: from here
  724. vm/gen/primitives_glue.gen.cpp:2305: error: crosses initialization of ‘rubinius::MethodContext* current’
  725. vm/gen/primitives_glue.gen.cpp:2297: error: crosses initialization of ‘rubinius::Fixnum* recv’
  726. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_le(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  727. vm/gen/primitives_glue.gen.cpp:2352: error: jump to label ‘fail’
  728. vm/gen/primitives_glue.gen.cpp:2317: error: from here
  729. vm/gen/primitives_glue.gen.cpp:2319: error: crosses initialization of ‘rubinius::Fixnum* recv’
  730. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_left_shift(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  731. vm/gen/primitives_glue.gen.cpp:2379: error: jump to label ‘fail’
  732. vm/gen/primitives_glue.gen.cpp:2372: error: from here
  733. vm/gen/primitives_glue.gen.cpp:2374: error: crosses initialization of ‘rubinius::MethodContext* current’
  734. vm/gen/primitives_glue.gen.cpp:2379: error: jump to label ‘fail’
  735. vm/gen/primitives_glue.gen.cpp:2366: error: from here
  736. vm/gen/primitives_glue.gen.cpp:2374: error: crosses initialization of ‘rubinius::MethodContext* current’
  737. vm/gen/primitives_glue.gen.cpp:2379: error: jump to label ‘fail’
  738. vm/gen/primitives_glue.gen.cpp:2362: error: from here
  739. vm/gen/primitives_glue.gen.cpp:2374: error: crosses initialization of ‘rubinius::MethodContext* current’
  740. vm/gen/primitives_glue.gen.cpp:2379: error: jump to label ‘fail’
  741. vm/gen/primitives_glue.gen.cpp:2359: error: from here
  742. vm/gen/primitives_glue.gen.cpp:2374: error: crosses initialization of ‘rubinius::MethodContext* current’
  743. vm/gen/primitives_glue.gen.cpp:2361: error: crosses initialization of ‘rubinius::Fixnum* recv’
  744. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_lt(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  745. vm/gen/primitives_glue.gen.cpp:2421: error: jump to label ‘fail’
  746. vm/gen/primitives_glue.gen.cpp:2386: error: from here
  747. vm/gen/primitives_glue.gen.cpp:2388: error: crosses initialization of ‘rubinius::Fixnum* recv’
  748. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_mod(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  749. vm/gen/primitives_glue.gen.cpp:2463: error: jump to label ‘fail’
  750. vm/gen/primitives_glue.gen.cpp:2428: error: from here
  751. vm/gen/primitives_glue.gen.cpp:2430: error: crosses initialization of ‘rubinius::Fixnum* recv’
  752. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_mul(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  753. vm/gen/primitives_glue.gen.cpp:2505: error: jump to label ‘fail’
  754. vm/gen/primitives_glue.gen.cpp:2470: error: from here
  755. vm/gen/primitives_glue.gen.cpp:2472: error: crosses initialization of ‘rubinius::Fixnum* recv’
  756. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_neg(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  757. vm/gen/primitives_glue.gen.cpp:2527: error: jump to label ‘fail’
  758. vm/gen/primitives_glue.gen.cpp:2520: error: from here
  759. vm/gen/primitives_glue.gen.cpp:2522: error: crosses initialization of ‘rubinius::MethodContext* current’
  760. vm/gen/primitives_glue.gen.cpp:2527: error: jump to label ‘fail’
  761. vm/gen/primitives_glue.gen.cpp:2515: error: from here
  762. vm/gen/primitives_glue.gen.cpp:2522: error: crosses initialization of ‘rubinius::MethodContext* current’
  763. vm/gen/primitives_glue.gen.cpp:2527: error: jump to label ‘fail’
  764. vm/gen/primitives_glue.gen.cpp:2512: error: from here
  765. vm/gen/primitives_glue.gen.cpp:2522: error: crosses initialization of ‘rubinius::MethodContext* current’
  766. vm/gen/primitives_glue.gen.cpp:2514: error: crosses initialization of ‘rubinius::Fixnum* recv’
  767. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_or(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  768. vm/gen/primitives_glue.gen.cpp:2569: error: jump to label ‘fail’
  769. vm/gen/primitives_glue.gen.cpp:2534: error: from here
  770. vm/gen/primitives_glue.gen.cpp:2536: error: crosses initialization of ‘rubinius::Fixnum* recv’
  771. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_right_shift(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  772. vm/gen/primitives_glue.gen.cpp:2596: error: jump to label ‘fail’
  773. vm/gen/primitives_glue.gen.cpp:2589: error: from here
  774. vm/gen/primitives_glue.gen.cpp:2591: error: crosses initialization of ‘rubinius::MethodContext* current’
  775. vm/gen/primitives_glue.gen.cpp:2596: error: jump to label ‘fail’
  776. vm/gen/primitives_glue.gen.cpp:2583: error: from here
  777. vm/gen/primitives_glue.gen.cpp:2591: error: crosses initialization of ‘rubinius::MethodContext* current’
  778. vm/gen/primitives_glue.gen.cpp:2596: error: jump to label ‘fail’
  779. vm/gen/primitives_glue.gen.cpp:2579: error: from here
  780. vm/gen/primitives_glue.gen.cpp:2591: error: crosses initialization of ‘rubinius::MethodContext* current’
  781. vm/gen/primitives_glue.gen.cpp:2596: error: jump to label ‘fail’
  782. vm/gen/primitives_glue.gen.cpp:2576: error: from here
  783. vm/gen/primitives_glue.gen.cpp:2591: error: crosses initialization of ‘rubinius::MethodContext* current’
  784. vm/gen/primitives_glue.gen.cpp:2578: error: crosses initialization of ‘rubinius::Fixnum* recv’
  785. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_size(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  786. vm/gen/primitives_glue.gen.cpp:2618: error: jump to label ‘fail’
  787. vm/gen/primitives_glue.gen.cpp:2611: error: from here
  788. vm/gen/primitives_glue.gen.cpp:2613: error: crosses initialization of ‘rubinius::MethodContext* current’
  789. vm/gen/primitives_glue.gen.cpp:2618: error: jump to label ‘fail’
  790. vm/gen/primitives_glue.gen.cpp:2606: error: from here
  791. vm/gen/primitives_glue.gen.cpp:2613: error: crosses initialization of ‘rubinius::MethodContext* current’
  792. vm/gen/primitives_glue.gen.cpp:2618: error: jump to label ‘fail’
  793. vm/gen/primitives_glue.gen.cpp:2603: error: from here
  794. vm/gen/primitives_glue.gen.cpp:2613: error: crosses initialization of ‘rubinius::MethodContext* current’
  795. vm/gen/primitives_glue.gen.cpp:2605: error: crosses initialization of ‘rubinius::Fixnum* recv’
  796. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_sub(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  797. vm/gen/primitives_glue.gen.cpp:2660: error: jump to label ‘fail’
  798. vm/gen/primitives_glue.gen.cpp:2625: error: from here
  799. vm/gen/primitives_glue.gen.cpp:2627: error: crosses initialization of ‘rubinius::Fixnum* recv’
  800. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_to_f(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  801. vm/gen/primitives_glue.gen.cpp:2682: error: jump to label ‘fail’
  802. vm/gen/primitives_glue.gen.cpp:2675: error: from here
  803. vm/gen/primitives_glue.gen.cpp:2677: error: crosses initialization of ‘rubinius::MethodContext* current’
  804. vm/gen/primitives_glue.gen.cpp:2682: error: jump to label ‘fail’
  805. vm/gen/primitives_glue.gen.cpp:2670: error: from here
  806. vm/gen/primitives_glue.gen.cpp:2677: error: crosses initialization of ‘rubinius::MethodContext* current’
  807. vm/gen/primitives_glue.gen.cpp:2682: error: jump to label ‘fail’
  808. vm/gen/primitives_glue.gen.cpp:2667: error: from here
  809. vm/gen/primitives_glue.gen.cpp:2677: error: crosses initialization of ‘rubinius::MethodContext* current’
  810. vm/gen/primitives_glue.gen.cpp:2669: error: crosses initialization of ‘rubinius::Fixnum* recv’
  811. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_to_s(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  812. vm/gen/primitives_glue.gen.cpp:2709: error: jump to label ‘fail’
  813. vm/gen/primitives_glue.gen.cpp:2702: error: from here
  814. vm/gen/primitives_glue.gen.cpp:2704: error: crosses initialization of ‘rubinius::MethodContext* current’
  815. vm/gen/primitives_glue.gen.cpp:2709: error: jump to label ‘fail’
  816. vm/gen/primitives_glue.gen.cpp:2696: error: from here
  817. vm/gen/primitives_glue.gen.cpp:2704: error: crosses initialization of ‘rubinius::MethodContext* current’
  818. vm/gen/primitives_glue.gen.cpp:2709: error: jump to label ‘fail’
  819. vm/gen/primitives_glue.gen.cpp:2692: error: from here
  820. vm/gen/primitives_glue.gen.cpp:2704: error: crosses initialization of ‘rubinius::MethodContext* current’
  821. vm/gen/primitives_glue.gen.cpp:2709: error: jump to label ‘fail’
  822. vm/gen/primitives_glue.gen.cpp:2689: error: from here
  823. vm/gen/primitives_glue.gen.cpp:2704: error: crosses initialization of ‘rubinius::MethodContext* current’
  824. vm/gen/primitives_glue.gen.cpp:2691: error: crosses initialization of ‘rubinius::Fixnum* recv’
  825. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::fixnum_xor(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  826. vm/gen/primitives_glue.gen.cpp:2751: error: jump to label ‘fail’
  827. vm/gen/primitives_glue.gen.cpp:2716: error: from here
  828. vm/gen/primitives_glue.gen.cpp:2718: error: crosses initialization of ‘rubinius::Fixnum* recv’
  829. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_add(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  830. vm/gen/primitives_glue.gen.cpp:2783: error: jump to label ‘fail’
  831. vm/gen/primitives_glue.gen.cpp:2758: error: from here
  832. vm/gen/primitives_glue.gen.cpp:2760: error: crosses initialization of ‘rubinius::Float* recv’
  833. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_compare(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  834. vm/gen/primitives_glue.gen.cpp:2815: error: jump to label ‘fail’
  835. vm/gen/primitives_glue.gen.cpp:2790: error: from here
  836. vm/gen/primitives_glue.gen.cpp:2792: error: crosses initialization of ‘rubinius::Float* recv’
  837. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_div(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  838. vm/gen/primitives_glue.gen.cpp:2847: error: jump to label ‘fail’
  839. vm/gen/primitives_glue.gen.cpp:2822: error: from here
  840. vm/gen/primitives_glue.gen.cpp:2824: error: crosses initialization of ‘rubinius::Float* recv’
  841. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_divmod(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  842. vm/gen/primitives_glue.gen.cpp:2879: error: jump to label ‘fail’
  843. vm/gen/primitives_glue.gen.cpp:2854: error: from here
  844. vm/gen/primitives_glue.gen.cpp:2856: error: crosses initialization of ‘rubinius::Float* recv’
  845. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_eql(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  846. vm/gen/primitives_glue.gen.cpp:2911: error: jump to label ‘fail’
  847. vm/gen/primitives_glue.gen.cpp:2886: error: from here
  848. vm/gen/primitives_glue.gen.cpp:2888: error: crosses initialization of ‘rubinius::Float* recv’
  849. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_equal(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  850. vm/gen/primitives_glue.gen.cpp:2943: error: jump to label ‘fail’
  851. vm/gen/primitives_glue.gen.cpp:2918: error: from here
  852. vm/gen/primitives_glue.gen.cpp:2920: error: crosses initialization of ‘rubinius::Float* recv’
  853. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_ge(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  854. vm/gen/primitives_glue.gen.cpp:2975: error: jump to label ‘fail’
  855. vm/gen/primitives_glue.gen.cpp:2950: error: from here
  856. vm/gen/primitives_glue.gen.cpp:2952: error: crosses initialization of ‘rubinius::Float* recv’
  857. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_gt(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  858. vm/gen/primitives_glue.gen.cpp:3007: error: jump to label ‘fail’
  859. vm/gen/primitives_glue.gen.cpp:2982: error: from here
  860. vm/gen/primitives_glue.gen.cpp:2984: error: crosses initialization of ‘rubinius::Float* recv’
  861. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_isinf(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  862. vm/gen/primitives_glue.gen.cpp:3029: error: jump to label ‘fail’
  863. vm/gen/primitives_glue.gen.cpp:3022: error: from here
  864. vm/gen/primitives_glue.gen.cpp:3024: error: crosses initialization of ‘rubinius::MethodContext* current’
  865. vm/gen/primitives_glue.gen.cpp:3029: error: jump to label ‘fail’
  866. vm/gen/primitives_glue.gen.cpp:3017: error: from here
  867. vm/gen/primitives_glue.gen.cpp:3024: error: crosses initialization of ‘rubinius::MethodContext* current’
  868. vm/gen/primitives_glue.gen.cpp:3029: error: jump to label ‘fail’
  869. vm/gen/primitives_glue.gen.cpp:3014: error: from here
  870. vm/gen/primitives_glue.gen.cpp:3024: error: crosses initialization of ‘rubinius::MethodContext* current’
  871. vm/gen/primitives_glue.gen.cpp:3016: error: crosses initialization of ‘rubinius::Float* recv’
  872. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_isnan(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  873. vm/gen/primitives_glue.gen.cpp:3051: error: jump to label ‘fail’
  874. vm/gen/primitives_glue.gen.cpp:3044: error: from here
  875. vm/gen/primitives_glue.gen.cpp:3046: error: crosses initialization of ‘rubinius::MethodContext* current’
  876. vm/gen/primitives_glue.gen.cpp:3051: error: jump to label ‘fail’
  877. vm/gen/primitives_glue.gen.cpp:3039: error: from here
  878. vm/gen/primitives_glue.gen.cpp:3046: error: crosses initialization of ‘rubinius::MethodContext* current’
  879. vm/gen/primitives_glue.gen.cpp:3051: error: jump to label ‘fail’
  880. vm/gen/primitives_glue.gen.cpp:3036: error: from here
  881. vm/gen/primitives_glue.gen.cpp:3046: error: crosses initialization of ‘rubinius::MethodContext* current’
  882. vm/gen/primitives_glue.gen.cpp:3038: error: crosses initialization of ‘rubinius::Float* recv’
  883. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_le(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  884. vm/gen/primitives_glue.gen.cpp:3083: error: jump to label ‘fail’
  885. vm/gen/primitives_glue.gen.cpp:3058: error: from here
  886. vm/gen/primitives_glue.gen.cpp:3060: error: crosses initialization of ‘rubinius::Float* recv’
  887. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_lt(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  888. vm/gen/primitives_glue.gen.cpp:3115: error: jump to label ‘fail’
  889. vm/gen/primitives_glue.gen.cpp:3090: error: from here
  890. vm/gen/primitives_glue.gen.cpp:3092: error: crosses initialization of ‘rubinius::Float* recv’
  891. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_mod(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  892. vm/gen/primitives_glue.gen.cpp:3147: error: jump to label ‘fail’
  893. vm/gen/primitives_glue.gen.cpp:3122: error: from here
  894. vm/gen/primitives_glue.gen.cpp:3124: error: crosses initialization of ‘rubinius::Float* recv’
  895. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_mul(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  896. vm/gen/primitives_glue.gen.cpp:3179: error: jump to label ‘fail’
  897. vm/gen/primitives_glue.gen.cpp:3154: error: from here
  898. vm/gen/primitives_glue.gen.cpp:3156: error: crosses initialization of ‘rubinius::Float* recv’
  899. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_neg(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  900. vm/gen/primitives_glue.gen.cpp:3201: error: jump to label ‘fail’
  901. vm/gen/primitives_glue.gen.cpp:3194: error: from here
  902. vm/gen/primitives_glue.gen.cpp:3196: error: crosses initialization of ‘rubinius::MethodContext* current’
  903. vm/gen/primitives_glue.gen.cpp:3201: error: jump to label ‘fail’
  904. vm/gen/primitives_glue.gen.cpp:3189: error: from here
  905. vm/gen/primitives_glue.gen.cpp:3196: error: crosses initialization of ‘rubinius::MethodContext* current’
  906. vm/gen/primitives_glue.gen.cpp:3201: error: jump to label ‘fail’
  907. vm/gen/primitives_glue.gen.cpp:3186: error: from here
  908. vm/gen/primitives_glue.gen.cpp:3196: error: crosses initialization of ‘rubinius::MethodContext* current’
  909. vm/gen/primitives_glue.gen.cpp:3188: error: crosses initialization of ‘rubinius::Float* recv’
  910. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_pow(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  911. vm/gen/primitives_glue.gen.cpp:3233: error: jump to label ‘fail’
  912. vm/gen/primitives_glue.gen.cpp:3208: error: from here
  913. vm/gen/primitives_glue.gen.cpp:3210: error: crosses initialization of ‘rubinius::Float* recv’
  914. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_round(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  915. vm/gen/primitives_glue.gen.cpp:3255: error: jump to label ‘fail’
  916. vm/gen/primitives_glue.gen.cpp:3248: error: from here
  917. vm/gen/primitives_glue.gen.cpp:3250: error: crosses initialization of ‘rubinius::MethodContext* current’
  918. vm/gen/primitives_glue.gen.cpp:3255: error: jump to label ‘fail’
  919. vm/gen/primitives_glue.gen.cpp:3243: error: from here
  920. vm/gen/primitives_glue.gen.cpp:3250: error: crosses initialization of ‘rubinius::MethodContext* current’
  921. vm/gen/primitives_glue.gen.cpp:3255: error: jump to label ‘fail’
  922. vm/gen/primitives_glue.gen.cpp:3240: error: from here
  923. vm/gen/primitives_glue.gen.cpp:3250: error: crosses initialization of ‘rubinius::MethodContext* current’
  924. vm/gen/primitives_glue.gen.cpp:3242: error: crosses initialization of ‘rubinius::Float* recv’
  925. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_sub(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  926. vm/gen/primitives_glue.gen.cpp:3287: error: jump to label ‘fail’
  927. vm/gen/primitives_glue.gen.cpp:3262: error: from here
  928. vm/gen/primitives_glue.gen.cpp:3264: error: crosses initialization of ‘rubinius::Float* recv’
  929. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_to_i(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  930. vm/gen/primitives_glue.gen.cpp:3309: error: jump to label ‘fail’
  931. vm/gen/primitives_glue.gen.cpp:3302: error: from here
  932. vm/gen/primitives_glue.gen.cpp:3304: error: crosses initialization of ‘rubinius::MethodContext* current’
  933. vm/gen/primitives_glue.gen.cpp:3309: error: jump to label ‘fail’
  934. vm/gen/primitives_glue.gen.cpp:3297: error: from here
  935. vm/gen/primitives_glue.gen.cpp:3304: error: crosses initialization of ‘rubinius::MethodContext* current’
  936. vm/gen/primitives_glue.gen.cpp:3309: error: jump to label ‘fail’
  937. vm/gen/primitives_glue.gen.cpp:3294: error: from here
  938. vm/gen/primitives_glue.gen.cpp:3304: error: crosses initialization of ‘rubinius::MethodContext* current’
  939. vm/gen/primitives_glue.gen.cpp:3296: error: crosses initialization of ‘rubinius::Float* recv’
  940. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::float_to_s_formatted(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  941. vm/gen/primitives_glue.gen.cpp:3336: error: jump to label ‘fail’
  942. vm/gen/primitives_glue.gen.cpp:3329: error: from here
  943. vm/gen/primitives_glue.gen.cpp:3331: error: crosses initialization of ‘rubinius::MethodContext* current’
  944. vm/gen/primitives_glue.gen.cpp:3336: error: jump to label ‘fail’
  945. vm/gen/primitives_glue.gen.cpp:3323: error: from here
  946. vm/gen/primitives_glue.gen.cpp:3331: error: crosses initialization of ‘rubinius::MethodContext* current’
  947. vm/gen/primitives_glue.gen.cpp:3336: error: jump to label ‘fail’
  948. vm/gen/primitives_glue.gen.cpp:3319: error: from here
  949. vm/gen/primitives_glue.gen.cpp:3331: error: crosses initialization of ‘rubinius::MethodContext* current’
  950. vm/gen/primitives_glue.gen.cpp:3336: error: jump to label ‘fail’
  951. vm/gen/primitives_glue.gen.cpp:3316: error: from here
  952. vm/gen/primitives_glue.gen.cpp:3331: error: crosses initialization of ‘rubinius::MethodContext* current’
  953. vm/gen/primitives_glue.gen.cpp:3318: error: crosses initialization of ‘rubinius::Float* recv’
  954. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  955. vm/gen/primitives_glue.gen.cpp:3358: error: jump to label ‘fail’
  956. vm/gen/primitives_glue.gen.cpp:3351: error: from here
  957. vm/gen/primitives_glue.gen.cpp:3353: error: crosses initialization of ‘rubinius::MethodContext* current’
  958. vm/gen/primitives_glue.gen.cpp:3358: error: jump to label ‘fail’
  959. vm/gen/primitives_glue.gen.cpp:3344: error: from here
  960. vm/gen/primitives_glue.gen.cpp:3353: error: crosses initialization of ‘rubinius::MethodContext* current’
  961. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_blocking_read(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  962. vm/gen/primitives_glue.gen.cpp:3385: error: jump to label ‘fail’
  963. vm/gen/primitives_glue.gen.cpp:3378: error: from here
  964. vm/gen/primitives_glue.gen.cpp:3380: error: crosses initialization of ‘rubinius::MethodContext* current’
  965. vm/gen/primitives_glue.gen.cpp:3385: error: jump to label ‘fail’
  966. vm/gen/primitives_glue.gen.cpp:3372: error: from here
  967. vm/gen/primitives_glue.gen.cpp:3380: error: crosses initialization of ‘rubinius::MethodContext* current’
  968. vm/gen/primitives_glue.gen.cpp:3385: error: jump to label ‘fail’
  969. vm/gen/primitives_glue.gen.cpp:3368: error: from here
  970. vm/gen/primitives_glue.gen.cpp:3380: error: crosses initialization of ‘rubinius::MethodContext* current’
  971. vm/gen/primitives_glue.gen.cpp:3385: error: jump to label ‘fail’
  972. vm/gen/primitives_glue.gen.cpp:3365: error: from here
  973. vm/gen/primitives_glue.gen.cpp:3380: error: crosses initialization of ‘rubinius::MethodContext* current’
  974. vm/gen/primitives_glue.gen.cpp:3367: error: crosses initialization of ‘rubinius::IO* recv’
  975. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_close(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  976. vm/gen/primitives_glue.gen.cpp:3407: error: jump to label ‘fail’
  977. vm/gen/primitives_glue.gen.cpp:3400: error: from here
  978. vm/gen/primitives_glue.gen.cpp:3402: error: crosses initialization of ‘rubinius::MethodContext* current’
  979. vm/gen/primitives_glue.gen.cpp:3407: error: jump to label ‘fail’
  980. vm/gen/primitives_glue.gen.cpp:3395: error: from here
  981. vm/gen/primitives_glue.gen.cpp:3402: error: crosses initialization of ‘rubinius::MethodContext* current’
  982. vm/gen/primitives_glue.gen.cpp:3407: error: jump to label ‘fail’
  983. vm/gen/primitives_glue.gen.cpp:3392: error: from here
  984. vm/gen/primitives_glue.gen.cpp:3402: error: crosses initialization of ‘rubinius::MethodContext* current’
  985. vm/gen/primitives_glue.gen.cpp:3394: error: crosses initialization of ‘rubinius::IO* recv’
  986. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_connect_pipe(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  987. vm/gen/primitives_glue.gen.cpp:3437: error: jump to label ‘fail’
  988. vm/gen/primitives_glue.gen.cpp:3430: error: from here
  989. vm/gen/primitives_glue.gen.cpp:3432: error: crosses initialization of ‘rubinius::MethodContext* current’
  990. vm/gen/primitives_glue.gen.cpp:3437: error: jump to label ‘fail’
  991. vm/gen/primitives_glue.gen.cpp:3424: error: from here
  992. vm/gen/primitives_glue.gen.cpp:3432: error: crosses initialization of ‘rubinius::MethodContext* current’
  993. vm/gen/primitives_glue.gen.cpp:3437: error: jump to label ‘fail’
  994. vm/gen/primitives_glue.gen.cpp:3419: error: from here
  995. vm/gen/primitives_glue.gen.cpp:3432: error: crosses initialization of ‘rubinius::MethodContext* current’
  996. vm/gen/primitives_glue.gen.cpp:3437: error: jump to label ‘fail’
  997. vm/gen/primitives_glue.gen.cpp:3414: error: from here
  998. vm/gen/primitives_glue.gen.cpp:3432: error: crosses initialization of ‘rubinius::MethodContext* current’
  999. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_ensure_open(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1000. vm/gen/primitives_glue.gen.cpp:3459: error: jump to label ‘fail’
  1001. vm/gen/primitives_glue.gen.cpp:3452: error: from here
  1002. vm/gen/primitives_glue.gen.cpp:3454: error: crosses initialization of ‘rubinius::MethodContext* current’
  1003. vm/gen/primitives_glue.gen.cpp:3459: error: jump to label ‘fail’
  1004. vm/gen/primitives_glue.gen.cpp:3447: error: from here
  1005. vm/gen/primitives_glue.gen.cpp:3454: error: crosses initialization of ‘rubinius::MethodContext* current’
  1006. vm/gen/primitives_glue.gen.cpp:3459: error: jump to label ‘fail’
  1007. vm/gen/primitives_glue.gen.cpp:3444: error: from here
  1008. vm/gen/primitives_glue.gen.cpp:3454: error: crosses initialization of ‘rubinius::MethodContext* current’
  1009. vm/gen/primitives_glue.gen.cpp:3446: error: crosses initialization of ‘rubinius::IO* recv’
  1010. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_open(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1011. vm/gen/primitives_glue.gen.cpp:3494: error: jump to label ‘fail’
  1012. vm/gen/primitives_glue.gen.cpp:3487: error: from here
  1013. vm/gen/primitives_glue.gen.cpp:3489: error: crosses initialization of ‘rubinius::MethodContext* current’
  1014. vm/gen/primitives_glue.gen.cpp:3494: error: jump to label ‘fail’
  1015. vm/gen/primitives_glue.gen.cpp:3481: error: from here
  1016. vm/gen/primitives_glue.gen.cpp:3489: error: crosses initialization of ‘rubinius::MethodContext* current’
  1017. vm/gen/primitives_glue.gen.cpp:3494: error: jump to label ‘fail’
  1018. vm/gen/primitives_glue.gen.cpp:3476: error: from here
  1019. vm/gen/primitives_glue.gen.cpp:3489: error: crosses initialization of ‘rubinius::MethodContext* current’
  1020. vm/gen/primitives_glue.gen.cpp:3494: error: jump to label ‘fail’
  1021. vm/gen/primitives_glue.gen.cpp:3471: error: from here
  1022. vm/gen/primitives_glue.gen.cpp:3489: error: crosses initialization of ‘rubinius::MethodContext* current’
  1023. vm/gen/primitives_glue.gen.cpp:3494: error: jump to label ‘fail’
  1024. vm/gen/primitives_glue.gen.cpp:3466: error: from here
  1025. vm/gen/primitives_glue.gen.cpp:3489: error: crosses initialization of ‘rubinius::MethodContext* current’
  1026. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_query(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1027. vm/gen/primitives_glue.gen.cpp:3521: error: jump to label ‘fail’
  1028. vm/gen/primitives_glue.gen.cpp:3514: error: from here
  1029. vm/gen/primitives_glue.gen.cpp:3516: error: crosses initialization of ‘rubinius::MethodContext* current’
  1030. vm/gen/primitives_glue.gen.cpp:3521: error: jump to label ‘fail’
  1031. vm/gen/primitives_glue.gen.cpp:3508: error: from here
  1032. vm/gen/primitives_glue.gen.cpp:3516: error: crosses initialization of ‘rubinius::MethodContext* current’
  1033. vm/gen/primitives_glue.gen.cpp:3521: error: jump to label ‘fail’
  1034. vm/gen/primitives_glue.gen.cpp:3504: error: from here
  1035. vm/gen/primitives_glue.gen.cpp:3516: error: crosses initialization of ‘rubinius::MethodContext* current’
  1036. vm/gen/primitives_glue.gen.cpp:3521: error: jump to label ‘fail’
  1037. vm/gen/primitives_glue.gen.cpp:3501: error: from here
  1038. vm/gen/primitives_glue.gen.cpp:3516: error: crosses initialization of ‘rubinius::MethodContext* current’
  1039. vm/gen/primitives_glue.gen.cpp:3503: error: crosses initialization of ‘rubinius::IO* recv’
  1040. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_reopen(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1041. vm/gen/primitives_glue.gen.cpp:3548: error: jump to label ‘fail’
  1042. vm/gen/primitives_glue.gen.cpp:3541: error: from here
  1043. vm/gen/primitives_glue.gen.cpp:3543: error: crosses initialization of ‘rubinius::MethodContext* current’
  1044. vm/gen/primitives_glue.gen.cpp:3548: error: jump to label ‘fail’
  1045. vm/gen/primitives_glue.gen.cpp:3535: error: from here
  1046. vm/gen/primitives_glue.gen.cpp:3543: error: crosses initialization of ‘rubinius::MethodContext* current’
  1047. vm/gen/primitives_glue.gen.cpp:3548: error: jump to label ‘fail’
  1048. vm/gen/primitives_glue.gen.cpp:3531: error: from here
  1049. vm/gen/primitives_glue.gen.cpp:3543: error: crosses initialization of ‘rubinius::MethodContext* current’
  1050. vm/gen/primitives_glue.gen.cpp:3548: error: jump to label ‘fail’
  1051. vm/gen/primitives_glue.gen.cpp:3528: error: from here
  1052. vm/gen/primitives_glue.gen.cpp:3543: error: crosses initialization of ‘rubinius::MethodContext* current’
  1053. vm/gen/primitives_glue.gen.cpp:3530: error: crosses initialization of ‘rubinius::IO* recv’
  1054. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_seek(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1055. vm/gen/primitives_glue.gen.cpp:3580: error: jump to label ‘fail’
  1056. vm/gen/primitives_glue.gen.cpp:3573: error: from here
  1057. vm/gen/primitives_glue.gen.cpp:3575: error: crosses initialization of ‘rubinius::MethodContext* current’
  1058. vm/gen/primitives_glue.gen.cpp:3580: error: jump to label ‘fail’
  1059. vm/gen/primitives_glue.gen.cpp:3567: error: from here
  1060. vm/gen/primitives_glue.gen.cpp:3575: error: crosses initialization of ‘rubinius::MethodContext* current’
  1061. vm/gen/primitives_glue.gen.cpp:3580: error: jump to label ‘fail’
  1062. vm/gen/primitives_glue.gen.cpp:3562: error: from here
  1063. vm/gen/primitives_glue.gen.cpp:3575: error: crosses initialization of ‘rubinius::MethodContext* current’
  1064. vm/gen/primitives_glue.gen.cpp:3580: error: jump to label ‘fail’
  1065. vm/gen/primitives_glue.gen.cpp:3558: error: from here
  1066. vm/gen/primitives_glue.gen.cpp:3575: error: crosses initialization of ‘rubinius::MethodContext* current’
  1067. vm/gen/primitives_glue.gen.cpp:3580: error: jump to label ‘fail’
  1068. vm/gen/primitives_glue.gen.cpp:3555: error: from here
  1069. vm/gen/primitives_glue.gen.cpp:3575: error: crosses initialization of ‘rubinius::MethodContext* current’
  1070. vm/gen/primitives_glue.gen.cpp:3557: error: crosses initialization of ‘rubinius::IO* recv’
  1071. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::io_write(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1072. vm/gen/primitives_glue.gen.cpp:3607: error: jump to label ‘fail’
  1073. vm/gen/primitives_glue.gen.cpp:3600: error: from here
  1074. vm/gen/primitives_glue.gen.cpp:3602: error: crosses initialization of ‘rubinius::MethodContext* current’
  1075. vm/gen/primitives_glue.gen.cpp:3607: error: jump to label ‘fail’
  1076. vm/gen/primitives_glue.gen.cpp:3594: error: from here
  1077. vm/gen/primitives_glue.gen.cpp:3602: error: crosses initialization of ‘rubinius::MethodContext* current’
  1078. vm/gen/primitives_glue.gen.cpp:3607: error: jump to label ‘fail’
  1079. vm/gen/primitives_glue.gen.cpp:3590: error: from here
  1080. vm/gen/primitives_glue.gen.cpp:3602: error: crosses initialization of ‘rubinius::MethodContext* current’
  1081. vm/gen/primitives_glue.gen.cpp:3607: error: jump to label ‘fail’
  1082. vm/gen/primitives_glue.gen.cpp:3587: error: from here
  1083. vm/gen/primitives_glue.gen.cpp:3602: error: crosses initialization of ‘rubinius::MethodContext* current’
  1084. vm/gen/primitives_glue.gen.cpp:3589: error: crosses initialization of ‘rubinius::IO* recv’
  1085. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::iobuffer_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1086. vm/gen/primitives_glue.gen.cpp:3627: error: jump to label ‘fail’
  1087. vm/gen/primitives_glue.gen.cpp:3620: error: from here
  1088. vm/gen/primitives_glue.gen.cpp:3622: error: crosses initialization of ‘rubinius::MethodContext* current’
  1089. vm/gen/primitives_glue.gen.cpp:3627: error: jump to label ‘fail’
  1090. vm/gen/primitives_glue.gen.cpp:3614: error: from here
  1091. vm/gen/primitives_glue.gen.cpp:3622: error: crosses initialization of ‘rubinius::MethodContext* current’
  1092. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::included_module_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1093. vm/gen/primitives_glue.gen.cpp:3649: error: jump to label ‘fail’
  1094. vm/gen/primitives_glue.gen.cpp:3642: error: from here
  1095. vm/gen/primitives_glue.gen.cpp:3644: error: crosses initialization of ‘rubinius::MethodContext* current’
  1096. vm/gen/primitives_glue.gen.cpp:3649: error: jump to label ‘fail’
  1097. vm/gen/primitives_glue.gen.cpp:3635: error: from here
  1098. vm/gen/primitives_glue.gen.cpp:3644: error: crosses initialization of ‘rubinius::MethodContext* current’
  1099. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::lookuptable_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1100. vm/gen/primitives_glue.gen.cpp:3669: error: jump to label ‘fail’
  1101. vm/gen/primitives_glue.gen.cpp:3662: error: from here
  1102. vm/gen/primitives_glue.gen.cpp:3664: error: crosses initialization of ‘rubinius::MethodContext* current’
  1103. vm/gen/primitives_glue.gen.cpp:3669: error: jump to label ‘fail’
  1104. vm/gen/primitives_glue.gen.cpp:3656: error: from here
  1105. vm/gen/primitives_glue.gen.cpp:3664: error: crosses initialization of ‘rubinius::MethodContext* current’
  1106. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::lookuptable_delete(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1107. vm/gen/primitives_glue.gen.cpp:3696: error: jump to label ‘fail’
  1108. vm/gen/primitives_glue.gen.cpp:3689: error: from here
  1109. vm/gen/primitives_glue.gen.cpp:3691: error: crosses initialization of ‘rubinius::MethodContext* current’
  1110. vm/gen/primitives_glue.gen.cpp:3696: error: jump to label ‘fail’
  1111. vm/gen/primitives_glue.gen.cpp:3683: error: from here
  1112. vm/gen/primitives_glue.gen.cpp:3691: error: crosses initialization of ‘rubinius::MethodContext* current’
  1113. vm/gen/primitives_glue.gen.cpp:3696: error: jump to label ‘fail’
  1114. vm/gen/primitives_glue.gen.cpp:3679: error: from here
  1115. vm/gen/primitives_glue.gen.cpp:3691: error: crosses initialization of ‘rubinius::MethodContext* current’
  1116. vm/gen/primitives_glue.gen.cpp:3696: error: jump to label ‘fail’
  1117. vm/gen/primitives_glue.gen.cpp:3676: error: from here
  1118. vm/gen/primitives_glue.gen.cpp:3691: error: crosses initialization of ‘rubinius::MethodContext* current’
  1119. vm/gen/primitives_glue.gen.cpp:3678: error: crosses initialization of ‘rubinius::LookupTable* recv’
  1120. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::lookuptable_dup(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1121. vm/gen/primitives_glue.gen.cpp:3718: error: jump to label ‘fail’
  1122. vm/gen/primitives_glue.gen.cpp:3711: error: from here
  1123. vm/gen/primitives_glue.gen.cpp:3713: error: crosses initialization of ‘rubinius::MethodContext* current’
  1124. vm/gen/primitives_glue.gen.cpp:3718: error: jump to label ‘fail’
  1125. vm/gen/primitives_glue.gen.cpp:3706: error: from here
  1126. vm/gen/primitives_glue.gen.cpp:3713: error: crosses initialization of ‘rubinius::MethodContext* current’
  1127. vm/gen/primitives_glue.gen.cpp:3718: error: jump to label ‘fail’
  1128. vm/gen/primitives_glue.gen.cpp:3703: error: from here
  1129. vm/gen/primitives_glue.gen.cpp:3713: error: crosses initialization of ‘rubinius::MethodContext* current’
  1130. vm/gen/primitives_glue.gen.cpp:3705: error: crosses initialization of ‘rubinius::LookupTable* recv’
  1131. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::lookuptable_entries(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1132. vm/gen/primitives_glue.gen.cpp:3740: error: jump to label ‘fail’
  1133. vm/gen/primitives_glue.gen.cpp:3733: error: from here
  1134. vm/gen/primitives_glue.gen.cpp:3735: error: crosses initialization of ‘rubinius::MethodContext* current’
  1135. vm/gen/primitives_glue.gen.cpp:3740: error: jump to label ‘fail’
  1136. vm/gen/primitives_glue.gen.cpp:3728: error: from here
  1137. vm/gen/primitives_glue.gen.cpp:3735: error: crosses initialization of ‘rubinius::MethodContext* current’
  1138. vm/gen/primitives_glue.gen.cpp:3740: error: jump to label ‘fail’
  1139. vm/gen/primitives_glue.gen.cpp:3725: error: from here
  1140. vm/gen/primitives_glue.gen.cpp:3735: error: crosses initialization of ‘rubinius::MethodContext* current’
  1141. vm/gen/primitives_glue.gen.cpp:3727: error: crosses initialization of ‘rubinius::LookupTable* recv’
  1142. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::lookuptable_fetch(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1143. vm/gen/primitives_glue.gen.cpp:3767: error: jump to label ‘fail’
  1144. vm/gen/primitives_glue.gen.cpp:3760: error: from here
  1145. vm/gen/primitives_glue.gen.cpp:3762: error: crosses initialization of ‘rubinius::MethodContext* current’
  1146. vm/gen/primitives_glue.gen.cpp:3767: error: jump to label ‘fail’
  1147. vm/gen/primitives_glue.gen.cpp:3754: error: from here
  1148. vm/gen/primitives_glue.gen.cpp:3762: error: crosses initialization of ‘rubinius::MethodContext* current’
  1149. vm/gen/primitives_glue.gen.cpp:3767: error: jump to label ‘fail’
  1150. vm/gen/primitives_glue.gen.cpp:3750: error: from here
  1151. vm/gen/primitives_glue.gen.cpp:3762: error: crosses initialization of ‘rubinius::MethodContext* current’
  1152. vm/gen/primitives_glue.gen.cpp:3767: error: jump to label ‘fail’
  1153. vm/gen/primitives_glue.gen.cpp:3747: error: from here
  1154. vm/gen/primitives_glue.gen.cpp:3762: error: crosses initialization of ‘rubinius::MethodContext* current’
  1155. vm/gen/primitives_glue.gen.cpp:3749: error: crosses initialization of ‘rubinius::LookupTable* recv’
  1156. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::lookuptable_has_key(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1157. vm/gen/primitives_glue.gen.cpp:3794: error: jump to label ‘fail’
  1158. vm/gen/primitives_glue.gen.cpp:3787: error: from here
  1159. vm/gen/primitives_glue.gen.cpp:3789: error: crosses initialization of ‘rubinius::MethodContext* current’
  1160. vm/gen/primitives_glue.gen.cpp:3794: error: jump to label ‘fail’
  1161. vm/gen/primitives_glue.gen.cpp:3781: error: from here
  1162. vm/gen/primitives_glue.gen.cpp:3789: error: crosses initialization of ‘rubinius::MethodContext* current’
  1163. vm/gen/primitives_glue.gen.cpp:3794: error: jump to label ‘fail’
  1164. vm/gen/primitives_glue.gen.cpp:3777: error: from here
  1165. vm/gen/primitives_glue.gen.cpp:3789: error: crosses initialization of ‘rubinius::MethodContext* current’
  1166. vm/gen/primitives_glue.gen.cpp:3794: error: jump to label ‘fail’
  1167. vm/gen/primitives_glue.gen.cpp:3774: error: from here
  1168. vm/gen/primitives_glue.gen.cpp:3789: error: crosses initialization of ‘rubinius::MethodContext* current’
  1169. vm/gen/primitives_glue.gen.cpp:3776: error: crosses initialization of ‘rubinius::LookupTable* recv’
  1170. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::lookuptable_keys(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1171. vm/gen/primitives_glue.gen.cpp:3816: error: jump to label ‘fail’
  1172. vm/gen/primitives_glue.gen.cpp:3809: error: from here
  1173. vm/gen/primitives_glue.gen.cpp:3811: error: crosses initialization of ‘rubinius::MethodContext* current’
  1174. vm/gen/primitives_glue.gen.cpp:3816: error: jump to label ‘fail’
  1175. vm/gen/primitives_glue.gen.cpp:3804: error: from here
  1176. vm/gen/primitives_glue.gen.cpp:3811: error: crosses initialization of ‘rubinius::MethodContext* current’
  1177. vm/gen/primitives_glue.gen.cpp:3816: error: jump to label ‘fail’
  1178. vm/gen/primitives_glue.gen.cpp:3801: error: from here
  1179. vm/gen/primitives_glue.gen.cpp:3811: error: crosses initialization of ‘rubinius::MethodContext* current’
  1180. vm/gen/primitives_glue.gen.cpp:3803: error: crosses initialization of ‘rubinius::LookupTable* recv’
  1181. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::lookuptable_store(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1182. vm/gen/primitives_glue.gen.cpp:3848: error: jump to label ‘fail’
  1183. vm/gen/primitives_glue.gen.cpp:3841: error: from here
  1184. vm/gen/primitives_glue.gen.cpp:3843: error: crosses initialization of ‘rubinius::MethodContext* current’
  1185. vm/gen/primitives_glue.gen.cpp:3848: error: jump to label ‘fail’
  1186. vm/gen/primitives_glue.gen.cpp:3835: error: from here
  1187. vm/gen/primitives_glue.gen.cpp:3843: error: crosses initialization of ‘rubinius::MethodContext* current’
  1188. vm/gen/primitives_glue.gen.cpp:3848: error: jump to label ‘fail’
  1189. vm/gen/primitives_glue.gen.cpp:3830: error: from here
  1190. vm/gen/primitives_glue.gen.cpp:3843: error: crosses initialization of ‘rubinius::MethodContext* current’
  1191. vm/gen/primitives_glue.gen.cpp:3848: error: jump to label ‘fail’
  1192. vm/gen/primitives_glue.gen.cpp:3826: error: from here
  1193. vm/gen/primitives_glue.gen.cpp:3843: error: crosses initialization of ‘rubinius::MethodContext* current’
  1194. vm/gen/primitives_glue.gen.cpp:3848: error: jump to label ‘fail’
  1195. vm/gen/primitives_glue.gen.cpp:3823: error: from here
  1196. vm/gen/primitives_glue.gen.cpp:3843: error: crosses initialization of ‘rubinius::MethodContext* current’
  1197. vm/gen/primitives_glue.gen.cpp:3825: error: crosses initialization of ‘rubinius::LookupTable* recv’
  1198. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::lookuptable_values(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1199. vm/gen/primitives_glue.gen.cpp:3870: error: jump to label ‘fail’
  1200. vm/gen/primitives_glue.gen.cpp:3863: error: from here
  1201. vm/gen/primitives_glue.gen.cpp:3865: error: crosses initialization of ‘rubinius::MethodContext* current’
  1202. vm/gen/primitives_glue.gen.cpp:3870: error: jump to label ‘fail’
  1203. vm/gen/primitives_glue.gen.cpp:3858: error: from here
  1204. vm/gen/primitives_glue.gen.cpp:3865: error: crosses initialization of ‘rubinius::MethodContext* current’
  1205. vm/gen/primitives_glue.gen.cpp:3870: error: jump to label ‘fail’
  1206. vm/gen/primitives_glue.gen.cpp:3855: error: from here
  1207. vm/gen/primitives_glue.gen.cpp:3865: error: crosses initialization of ‘rubinius::MethodContext* current’
  1208. vm/gen/primitives_glue.gen.cpp:3857: error: crosses initialization of ‘rubinius::LookupTable* recv’
  1209. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_add(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1210. vm/gen/primitives_glue.gen.cpp:3897: error: jump to label ‘fail’
  1211. vm/gen/primitives_glue.gen.cpp:3890: error: from here
  1212. vm/gen/primitives_glue.gen.cpp:3892: error: crosses initialization of ‘rubinius::MethodContext* current’
  1213. vm/gen/primitives_glue.gen.cpp:3897: error: jump to label ‘fail’
  1214. vm/gen/primitives_glue.gen.cpp:3884: error: from here
  1215. vm/gen/primitives_glue.gen.cpp:3892: error: crosses initialization of ‘rubinius::MethodContext* current’
  1216. vm/gen/primitives_glue.gen.cpp:3897: error: jump to label ‘fail’
  1217. vm/gen/primitives_glue.gen.cpp:3880: error: from here
  1218. vm/gen/primitives_glue.gen.cpp:3892: error: crosses initialization of ‘rubinius::MethodContext* current’
  1219. vm/gen/primitives_glue.gen.cpp:3897: error: jump to label ‘fail’
  1220. vm/gen/primitives_glue.gen.cpp:3877: error: from here
  1221. vm/gen/primitives_glue.gen.cpp:3892: error: crosses initialization of ‘rubinius::MethodContext* current’
  1222. vm/gen/primitives_glue.gen.cpp:3879: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1223. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_address(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1224. vm/gen/primitives_glue.gen.cpp:3919: error: jump to label ‘fail’
  1225. vm/gen/primitives_glue.gen.cpp:3912: error: from here
  1226. vm/gen/primitives_glue.gen.cpp:3914: error: crosses initialization of ‘rubinius::MethodContext* current’
  1227. vm/gen/primitives_glue.gen.cpp:3919: error: jump to label ‘fail’
  1228. vm/gen/primitives_glue.gen.cpp:3907: error: from here
  1229. vm/gen/primitives_glue.gen.cpp:3914: error: crosses initialization of ‘rubinius::MethodContext* current’
  1230. vm/gen/primitives_glue.gen.cpp:3919: error: jump to label ‘fail’
  1231. vm/gen/primitives_glue.gen.cpp:3904: error: from here
  1232. vm/gen/primitives_glue.gen.cpp:3914: error: crosses initialization of ‘rubinius::MethodContext* current’
  1233. vm/gen/primitives_glue.gen.cpp:3906: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1234. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_get_at_offset(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1235. vm/gen/primitives_glue.gen.cpp:3951: error: jump to label ‘fail’
  1236. vm/gen/primitives_glue.gen.cpp:3944: error: from here
  1237. vm/gen/primitives_glue.gen.cpp:3946: error: crosses initialization of ‘rubinius::MethodContext* current’
  1238. vm/gen/primitives_glue.gen.cpp:3951: error: jump to label ‘fail’
  1239. vm/gen/primitives_glue.gen.cpp:3938: error: from here
  1240. vm/gen/primitives_glue.gen.cpp:3946: error: crosses initialization of ‘rubinius::MethodContext* current’
  1241. vm/gen/primitives_glue.gen.cpp:3951: error: jump to label ‘fail’
  1242. vm/gen/primitives_glue.gen.cpp:3933: error: from here
  1243. vm/gen/primitives_glue.gen.cpp:3946: error: crosses initialization of ‘rubinius::MethodContext* current’
  1244. vm/gen/primitives_glue.gen.cpp:3951: error: jump to label ‘fail’
  1245. vm/gen/primitives_glue.gen.cpp:3929: error: from here
  1246. vm/gen/primitives_glue.gen.cpp:3946: error: crosses initialization of ‘rubinius::MethodContext* current’
  1247. vm/gen/primitives_glue.gen.cpp:3951: error: jump to label ‘fail’
  1248. vm/gen/primitives_glue.gen.cpp:3926: error: from here
  1249. vm/gen/primitives_glue.gen.cpp:3946: error: crosses initialization of ‘rubinius::MethodContext* current’
  1250. vm/gen/primitives_glue.gen.cpp:3928: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1251. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_read_float(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1252. vm/gen/primitives_glue.gen.cpp:3973: error: jump to label ‘fail’
  1253. vm/gen/primitives_glue.gen.cpp:3966: error: from here
  1254. vm/gen/primitives_glue.gen.cpp:3968: error: crosses initialization of ‘rubinius::MethodContext* current’
  1255. vm/gen/primitives_glue.gen.cpp:3973: error: jump to label ‘fail’
  1256. vm/gen/primitives_glue.gen.cpp:3961: error: from here
  1257. vm/gen/primitives_glue.gen.cpp:3968: error: crosses initialization of ‘rubinius::MethodContext* current’
  1258. vm/gen/primitives_glue.gen.cpp:3973: error: jump to label ‘fail’
  1259. vm/gen/primitives_glue.gen.cpp:3958: error: from here
  1260. vm/gen/primitives_glue.gen.cpp:3968: error: crosses initialization of ‘rubinius::MethodContext* current’
  1261. vm/gen/primitives_glue.gen.cpp:3960: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1262. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_read_int(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1263. vm/gen/primitives_glue.gen.cpp:3995: error: jump to label ‘fail’
  1264. vm/gen/primitives_glue.gen.cpp:3988: error: from here
  1265. vm/gen/primitives_glue.gen.cpp:3990: error: crosses initialization of ‘rubinius::MethodContext* current’
  1266. vm/gen/primitives_glue.gen.cpp:3995: error: jump to label ‘fail’
  1267. vm/gen/primitives_glue.gen.cpp:3983: error: from here
  1268. vm/gen/primitives_glue.gen.cpp:3990: error: crosses initialization of ‘rubinius::MethodContext* current’
  1269. vm/gen/primitives_glue.gen.cpp:3995: error: jump to label ‘fail’
  1270. vm/gen/primitives_glue.gen.cpp:3980: error: from here
  1271. vm/gen/primitives_glue.gen.cpp:3990: error: crosses initialization of ‘rubinius::MethodContext* current’
  1272. vm/gen/primitives_glue.gen.cpp:3982: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1273. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_read_long(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1274. vm/gen/primitives_glue.gen.cpp:4017: error: jump to label ‘fail’
  1275. vm/gen/primitives_glue.gen.cpp:4010: error: from here
  1276. vm/gen/primitives_glue.gen.cpp:4012: error: crosses initialization of ‘rubinius::MethodContext* current’
  1277. vm/gen/primitives_glue.gen.cpp:4017: error: jump to label ‘fail’
  1278. vm/gen/primitives_glue.gen.cpp:4005: error: from here
  1279. vm/gen/primitives_glue.gen.cpp:4012: error: crosses initialization of ‘rubinius::MethodContext* current’
  1280. vm/gen/primitives_glue.gen.cpp:4017: error: jump to label ‘fail’
  1281. vm/gen/primitives_glue.gen.cpp:4002: error: from here
  1282. vm/gen/primitives_glue.gen.cpp:4012: error: crosses initialization of ‘rubinius::MethodContext* current’
  1283. vm/gen/primitives_glue.gen.cpp:4004: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1284. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_read_pointer(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1285. vm/gen/primitives_glue.gen.cpp:4039: error: jump to label ‘fail’
  1286. vm/gen/primitives_glue.gen.cpp:4032: error: from here
  1287. vm/gen/primitives_glue.gen.cpp:4034: error: crosses initialization of ‘rubinius::MethodContext* current’
  1288. vm/gen/primitives_glue.gen.cpp:4039: error: jump to label ‘fail’
  1289. vm/gen/primitives_glue.gen.cpp:4027: error: from here
  1290. vm/gen/primitives_glue.gen.cpp:4034: error: crosses initialization of ‘rubinius::MethodContext* current’
  1291. vm/gen/primitives_glue.gen.cpp:4039: error: jump to label ‘fail’
  1292. vm/gen/primitives_glue.gen.cpp:4024: error: from here
  1293. vm/gen/primitives_glue.gen.cpp:4034: error: crosses initialization of ‘rubinius::MethodContext* current’
  1294. vm/gen/primitives_glue.gen.cpp:4026: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1295. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_read_string(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1296. vm/gen/primitives_glue.gen.cpp:4066: error: jump to label ‘fail’
  1297. vm/gen/primitives_glue.gen.cpp:4059: error: from here
  1298. vm/gen/primitives_glue.gen.cpp:4061: error: crosses initialization of ‘rubinius::MethodContext* current’
  1299. vm/gen/primitives_glue.gen.cpp:4066: error: jump to label ‘fail’
  1300. vm/gen/primitives_glue.gen.cpp:4053: error: from here
  1301. vm/gen/primitives_glue.gen.cpp:4061: error: crosses initialization of ‘rubinius::MethodContext* current’
  1302. vm/gen/primitives_glue.gen.cpp:4066: error: jump to label ‘fail’
  1303. vm/gen/primitives_glue.gen.cpp:4049: error: from here
  1304. vm/gen/primitives_glue.gen.cpp:4061: error: crosses initialization of ‘rubinius::MethodContext* current’
  1305. vm/gen/primitives_glue.gen.cpp:4066: error: jump to label ‘fail’
  1306. vm/gen/primitives_glue.gen.cpp:4046: error: from here
  1307. vm/gen/primitives_glue.gen.cpp:4061: error: crosses initialization of ‘rubinius::MethodContext* current’
  1308. vm/gen/primitives_glue.gen.cpp:4048: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1309. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_read_string_to_null(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1310. vm/gen/primitives_glue.gen.cpp:4088: error: jump to label ‘fail’
  1311. vm/gen/primitives_glue.gen.cpp:4081: error: from here
  1312. vm/gen/primitives_glue.gen.cpp:4083: error: crosses initialization of ‘rubinius::MethodContext* current’
  1313. vm/gen/primitives_glue.gen.cpp:4088: error: jump to label ‘fail’
  1314. vm/gen/primitives_glue.gen.cpp:4076: error: from here
  1315. vm/gen/primitives_glue.gen.cpp:4083: error: crosses initialization of ‘rubinius::MethodContext* current’
  1316. vm/gen/primitives_glue.gen.cpp:4088: error: jump to label ‘fail’
  1317. vm/gen/primitives_glue.gen.cpp:4073: error: from here
  1318. vm/gen/primitives_glue.gen.cpp:4083: error: crosses initialization of ‘rubinius::MethodContext* current’
  1319. vm/gen/primitives_glue.gen.cpp:4075: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1320. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_set_at_offset(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1321. vm/gen/primitives_glue.gen.cpp:4125: error: jump to label ‘fail’
  1322. vm/gen/primitives_glue.gen.cpp:4118: error: from here
  1323. vm/gen/primitives_glue.gen.cpp:4120: error: crosses initialization of ‘rubinius::MethodContext* current’
  1324. vm/gen/primitives_glue.gen.cpp:4125: error: jump to label ‘fail’
  1325. vm/gen/primitives_glue.gen.cpp:4112: error: from here
  1326. vm/gen/primitives_glue.gen.cpp:4120: error: crosses initialization of ‘rubinius::MethodContext* current’
  1327. vm/gen/primitives_glue.gen.cpp:4125: error: jump to label ‘fail’
  1328. vm/gen/primitives_glue.gen.cpp:4107: error: from here
  1329. vm/gen/primitives_glue.gen.cpp:4120: error: crosses initialization of ‘rubinius::MethodContext* current’
  1330. vm/gen/primitives_glue.gen.cpp:4125: error: jump to label ‘fail’
  1331. vm/gen/primitives_glue.gen.cpp:4102: error: from here
  1332. vm/gen/primitives_glue.gen.cpp:4120: error: crosses initialization of ‘rubinius::MethodContext* current’
  1333. vm/gen/primitives_glue.gen.cpp:4125: error: jump to label ‘fail’
  1334. vm/gen/primitives_glue.gen.cpp:4098: error: from here
  1335. vm/gen/primitives_glue.gen.cpp:4120: error: crosses initialization of ‘rubinius::MethodContext* current’
  1336. vm/gen/primitives_glue.gen.cpp:4125: error: jump to label ‘fail’
  1337. vm/gen/primitives_glue.gen.cpp:4095: error: from here
  1338. vm/gen/primitives_glue.gen.cpp:4120: error: crosses initialization of ‘rubinius::MethodContext* current’
  1339. vm/gen/primitives_glue.gen.cpp:4097: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1340. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_set_autorelease(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1341. vm/gen/primitives_glue.gen.cpp:4152: error: jump to label ‘fail’
  1342. vm/gen/primitives_glue.gen.cpp:4145: error: from here
  1343. vm/gen/primitives_glue.gen.cpp:4147: error: crosses initialization of ‘rubinius::MethodContext* current’
  1344. vm/gen/primitives_glue.gen.cpp:4152: error: jump to label ‘fail’
  1345. vm/gen/primitives_glue.gen.cpp:4139: error: from here
  1346. vm/gen/primitives_glue.gen.cpp:4147: error: crosses initialization of ‘rubinius::MethodContext* current’
  1347. vm/gen/primitives_glue.gen.cpp:4152: error: jump to label ‘fail’
  1348. vm/gen/primitives_glue.gen.cpp:4135: error: from here
  1349. vm/gen/primitives_glue.gen.cpp:4147: error: crosses initialization of ‘rubinius::MethodContext* current’
  1350. vm/gen/primitives_glue.gen.cpp:4152: error: jump to label ‘fail’
  1351. vm/gen/primitives_glue.gen.cpp:4132: error: from here
  1352. vm/gen/primitives_glue.gen.cpp:4147: error: crosses initialization of ‘rubinius::MethodContext* current’
  1353. vm/gen/primitives_glue.gen.cpp:4134: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1354. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_write_float(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1355. vm/gen/primitives_glue.gen.cpp:4179: error: jump to label ‘fail’
  1356. vm/gen/primitives_glue.gen.cpp:4172: error: from here
  1357. vm/gen/primitives_glue.gen.cpp:4174: error: crosses initialization of ‘rubinius::MethodContext* current’
  1358. vm/gen/primitives_glue.gen.cpp:4179: error: jump to label ‘fail’
  1359. vm/gen/primitives_glue.gen.cpp:4166: error: from here
  1360. vm/gen/primitives_glue.gen.cpp:4174: error: crosses initialization of ‘rubinius::MethodContext* current’
  1361. vm/gen/primitives_glue.gen.cpp:4179: error: jump to label ‘fail’
  1362. vm/gen/primitives_glue.gen.cpp:4162: error: from here
  1363. vm/gen/primitives_glue.gen.cpp:4174: error: crosses initialization of ‘rubinius::MethodContext* current’
  1364. vm/gen/primitives_glue.gen.cpp:4179: error: jump to label ‘fail’
  1365. vm/gen/primitives_glue.gen.cpp:4159: error: from here
  1366. vm/gen/primitives_glue.gen.cpp:4174: error: crosses initialization of ‘rubinius::MethodContext* current’
  1367. vm/gen/primitives_glue.gen.cpp:4161: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1368. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_write_int(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1369. vm/gen/primitives_glue.gen.cpp:4206: error: jump to label ‘fail’
  1370. vm/gen/primitives_glue.gen.cpp:4199: error: from here
  1371. vm/gen/primitives_glue.gen.cpp:4201: error: crosses initialization of ‘rubinius::MethodContext* current’
  1372. vm/gen/primitives_glue.gen.cpp:4206: error: jump to label ‘fail’
  1373. vm/gen/primitives_glue.gen.cpp:4193: error: from here
  1374. vm/gen/primitives_glue.gen.cpp:4201: error: crosses initialization of ‘rubinius::MethodContext* current’
  1375. vm/gen/primitives_glue.gen.cpp:4206: error: jump to label ‘fail’
  1376. vm/gen/primitives_glue.gen.cpp:4189: error: from here
  1377. vm/gen/primitives_glue.gen.cpp:4201: error: crosses initialization of ‘rubinius::MethodContext* current’
  1378. vm/gen/primitives_glue.gen.cpp:4206: error: jump to label ‘fail’
  1379. vm/gen/primitives_glue.gen.cpp:4186: error: from here
  1380. vm/gen/primitives_glue.gen.cpp:4201: error: crosses initialization of ‘rubinius::MethodContext* current’
  1381. vm/gen/primitives_glue.gen.cpp:4188: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1382. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_write_long(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1383. vm/gen/primitives_glue.gen.cpp:4233: error: jump to label ‘fail’
  1384. vm/gen/primitives_glue.gen.cpp:4226: error: from here
  1385. vm/gen/primitives_glue.gen.cpp:4228: error: crosses initialization of ‘rubinius::MethodContext* current’
  1386. vm/gen/primitives_glue.gen.cpp:4233: error: jump to label ‘fail’
  1387. vm/gen/primitives_glue.gen.cpp:4220: error: from here
  1388. vm/gen/primitives_glue.gen.cpp:4228: error: crosses initialization of ‘rubinius::MethodContext* current’
  1389. vm/gen/primitives_glue.gen.cpp:4233: error: jump to label ‘fail’
  1390. vm/gen/primitives_glue.gen.cpp:4216: error: from here
  1391. vm/gen/primitives_glue.gen.cpp:4228: error: crosses initialization of ‘rubinius::MethodContext* current’
  1392. vm/gen/primitives_glue.gen.cpp:4233: error: jump to label ‘fail’
  1393. vm/gen/primitives_glue.gen.cpp:4213: error: from here
  1394. vm/gen/primitives_glue.gen.cpp:4228: error: crosses initialization of ‘rubinius::MethodContext* current’
  1395. vm/gen/primitives_glue.gen.cpp:4215: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1396. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::memorypointer_write_string(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1397. vm/gen/primitives_glue.gen.cpp:4265: error: jump to label ‘fail’
  1398. vm/gen/primitives_glue.gen.cpp:4258: error: from here
  1399. vm/gen/primitives_glue.gen.cpp:4260: error: crosses initialization of ‘rubinius::MethodContext* current’
  1400. vm/gen/primitives_glue.gen.cpp:4265: error: jump to label ‘fail’
  1401. vm/gen/primitives_glue.gen.cpp:4252: error: from here
  1402. vm/gen/primitives_glue.gen.cpp:4260: error: crosses initialization of ‘rubinius::MethodContext* current’
  1403. vm/gen/primitives_glue.gen.cpp:4265: error: jump to label ‘fail’
  1404. vm/gen/primitives_glue.gen.cpp:4247: error: from here
  1405. vm/gen/primitives_glue.gen.cpp:4260: error: crosses initialization of ‘rubinius::MethodContext* current’
  1406. vm/gen/primitives_glue.gen.cpp:4265: error: jump to label ‘fail’
  1407. vm/gen/primitives_glue.gen.cpp:4243: error: from here
  1408. vm/gen/primitives_glue.gen.cpp:4260: error: crosses initialization of ‘rubinius::MethodContext* current’
  1409. vm/gen/primitives_glue.gen.cpp:4265: error: jump to label ‘fail’
  1410. vm/gen/primitives_glue.gen.cpp:4240: error: from here
  1411. vm/gen/primitives_glue.gen.cpp:4260: error: crosses initialization of ‘rubinius::MethodContext* current’
  1412. vm/gen/primitives_glue.gen.cpp:4242: error: crosses initialization of ‘rubinius::MemoryPointer* recv’
  1413. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::context_dup(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1414. vm/gen/primitives_glue.gen.cpp:4287: error: jump to label ‘fail’
  1415. vm/gen/primitives_glue.gen.cpp:4280: error: from here
  1416. vm/gen/primitives_glue.gen.cpp:4282: error: crosses initialization of ‘rubinius::MethodContext* current’
  1417. vm/gen/primitives_glue.gen.cpp:4287: error: jump to label ‘fail’
  1418. vm/gen/primitives_glue.gen.cpp:4275: error: from here
  1419. vm/gen/primitives_glue.gen.cpp:4282: error: crosses initialization of ‘rubinius::MethodContext* current’
  1420. vm/gen/primitives_glue.gen.cpp:4287: error: jump to label ‘fail’
  1421. vm/gen/primitives_glue.gen.cpp:4272: error: from here
  1422. vm/gen/primitives_glue.gen.cpp:4282: error: crosses initialization of ‘rubinius::MethodContext* current’
  1423. vm/gen/primitives_glue.gen.cpp:4274: error: crosses initialization of ‘rubinius::MethodContext* recv’
  1424. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::context_get_field(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1425. vm/gen/primitives_glue.gen.cpp:4314: error: jump to label ‘fail’
  1426. vm/gen/primitives_glue.gen.cpp:4307: error: from here
  1427. vm/gen/primitives_glue.gen.cpp:4309: error: crosses initialization of ‘rubinius::MethodContext* current’
  1428. vm/gen/primitives_glue.gen.cpp:4314: error: jump to label ‘fail’
  1429. vm/gen/primitives_glue.gen.cpp:4301: error: from here
  1430. vm/gen/primitives_glue.gen.cpp:4309: error: crosses initialization of ‘rubinius::MethodContext* current’
  1431. vm/gen/primitives_glue.gen.cpp:4314: error: jump to label ‘fail’
  1432. vm/gen/primitives_glue.gen.cpp:4297: error: from here
  1433. vm/gen/primitives_glue.gen.cpp:4309: error: crosses initialization of ‘rubinius::MethodContext* current’
  1434. vm/gen/primitives_glue.gen.cpp:4314: error: jump to label ‘fail’
  1435. vm/gen/primitives_glue.gen.cpp:4294: error: from here
  1436. vm/gen/primitives_glue.gen.cpp:4309: error: crosses initialization of ‘rubinius::MethodContext* current’
  1437. vm/gen/primitives_glue.gen.cpp:4296: error: crosses initialization of ‘rubinius::MethodContext* recv’
  1438. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::methodtable_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1439. vm/gen/primitives_glue.gen.cpp:4334: error: jump to label ‘fail’
  1440. vm/gen/primitives_glue.gen.cpp:4327: error: from here
  1441. vm/gen/primitives_glue.gen.cpp:4329: error: crosses initialization of ‘rubinius::MethodContext* current’
  1442. vm/gen/primitives_glue.gen.cpp:4334: error: jump to label ‘fail’
  1443. vm/gen/primitives_glue.gen.cpp:4321: error: from here
  1444. vm/gen/primitives_glue.gen.cpp:4329: error: crosses initialization of ‘rubinius::MethodContext* current’
  1445. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::module_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1446. vm/gen/primitives_glue.gen.cpp:4356: error: jump to label ‘fail’
  1447. vm/gen/primitives_glue.gen.cpp:4349: error: from here
  1448. vm/gen/primitives_glue.gen.cpp:4351: error: crosses initialization of ‘rubinius::MethodContext* current’
  1449. vm/gen/primitives_glue.gen.cpp:4356: error: jump to label ‘fail’
  1450. vm/gen/primitives_glue.gen.cpp:4342: error: from here
  1451. vm/gen/primitives_glue.gen.cpp:4351: error: crosses initialization of ‘rubinius::MethodContext* current’
  1452. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::nativefunction_bind(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1453. vm/gen/primitives_glue.gen.cpp:4396: error: jump to label ‘fail’
  1454. vm/gen/primitives_glue.gen.cpp:4389: error: from here
  1455. vm/gen/primitives_glue.gen.cpp:4391: error: crosses initialization of ‘rubinius::MethodContext* current’
  1456. vm/gen/primitives_glue.gen.cpp:4396: error: jump to label ‘fail’
  1457. vm/gen/primitives_glue.gen.cpp:4383: error: from here
  1458. vm/gen/primitives_glue.gen.cpp:4391: error: crosses initialization of ‘rubinius::MethodContext* current’
  1459. vm/gen/primitives_glue.gen.cpp:4396: error: jump to label ‘fail’
  1460. vm/gen/primitives_glue.gen.cpp:4378: error: from here
  1461. vm/gen/primitives_glue.gen.cpp:4391: error: crosses initialization of ‘rubinius::MethodContext* current’
  1462. vm/gen/primitives_glue.gen.cpp:4396: error: jump to label ‘fail’
  1463. vm/gen/primitives_glue.gen.cpp:4373: error: from here
  1464. vm/gen/primitives_glue.gen.cpp:4391: error: crosses initialization of ‘rubinius::MethodContext* current’
  1465. vm/gen/primitives_glue.gen.cpp:4396: error: jump to label ‘fail’
  1466. vm/gen/primitives_glue.gen.cpp:4368: error: from here
  1467. vm/gen/primitives_glue.gen.cpp:4391: error: crosses initialization of ‘rubinius::MethodContext* current’
  1468. vm/gen/primitives_glue.gen.cpp:4396: error: jump to label ‘fail’
  1469. vm/gen/primitives_glue.gen.cpp:4363: error: from here
  1470. vm/gen/primitives_glue.gen.cpp:4391: error: crosses initialization of ‘rubinius::MethodContext* current’
  1471. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::nativefunction_type_size(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1472. vm/gen/primitives_glue.gen.cpp:4421: error: jump to label ‘fail’
  1473. vm/gen/primitives_glue.gen.cpp:4414: error: from here
  1474. vm/gen/primitives_glue.gen.cpp:4416: error: crosses initialization of ‘rubinius::MethodContext* current’
  1475. vm/gen/primitives_glue.gen.cpp:4421: error: jump to label ‘fail’
  1476. vm/gen/primitives_glue.gen.cpp:4408: error: from here
  1477. vm/gen/primitives_glue.gen.cpp:4416: error: crosses initialization of ‘rubinius::MethodContext* current’
  1478. vm/gen/primitives_glue.gen.cpp:4421: error: jump to label ‘fail’
  1479. vm/gen/primitives_glue.gen.cpp:4403: error: from here
  1480. vm/gen/primitives_glue.gen.cpp:4416: error: crosses initialization of ‘rubinius::MethodContext* current’
  1481. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::nativemethod_load_extension_entry_point(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1482. vm/gen/primitives_glue.gen.cpp:4451: error: jump to label ‘fail’
  1483. vm/gen/primitives_glue.gen.cpp:4444: error: from here
  1484. vm/gen/primitives_glue.gen.cpp:4446: error: crosses initialization of ‘rubinius::MethodContext* current’
  1485. vm/gen/primitives_glue.gen.cpp:4451: error: jump to label ‘fail’
  1486. vm/gen/primitives_glue.gen.cpp:4438: error: from here
  1487. vm/gen/primitives_glue.gen.cpp:4446: error: crosses initialization of ‘rubinius::MethodContext* current’
  1488. vm/gen/primitives_glue.gen.cpp:4451: error: jump to label ‘fail’
  1489. vm/gen/primitives_glue.gen.cpp:4433: error: from here
  1490. vm/gen/primitives_glue.gen.cpp:4446: error: crosses initialization of ‘rubinius::MethodContext* current’
  1491. vm/gen/primitives_glue.gen.cpp:4451: error: jump to label ‘fail’
  1492. vm/gen/primitives_glue.gen.cpp:4428: error: from here
  1493. vm/gen/primitives_glue.gen.cpp:4446: error: crosses initialization of ‘rubinius::MethodContext* current’
  1494. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::compiledfile_load(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1495. vm/gen/primitives_glue.gen.cpp:4481: error: jump to label ‘fail’
  1496. vm/gen/primitives_glue.gen.cpp:4474: error: from here
  1497. vm/gen/primitives_glue.gen.cpp:4476: error: crosses initialization of ‘rubinius::MethodContext* current’
  1498. vm/gen/primitives_glue.gen.cpp:4481: error: jump to label ‘fail’
  1499. vm/gen/primitives_glue.gen.cpp:4468: error: from here
  1500. vm/gen/primitives_glue.gen.cpp:4476: error: crosses initialization of ‘rubinius::MethodContext* current’
  1501. vm/gen/primitives_glue.gen.cpp:4481: error: jump to label ‘fail’
  1502. vm/gen/primitives_glue.gen.cpp:4463: error: from here
  1503. vm/gen/primitives_glue.gen.cpp:4476: error: crosses initialization of ‘rubinius::MethodContext* current’
  1504. vm/gen/primitives_glue.gen.cpp:4481: error: jump to label ‘fail’
  1505. vm/gen/primitives_glue.gen.cpp:4458: error: from here
  1506. vm/gen/primitives_glue.gen.cpp:4476: error: crosses initialization of ‘rubinius::MethodContext* current’
  1507. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_class(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1508. vm/gen/primitives_glue.gen.cpp:4503: error: jump to label ‘fail’
  1509. vm/gen/primitives_glue.gen.cpp:4496: error: from here
  1510. vm/gen/primitives_glue.gen.cpp:4498: error: crosses initialization of ‘rubinius::MethodContext* current’
  1511. vm/gen/primitives_glue.gen.cpp:4503: error: jump to label ‘fail’
  1512. vm/gen/primitives_glue.gen.cpp:4491: error: from here
  1513. vm/gen/primitives_glue.gen.cpp:4498: error: crosses initialization of ‘rubinius::MethodContext* current’
  1514. vm/gen/primitives_glue.gen.cpp:4503: error: jump to label ‘fail’
  1515. vm/gen/primitives_glue.gen.cpp:4488: error: from here
  1516. vm/gen/primitives_glue.gen.cpp:4498: error: crosses initialization of ‘rubinius::MethodContext* current’
  1517. vm/gen/primitives_glue.gen.cpp:4490: error: crosses initialization of ‘rubinius::Object* recv’
  1518. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_clone(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1519. vm/gen/primitives_glue.gen.cpp:4525: error: jump to label ‘fail’
  1520. vm/gen/primitives_glue.gen.cpp:4518: error: from here
  1521. vm/gen/primitives_glue.gen.cpp:4520: error: crosses initialization of ‘rubinius::MethodContext* current’
  1522. vm/gen/primitives_glue.gen.cpp:4525: error: jump to label ‘fail’
  1523. vm/gen/primitives_glue.gen.cpp:4513: error: from here
  1524. vm/gen/primitives_glue.gen.cpp:4520: error: crosses initialization of ‘rubinius::MethodContext* current’
  1525. vm/gen/primitives_glue.gen.cpp:4525: error: jump to label ‘fail’
  1526. vm/gen/primitives_glue.gen.cpp:4510: error: from here
  1527. vm/gen/primitives_glue.gen.cpp:4520: error: crosses initialization of ‘rubinius::MethodContext* current’
  1528. vm/gen/primitives_glue.gen.cpp:4512: error: crosses initialization of ‘rubinius::Object* recv’
  1529. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_dup(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1530. vm/gen/primitives_glue.gen.cpp:4547: error: jump to label ‘fail’
  1531. vm/gen/primitives_glue.gen.cpp:4540: error: from here
  1532. vm/gen/primitives_glue.gen.cpp:4542: error: crosses initialization of ‘rubinius::MethodContext* current’
  1533. vm/gen/primitives_glue.gen.cpp:4547: error: jump to label ‘fail’
  1534. vm/gen/primitives_glue.gen.cpp:4535: error: from here
  1535. vm/gen/primitives_glue.gen.cpp:4542: error: crosses initialization of ‘rubinius::MethodContext* current’
  1536. vm/gen/primitives_glue.gen.cpp:4547: error: jump to label ‘fail’
  1537. vm/gen/primitives_glue.gen.cpp:4532: error: from here
  1538. vm/gen/primitives_glue.gen.cpp:4542: error: crosses initialization of ‘rubinius::MethodContext* current’
  1539. vm/gen/primitives_glue.gen.cpp:4534: error: crosses initialization of ‘rubinius::Object* recv’
  1540. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_equal(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1541. vm/gen/primitives_glue.gen.cpp:4574: error: jump to label ‘fail’
  1542. vm/gen/primitives_glue.gen.cpp:4567: error: from here
  1543. vm/gen/primitives_glue.gen.cpp:4569: error: crosses initialization of ‘rubinius::MethodContext* current’
  1544. vm/gen/primitives_glue.gen.cpp:4574: error: jump to label ‘fail’
  1545. vm/gen/primitives_glue.gen.cpp:4561: error: from here
  1546. vm/gen/primitives_glue.gen.cpp:4569: error: crosses initialization of ‘rubinius::MethodContext* current’
  1547. vm/gen/primitives_glue.gen.cpp:4574: error: jump to label ‘fail’
  1548. vm/gen/primitives_glue.gen.cpp:4557: error: from here
  1549. vm/gen/primitives_glue.gen.cpp:4569: error: crosses initialization of ‘rubinius::MethodContext* current’
  1550. vm/gen/primitives_glue.gen.cpp:4574: error: jump to label ‘fail’
  1551. vm/gen/primitives_glue.gen.cpp:4554: error: from here
  1552. vm/gen/primitives_glue.gen.cpp:4569: error: crosses initialization of ‘rubinius::MethodContext* current’
  1553. vm/gen/primitives_glue.gen.cpp:4556: error: crosses initialization of ‘rubinius::Object* recv’
  1554. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_freeze(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1555. vm/gen/primitives_glue.gen.cpp:4596: error: jump to label ‘fail’
  1556. vm/gen/primitives_glue.gen.cpp:4589: error: from here
  1557. vm/gen/primitives_glue.gen.cpp:4591: error: crosses initialization of ‘rubinius::MethodContext* current’
  1558. vm/gen/primitives_glue.gen.cpp:4596: error: jump to label ‘fail’
  1559. vm/gen/primitives_glue.gen.cpp:4584: error: from here
  1560. vm/gen/primitives_glue.gen.cpp:4591: error: crosses initialization of ‘rubinius::MethodContext* current’
  1561. vm/gen/primitives_glue.gen.cpp:4596: error: jump to label ‘fail’
  1562. vm/gen/primitives_glue.gen.cpp:4581: error: from here
  1563. vm/gen/primitives_glue.gen.cpp:4591: error: crosses initialization of ‘rubinius::MethodContext* current’
  1564. vm/gen/primitives_glue.gen.cpp:4583: error: crosses initialization of ‘rubinius::Object* recv’
  1565. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_frozen_p(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1566. vm/gen/primitives_glue.gen.cpp:4618: error: jump to label ‘fail’
  1567. vm/gen/primitives_glue.gen.cpp:4611: error: from here
  1568. vm/gen/primitives_glue.gen.cpp:4613: error: crosses initialization of ‘rubinius::MethodContext* current’
  1569. vm/gen/primitives_glue.gen.cpp:4618: error: jump to label ‘fail’
  1570. vm/gen/primitives_glue.gen.cpp:4606: error: from here
  1571. vm/gen/primitives_glue.gen.cpp:4613: error: crosses initialization of ‘rubinius::MethodContext* current’
  1572. vm/gen/primitives_glue.gen.cpp:4618: error: jump to label ‘fail’
  1573. vm/gen/primitives_glue.gen.cpp:4603: error: from here
  1574. vm/gen/primitives_glue.gen.cpp:4613: error: crosses initialization of ‘rubinius::MethodContext* current’
  1575. vm/gen/primitives_glue.gen.cpp:4605: error: crosses initialization of ‘rubinius::Object* recv’
  1576. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_get_ivar(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1577. vm/gen/primitives_glue.gen.cpp:4645: error: jump to label ‘fail’
  1578. vm/gen/primitives_glue.gen.cpp:4638: error: from here
  1579. vm/gen/primitives_glue.gen.cpp:4640: error: crosses initialization of ‘rubinius::MethodContext* current’
  1580. vm/gen/primitives_glue.gen.cpp:4645: error: jump to label ‘fail’
  1581. vm/gen/primitives_glue.gen.cpp:4632: error: from here
  1582. vm/gen/primitives_glue.gen.cpp:4640: error: crosses initialization of ‘rubinius::MethodContext* current’
  1583. vm/gen/primitives_glue.gen.cpp:4645: error: jump to label ‘fail’
  1584. vm/gen/primitives_glue.gen.cpp:4628: error: from here
  1585. vm/gen/primitives_glue.gen.cpp:4640: error: crosses initialization of ‘rubinius::MethodContext* current’
  1586. vm/gen/primitives_glue.gen.cpp:4645: error: jump to label ‘fail’
  1587. vm/gen/primitives_glue.gen.cpp:4625: error: from here
  1588. vm/gen/primitives_glue.gen.cpp:4640: error: crosses initialization of ‘rubinius::MethodContext* current’
  1589. vm/gen/primitives_glue.gen.cpp:4627: error: crosses initialization of ‘rubinius::Object* recv’
  1590. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_get_ivars(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1591. vm/gen/primitives_glue.gen.cpp:4667: error: jump to label ‘fail’
  1592. vm/gen/primitives_glue.gen.cpp:4660: error: from here
  1593. vm/gen/primitives_glue.gen.cpp:4662: error: crosses initialization of ‘rubinius::MethodContext* current’
  1594. vm/gen/primitives_glue.gen.cpp:4667: error: jump to label ‘fail’
  1595. vm/gen/primitives_glue.gen.cpp:4655: error: from here
  1596. vm/gen/primitives_glue.gen.cpp:4662: error: crosses initialization of ‘rubinius::MethodContext* current’
  1597. vm/gen/primitives_glue.gen.cpp:4667: error: jump to label ‘fail’
  1598. vm/gen/primitives_glue.gen.cpp:4652: error: from here
  1599. vm/gen/primitives_glue.gen.cpp:4662: error: crosses initialization of ‘rubinius::MethodContext* current’
  1600. vm/gen/primitives_glue.gen.cpp:4654: error: crosses initialization of ‘rubinius::Object* recv’
  1601. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_hash(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1602. vm/gen/primitives_glue.gen.cpp:4689: error: jump to label ‘fail’
  1603. vm/gen/primitives_glue.gen.cpp:4682: error: from here
  1604. vm/gen/primitives_glue.gen.cpp:4684: error: crosses initialization of ‘rubinius::MethodContext* current’
  1605. vm/gen/primitives_glue.gen.cpp:4689: error: jump to label ‘fail’
  1606. vm/gen/primitives_glue.gen.cpp:4677: error: from here
  1607. vm/gen/primitives_glue.gen.cpp:4684: error: crosses initialization of ‘rubinius::MethodContext* current’
  1608. vm/gen/primitives_glue.gen.cpp:4689: error: jump to label ‘fail’
  1609. vm/gen/primitives_glue.gen.cpp:4674: error: from here
  1610. vm/gen/primitives_glue.gen.cpp:4684: error: crosses initialization of ‘rubinius::MethodContext* current’
  1611. vm/gen/primitives_glue.gen.cpp:4676: error: crosses initialization of ‘rubinius::Object* recv’
  1612. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_id(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1613. vm/gen/primitives_glue.gen.cpp:4711: error: jump to label ‘fail’
  1614. vm/gen/primitives_glue.gen.cpp:4704: error: from here
  1615. vm/gen/primitives_glue.gen.cpp:4706: error: crosses initialization of ‘rubinius::MethodContext* current’
  1616. vm/gen/primitives_glue.gen.cpp:4711: error: jump to label ‘fail’
  1617. vm/gen/primitives_glue.gen.cpp:4699: error: from here
  1618. vm/gen/primitives_glue.gen.cpp:4706: error: crosses initialization of ‘rubinius::MethodContext* current’
  1619. vm/gen/primitives_glue.gen.cpp:4711: error: jump to label ‘fail’
  1620. vm/gen/primitives_glue.gen.cpp:4696: error: from here
  1621. vm/gen/primitives_glue.gen.cpp:4706: error: crosses initialization of ‘rubinius::MethodContext* current’
  1622. vm/gen/primitives_glue.gen.cpp:4698: error: crosses initialization of ‘rubinius::Object* recv’
  1623. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_kind_of(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1624. vm/gen/primitives_glue.gen.cpp:4738: error: jump to label ‘fail’
  1625. vm/gen/primitives_glue.gen.cpp:4731: error: from here
  1626. vm/gen/primitives_glue.gen.cpp:4733: error: crosses initialization of ‘rubinius::MethodContext* current’
  1627. vm/gen/primitives_glue.gen.cpp:4738: error: jump to label ‘fail’
  1628. vm/gen/primitives_glue.gen.cpp:4725: error: from here
  1629. vm/gen/primitives_glue.gen.cpp:4733: error: crosses initialization of ‘rubinius::MethodContext* current’
  1630. vm/gen/primitives_glue.gen.cpp:4738: error: jump to label ‘fail’
  1631. vm/gen/primitives_glue.gen.cpp:4721: error: from here
  1632. vm/gen/primitives_glue.gen.cpp:4733: error: crosses initialization of ‘rubinius::MethodContext* current’
  1633. vm/gen/primitives_glue.gen.cpp:4738: error: jump to label ‘fail’
  1634. vm/gen/primitives_glue.gen.cpp:4718: error: from here
  1635. vm/gen/primitives_glue.gen.cpp:4733: error: crosses initialization of ‘rubinius::MethodContext* current’
  1636. vm/gen/primitives_glue.gen.cpp:4720: error: crosses initialization of ‘rubinius::Object* recv’
  1637. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_set_ivar(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1638. vm/gen/primitives_glue.gen.cpp:4780: error: jump to label ‘fail’
  1639. vm/gen/primitives_glue.gen.cpp:4773: error: from here
  1640. vm/gen/primitives_glue.gen.cpp:4775: error: crosses initialization of ‘rubinius::MethodContext* current’
  1641. vm/gen/primitives_glue.gen.cpp:4780: error: jump to label ‘fail’
  1642. vm/gen/primitives_glue.gen.cpp:4767: error: from here
  1643. vm/gen/primitives_glue.gen.cpp:4775: error: crosses initialization of ‘rubinius::MethodContext* current’
  1644. vm/gen/primitives_glue.gen.cpp:4780: error: jump to label ‘fail’
  1645. vm/gen/primitives_glue.gen.cpp:4762: error: from here
  1646. vm/gen/primitives_glue.gen.cpp:4775: error: crosses initialization of ‘rubinius::MethodContext* current’
  1647. vm/gen/primitives_glue.gen.cpp:4780: error: jump to label ‘fail’
  1648. vm/gen/primitives_glue.gen.cpp:4758: error: from here
  1649. vm/gen/primitives_glue.gen.cpp:4775: error: crosses initialization of ‘rubinius::MethodContext* current’
  1650. vm/gen/primitives_glue.gen.cpp:4780: error: jump to label ‘fail’
  1651. vm/gen/primitives_glue.gen.cpp:4755: error: from here
  1652. vm/gen/primitives_glue.gen.cpp:4775: error: crosses initialization of ‘rubinius::MethodContext* current’
  1653. vm/gen/primitives_glue.gen.cpp:4757: error: crosses initialization of ‘rubinius::Object* recv’
  1654. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_show(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1655. vm/gen/primitives_glue.gen.cpp:4802: error: jump to label ‘fail’
  1656. vm/gen/primitives_glue.gen.cpp:4795: error: from here
  1657. vm/gen/primitives_glue.gen.cpp:4797: error: crosses initialization of ‘rubinius::MethodContext* current’
  1658. vm/gen/primitives_glue.gen.cpp:4802: error: jump to label ‘fail’
  1659. vm/gen/primitives_glue.gen.cpp:4790: error: from here
  1660. vm/gen/primitives_glue.gen.cpp:4797: error: crosses initialization of ‘rubinius::MethodContext* current’
  1661. vm/gen/primitives_glue.gen.cpp:4802: error: jump to label ‘fail’
  1662. vm/gen/primitives_glue.gen.cpp:4787: error: from here
  1663. vm/gen/primitives_glue.gen.cpp:4797: error: crosses initialization of ‘rubinius::MethodContext* current’
  1664. vm/gen/primitives_glue.gen.cpp:4789: error: crosses initialization of ‘rubinius::Object* recv’
  1665. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_taint(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1666. vm/gen/primitives_glue.gen.cpp:4824: error: jump to label ‘fail’
  1667. vm/gen/primitives_glue.gen.cpp:4817: error: from here
  1668. vm/gen/primitives_glue.gen.cpp:4819: error: crosses initialization of ‘rubinius::MethodContext* current’
  1669. vm/gen/primitives_glue.gen.cpp:4824: error: jump to label ‘fail’
  1670. vm/gen/primitives_glue.gen.cpp:4812: error: from here
  1671. vm/gen/primitives_glue.gen.cpp:4819: error: crosses initialization of ‘rubinius::MethodContext* current’
  1672. vm/gen/primitives_glue.gen.cpp:4824: error: jump to label ‘fail’
  1673. vm/gen/primitives_glue.gen.cpp:4809: error: from here
  1674. vm/gen/primitives_glue.gen.cpp:4819: error: crosses initialization of ‘rubinius::MethodContext* current’
  1675. vm/gen/primitives_glue.gen.cpp:4811: error: crosses initialization of ‘rubinius::Object* recv’
  1676. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_tainted_p(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1677. vm/gen/primitives_glue.gen.cpp:4846: error: jump to label ‘fail’
  1678. vm/gen/primitives_glue.gen.cpp:4839: error: from here
  1679. vm/gen/primitives_glue.gen.cpp:4841: error: crosses initialization of ‘rubinius::MethodContext* current’
  1680. vm/gen/primitives_glue.gen.cpp:4846: error: jump to label ‘fail’
  1681. vm/gen/primitives_glue.gen.cpp:4834: error: from here
  1682. vm/gen/primitives_glue.gen.cpp:4841: error: crosses initialization of ‘rubinius::MethodContext* current’
  1683. vm/gen/primitives_glue.gen.cpp:4846: error: jump to label ‘fail’
  1684. vm/gen/primitives_glue.gen.cpp:4831: error: from here
  1685. vm/gen/primitives_glue.gen.cpp:4841: error: crosses initialization of ‘rubinius::MethodContext* current’
  1686. vm/gen/primitives_glue.gen.cpp:4833: error: crosses initialization of ‘rubinius::Object* recv’
  1687. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::object_untaint(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1688. vm/gen/primitives_glue.gen.cpp:4868: error: jump to label ‘fail’
  1689. vm/gen/primitives_glue.gen.cpp:4861: error: from here
  1690. vm/gen/primitives_glue.gen.cpp:4863: error: crosses initialization of ‘rubinius::MethodContext* current’
  1691. vm/gen/primitives_glue.gen.cpp:4868: error: jump to label ‘fail’
  1692. vm/gen/primitives_glue.gen.cpp:4856: error: from here
  1693. vm/gen/primitives_glue.gen.cpp:4863: error: crosses initialization of ‘rubinius::MethodContext* current’
  1694. vm/gen/primitives_glue.gen.cpp:4868: error: jump to label ‘fail’
  1695. vm/gen/primitives_glue.gen.cpp:4853: error: from here
  1696. vm/gen/primitives_glue.gen.cpp:4863: error: crosses initialization of ‘rubinius::MethodContext* current’
  1697. vm/gen/primitives_glue.gen.cpp:4855: error: crosses initialization of ‘rubinius::Object* recv’
  1698. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_exit(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1699. vm/gen/primitives_glue.gen.cpp:4893: error: jump to label ‘fail’
  1700. vm/gen/primitives_glue.gen.cpp:4886: error: from here
  1701. vm/gen/primitives_glue.gen.cpp:4888: error: crosses initialization of ‘rubinius::MethodContext* current’
  1702. vm/gen/primitives_glue.gen.cpp:4893: error: jump to label ‘fail’
  1703. vm/gen/primitives_glue.gen.cpp:4880: error: from here
  1704. vm/gen/primitives_glue.gen.cpp:4888: error: crosses initialization of ‘rubinius::MethodContext* current’
  1705. vm/gen/primitives_glue.gen.cpp:4893: error: jump to label ‘fail’
  1706. vm/gen/primitives_glue.gen.cpp:4875: error: from here
  1707. vm/gen/primitives_glue.gen.cpp:4888: error: crosses initialization of ‘rubinius::MethodContext* current’
  1708. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_gc_start(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1709. vm/gen/primitives_glue.gen.cpp:4918: error: jump to label ‘fail’
  1710. vm/gen/primitives_glue.gen.cpp:4911: error: from here
  1711. vm/gen/primitives_glue.gen.cpp:4913: error: crosses initialization of ‘rubinius::MethodContext* current’
  1712. vm/gen/primitives_glue.gen.cpp:4918: error: jump to label ‘fail’
  1713. vm/gen/primitives_glue.gen.cpp:4905: error: from here
  1714. vm/gen/primitives_glue.gen.cpp:4913: error: crosses initialization of ‘rubinius::MethodContext* current’
  1715. vm/gen/primitives_glue.gen.cpp:4918: error: jump to label ‘fail’
  1716. vm/gen/primitives_glue.gen.cpp:4900: error: from here
  1717. vm/gen/primitives_glue.gen.cpp:4913: error: crosses initialization of ‘rubinius::MethodContext* current’
  1718. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_get_config_item(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1719. vm/gen/primitives_glue.gen.cpp:4943: error: jump to label ‘fail’
  1720. vm/gen/primitives_glue.gen.cpp:4936: error: from here
  1721. vm/gen/primitives_glue.gen.cpp:4938: error: crosses initialization of ‘rubinius::MethodContext* current’
  1722. vm/gen/primitives_glue.gen.cpp:4943: error: jump to label ‘fail’
  1723. vm/gen/primitives_glue.gen.cpp:4930: error: from here
  1724. vm/gen/primitives_glue.gen.cpp:4938: error: crosses initialization of ‘rubinius::MethodContext* current’
  1725. vm/gen/primitives_glue.gen.cpp:4943: error: jump to label ‘fail’
  1726. vm/gen/primitives_glue.gen.cpp:4925: error: from here
  1727. vm/gen/primitives_glue.gen.cpp:4938: error: crosses initialization of ‘rubinius::MethodContext* current’
  1728. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_get_config_section(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1729. vm/gen/primitives_glue.gen.cpp:4968: error: jump to label ‘fail’
  1730. vm/gen/primitives_glue.gen.cpp:4961: error: from here
  1731. vm/gen/primitives_glue.gen.cpp:4963: error: crosses initialization of ‘rubinius::MethodContext* current’
  1732. vm/gen/primitives_glue.gen.cpp:4968: error: jump to label ‘fail’
  1733. vm/gen/primitives_glue.gen.cpp:4955: error: from here
  1734. vm/gen/primitives_glue.gen.cpp:4963: error: crosses initialization of ‘rubinius::MethodContext* current’
  1735. vm/gen/primitives_glue.gen.cpp:4968: error: jump to label ‘fail’
  1736. vm/gen/primitives_glue.gen.cpp:4950: error: from here
  1737. vm/gen/primitives_glue.gen.cpp:4963: error: crosses initialization of ‘rubinius::MethodContext* current’
  1738. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_reset_method_cache(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1739. vm/gen/primitives_glue.gen.cpp:4993: error: jump to label ‘fail’
  1740. vm/gen/primitives_glue.gen.cpp:4986: error: from here
  1741. vm/gen/primitives_glue.gen.cpp:4988: error: crosses initialization of ‘rubinius::MethodContext* current’
  1742. vm/gen/primitives_glue.gen.cpp:4993: error: jump to label ‘fail’
  1743. vm/gen/primitives_glue.gen.cpp:4980: error: from here
  1744. vm/gen/primitives_glue.gen.cpp:4988: error: crosses initialization of ‘rubinius::MethodContext* current’
  1745. vm/gen/primitives_glue.gen.cpp:4993: error: jump to label ‘fail’
  1746. vm/gen/primitives_glue.gen.cpp:4975: error: from here
  1747. vm/gen/primitives_glue.gen.cpp:4988: error: crosses initialization of ‘rubinius::MethodContext* current’
  1748. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_show_backtrace(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1749. vm/gen/primitives_glue.gen.cpp:5018: error: jump to label ‘fail’
  1750. vm/gen/primitives_glue.gen.cpp:5011: error: from here
  1751. vm/gen/primitives_glue.gen.cpp:5013: error: crosses initialization of ‘rubinius::MethodContext* current’
  1752. vm/gen/primitives_glue.gen.cpp:5018: error: jump to label ‘fail’
  1753. vm/gen/primitives_glue.gen.cpp:5005: error: from here
  1754. vm/gen/primitives_glue.gen.cpp:5013: error: crosses initialization of ‘rubinius::MethodContext* current’
  1755. vm/gen/primitives_glue.gen.cpp:5018: error: jump to label ‘fail’
  1756. vm/gen/primitives_glue.gen.cpp:5000: error: from here
  1757. vm/gen/primitives_glue.gen.cpp:5013: error: crosses initialization of ‘rubinius::MethodContext* current’
  1758. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_start_profiler(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1759. vm/gen/primitives_glue.gen.cpp:5038: error: jump to label ‘fail’
  1760. vm/gen/primitives_glue.gen.cpp:5031: error: from here
  1761. vm/gen/primitives_glue.gen.cpp:5033: error: crosses initialization of ‘rubinius::MethodContext* current’
  1762. vm/gen/primitives_glue.gen.cpp:5038: error: jump to label ‘fail’
  1763. vm/gen/primitives_glue.gen.cpp:5025: error: from here
  1764. vm/gen/primitives_glue.gen.cpp:5033: error: crosses initialization of ‘rubinius::MethodContext* current’
  1765. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_stop_profiler(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1766. vm/gen/primitives_glue.gen.cpp:5063: error: jump to label ‘fail’
  1767. vm/gen/primitives_glue.gen.cpp:5056: error: from here
  1768. vm/gen/primitives_glue.gen.cpp:5058: error: crosses initialization of ‘rubinius::MethodContext* current’
  1769. vm/gen/primitives_glue.gen.cpp:5063: error: jump to label ‘fail’
  1770. vm/gen/primitives_glue.gen.cpp:5050: error: from here
  1771. vm/gen/primitives_glue.gen.cpp:5058: error: crosses initialization of ‘rubinius::MethodContext* current’
  1772. vm/gen/primitives_glue.gen.cpp:5063: error: jump to label ‘fail’
  1773. vm/gen/primitives_glue.gen.cpp:5045: error: from here
  1774. vm/gen/primitives_glue.gen.cpp:5058: error: crosses initialization of ‘rubinius::MethodContext* current’
  1775. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_write_error(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1776. vm/gen/primitives_glue.gen.cpp:5088: error: jump to label ‘fail’
  1777. vm/gen/primitives_glue.gen.cpp:5081: error: from here
  1778. vm/gen/primitives_glue.gen.cpp:5083: error: crosses initialization of ‘rubinius::MethodContext* current’
  1779. vm/gen/primitives_glue.gen.cpp:5088: error: jump to label ‘fail’
  1780. vm/gen/primitives_glue.gen.cpp:5075: error: from here
  1781. vm/gen/primitives_glue.gen.cpp:5083: error: crosses initialization of ‘rubinius::MethodContext* current’
  1782. vm/gen/primitives_glue.gen.cpp:5088: error: jump to label ‘fail’
  1783. vm/gen/primitives_glue.gen.cpp:5070: error: from here
  1784. vm/gen/primitives_glue.gen.cpp:5083: error: crosses initialization of ‘rubinius::MethodContext* current’
  1785. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::yield_gdb(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1786. vm/gen/primitives_glue.gen.cpp:5113: error: jump to label ‘fail’
  1787. vm/gen/primitives_glue.gen.cpp:5106: error: from here
  1788. vm/gen/primitives_glue.gen.cpp:5108: error: crosses initialization of ‘rubinius::MethodContext* current’
  1789. vm/gen/primitives_glue.gen.cpp:5113: error: jump to label ‘fail’
  1790. vm/gen/primitives_glue.gen.cpp:5100: error: from here
  1791. vm/gen/primitives_glue.gen.cpp:5108: error: crosses initialization of ‘rubinius::MethodContext* current’
  1792. vm/gen/primitives_glue.gen.cpp:5113: error: jump to label ‘fail’
  1793. vm/gen/primitives_glue.gen.cpp:5095: error: from here
  1794. vm/gen/primitives_glue.gen.cpp:5108: error: crosses initialization of ‘rubinius::MethodContext* current’
  1795. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::regexp_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1796. vm/gen/primitives_glue.gen.cpp:5135: error: jump to label ‘fail’
  1797. vm/gen/primitives_glue.gen.cpp:5128: error: from here
  1798. vm/gen/primitives_glue.gen.cpp:5130: error: crosses initialization of ‘rubinius::MethodContext* current’
  1799. vm/gen/primitives_glue.gen.cpp:5135: error: jump to label ‘fail’
  1800. vm/gen/primitives_glue.gen.cpp:5121: error: from here
  1801. vm/gen/primitives_glue.gen.cpp:5130: error: crosses initialization of ‘rubinius::MethodContext* current’
  1802. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::regexp_initialize(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1803. vm/gen/primitives_glue.gen.cpp:5172: error: jump to label ‘fail’
  1804. vm/gen/primitives_glue.gen.cpp:5165: error: from here
  1805. vm/gen/primitives_glue.gen.cpp:5167: error: crosses initialization of ‘rubinius::MethodContext* current’
  1806. vm/gen/primitives_glue.gen.cpp:5172: error: jump to label ‘fail’
  1807. vm/gen/primitives_glue.gen.cpp:5159: error: from here
  1808. vm/gen/primitives_glue.gen.cpp:5167: error: crosses initialization of ‘rubinius::MethodContext* current’
  1809. vm/gen/primitives_glue.gen.cpp:5172: error: jump to label ‘fail’
  1810. vm/gen/primitives_glue.gen.cpp:5154: error: from here
  1811. vm/gen/primitives_glue.gen.cpp:5167: error: crosses initialization of ‘rubinius::MethodContext* current’
  1812. vm/gen/primitives_glue.gen.cpp:5172: error: jump to label ‘fail’
  1813. vm/gen/primitives_glue.gen.cpp:5149: error: from here
  1814. vm/gen/primitives_glue.gen.cpp:5167: error: crosses initialization of ‘rubinius::MethodContext* current’
  1815. vm/gen/primitives_glue.gen.cpp:5172: error: jump to label ‘fail’
  1816. vm/gen/primitives_glue.gen.cpp:5145: error: from here
  1817. vm/gen/primitives_glue.gen.cpp:5167: error: crosses initialization of ‘rubinius::MethodContext* current’
  1818. vm/gen/primitives_glue.gen.cpp:5172: error: jump to label ‘fail’
  1819. vm/gen/primitives_glue.gen.cpp:5142: error: from here
  1820. vm/gen/primitives_glue.gen.cpp:5167: error: crosses initialization of ‘rubinius::MethodContext* current’
  1821. vm/gen/primitives_glue.gen.cpp:5144: error: crosses initialization of ‘rubinius::Regexp* recv’
  1822. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::regexp_match_start(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1823. vm/gen/primitives_glue.gen.cpp:5204: error: jump to label ‘fail’
  1824. vm/gen/primitives_glue.gen.cpp:5197: error: from here
  1825. vm/gen/primitives_glue.gen.cpp:5199: error: crosses initialization of ‘rubinius::MethodContext* current’
  1826. vm/gen/primitives_glue.gen.cpp:5204: error: jump to label ‘fail’
  1827. vm/gen/primitives_glue.gen.cpp:5191: error: from here
  1828. vm/gen/primitives_glue.gen.cpp:5199: error: crosses initialization of ‘rubinius::MethodContext* current’
  1829. vm/gen/primitives_glue.gen.cpp:5204: error: jump to label ‘fail’
  1830. vm/gen/primitives_glue.gen.cpp:5186: error: from here
  1831. vm/gen/primitives_glue.gen.cpp:5199: error: crosses initialization of ‘rubinius::MethodContext* current’
  1832. vm/gen/primitives_glue.gen.cpp:5204: error: jump to label ‘fail’
  1833. vm/gen/primitives_glue.gen.cpp:5182: error: from here
  1834. vm/gen/primitives_glue.gen.cpp:5199: error: crosses initialization of ‘rubinius::MethodContext* current’
  1835. vm/gen/primitives_glue.gen.cpp:5204: error: jump to label ‘fail’
  1836. vm/gen/primitives_glue.gen.cpp:5179: error: from here
  1837. vm/gen/primitives_glue.gen.cpp:5199: error: crosses initialization of ‘rubinius::MethodContext* current’
  1838. vm/gen/primitives_glue.gen.cpp:5181: error: crosses initialization of ‘rubinius::Regexp* recv’
  1839. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::regexp_options(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1840. vm/gen/primitives_glue.gen.cpp:5226: error: jump to label ‘fail’
  1841. vm/gen/primitives_glue.gen.cpp:5219: error: from here
  1842. vm/gen/primitives_glue.gen.cpp:5221: error: crosses initialization of ‘rubinius::MethodContext* current’
  1843. vm/gen/primitives_glue.gen.cpp:5226: error: jump to label ‘fail’
  1844. vm/gen/primitives_glue.gen.cpp:5214: error: from here
  1845. vm/gen/primitives_glue.gen.cpp:5221: error: crosses initialization of ‘rubinius::MethodContext* current’
  1846. vm/gen/primitives_glue.gen.cpp:5226: error: jump to label ‘fail’
  1847. vm/gen/primitives_glue.gen.cpp:5211: error: from here
  1848. vm/gen/primitives_glue.gen.cpp:5221: error: crosses initialization of ‘rubinius::MethodContext* current’
  1849. vm/gen/primitives_glue.gen.cpp:5213: error: crosses initialization of ‘rubinius::Regexp* recv’
  1850. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::regexp_search_region(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1851. vm/gen/primitives_glue.gen.cpp:5268: error: jump to label ‘fail’
  1852. vm/gen/primitives_glue.gen.cpp:5261: error: from here
  1853. vm/gen/primitives_glue.gen.cpp:5263: error: crosses initialization of ‘rubinius::MethodContext* current’
  1854. vm/gen/primitives_glue.gen.cpp:5268: error: jump to label ‘fail’
  1855. vm/gen/primitives_glue.gen.cpp:5255: error: from here
  1856. vm/gen/primitives_glue.gen.cpp:5263: error: crosses initialization of ‘rubinius::MethodContext* current’
  1857. vm/gen/primitives_glue.gen.cpp:5268: error: jump to label ‘fail’
  1858. vm/gen/primitives_glue.gen.cpp:5250: error: from here
  1859. vm/gen/primitives_glue.gen.cpp:5263: error: crosses initialization of ‘rubinius::MethodContext* current’
  1860. vm/gen/primitives_glue.gen.cpp:5268: error: jump to label ‘fail’
  1861. vm/gen/primitives_glue.gen.cpp:5245: error: from here
  1862. vm/gen/primitives_glue.gen.cpp:5263: error: crosses initialization of ‘rubinius::MethodContext* current’
  1863. vm/gen/primitives_glue.gen.cpp:5268: error: jump to label ‘fail’
  1864. vm/gen/primitives_glue.gen.cpp:5240: error: from here
  1865. vm/gen/primitives_glue.gen.cpp:5263: error: crosses initialization of ‘rubinius::MethodContext* current’
  1866. vm/gen/primitives_glue.gen.cpp:5268: error: jump to label ‘fail’
  1867. vm/gen/primitives_glue.gen.cpp:5236: error: from here
  1868. vm/gen/primitives_glue.gen.cpp:5263: error: crosses initialization of ‘rubinius::MethodContext* current’
  1869. vm/gen/primitives_glue.gen.cpp:5268: error: jump to label ‘fail’
  1870. vm/gen/primitives_glue.gen.cpp:5233: error: from here
  1871. vm/gen/primitives_glue.gen.cpp:5263: error: crosses initialization of ‘rubinius::MethodContext* current’
  1872. vm/gen/primitives_glue.gen.cpp:5235: error: crosses initialization of ‘rubinius::Regexp* recv’
  1873. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::sendsite_create(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1874. vm/gen/primitives_glue.gen.cpp:5293: error: jump to label ‘fail’
  1875. vm/gen/primitives_glue.gen.cpp:5286: error: from here
  1876. vm/gen/primitives_glue.gen.cpp:5288: error: crosses initialization of ‘rubinius::MethodContext* current’
  1877. vm/gen/primitives_glue.gen.cpp:5293: error: jump to label ‘fail’
  1878. vm/gen/primitives_glue.gen.cpp:5280: error: from here
  1879. vm/gen/primitives_glue.gen.cpp:5288: error: crosses initialization of ‘rubinius::MethodContext* current’
  1880. vm/gen/primitives_glue.gen.cpp:5293: error: jump to label ‘fail’
  1881. vm/gen/primitives_glue.gen.cpp:5275: error: from here
  1882. vm/gen/primitives_glue.gen.cpp:5288: error: crosses initialization of ‘rubinius::MethodContext* current’
  1883. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::sendsite_hits(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1884. vm/gen/primitives_glue.gen.cpp:5315: error: jump to label ‘fail’
  1885. vm/gen/primitives_glue.gen.cpp:5308: error: from here
  1886. vm/gen/primitives_glue.gen.cpp:5310: error: crosses initialization of ‘rubinius::MethodContext* current’
  1887. vm/gen/primitives_glue.gen.cpp:5315: error: jump to label ‘fail’
  1888. vm/gen/primitives_glue.gen.cpp:5303: error: from here
  1889. vm/gen/primitives_glue.gen.cpp:5310: error: crosses initialization of ‘rubinius::MethodContext* current’
  1890. vm/gen/primitives_glue.gen.cpp:5315: error: jump to label ‘fail’
  1891. vm/gen/primitives_glue.gen.cpp:5300: error: from here
  1892. vm/gen/primitives_glue.gen.cpp:5310: error: crosses initialization of ‘rubinius::MethodContext* current’
  1893. vm/gen/primitives_glue.gen.cpp:5302: error: crosses initialization of ‘rubinius::SendSite* recv’
  1894. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::sendsite_misses(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1895. vm/gen/primitives_glue.gen.cpp:5337: error: jump to label ‘fail’
  1896. vm/gen/primitives_glue.gen.cpp:5330: error: from here
  1897. vm/gen/primitives_glue.gen.cpp:5332: error: crosses initialization of ‘rubinius::MethodContext* current’
  1898. vm/gen/primitives_glue.gen.cpp:5337: error: jump to label ‘fail’
  1899. vm/gen/primitives_glue.gen.cpp:5325: error: from here
  1900. vm/gen/primitives_glue.gen.cpp:5332: error: crosses initialization of ‘rubinius::MethodContext* current’
  1901. vm/gen/primitives_glue.gen.cpp:5337: error: jump to label ‘fail’
  1902. vm/gen/primitives_glue.gen.cpp:5322: error: from here
  1903. vm/gen/primitives_glue.gen.cpp:5332: error: crosses initialization of ‘rubinius::MethodContext* current’
  1904. vm/gen/primitives_glue.gen.cpp:5324: error: crosses initialization of ‘rubinius::SendSite* recv’
  1905. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::sendsite_set_sender(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1906. vm/gen/primitives_glue.gen.cpp:5364: error: jump to label ‘fail’
  1907. vm/gen/primitives_glue.gen.cpp:5357: error: from here
  1908. vm/gen/primitives_glue.gen.cpp:5359: error: crosses initialization of ‘rubinius::MethodContext* current’
  1909. vm/gen/primitives_glue.gen.cpp:5364: error: jump to label ‘fail’
  1910. vm/gen/primitives_glue.gen.cpp:5351: error: from here
  1911. vm/gen/primitives_glue.gen.cpp:5359: error: crosses initialization of ‘rubinius::MethodContext* current’
  1912. vm/gen/primitives_glue.gen.cpp:5364: error: jump to label ‘fail’
  1913. vm/gen/primitives_glue.gen.cpp:5347: error: from here
  1914. vm/gen/primitives_glue.gen.cpp:5359: error: crosses initialization of ‘rubinius::MethodContext* current’
  1915. vm/gen/primitives_glue.gen.cpp:5364: error: jump to label ‘fail’
  1916. vm/gen/primitives_glue.gen.cpp:5344: error: from here
  1917. vm/gen/primitives_glue.gen.cpp:5359: error: crosses initialization of ‘rubinius::MethodContext* current’
  1918. vm/gen/primitives_glue.gen.cpp:5346: error: crosses initialization of ‘rubinius::SendSite* recv’
  1919. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_append(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1920. vm/gen/primitives_glue.gen.cpp:5391: error: jump to label ‘fail’
  1921. vm/gen/primitives_glue.gen.cpp:5384: error: from here
  1922. vm/gen/primitives_glue.gen.cpp:5386: error: crosses initialization of ‘rubinius::MethodContext* current’
  1923. vm/gen/primitives_glue.gen.cpp:5391: error: jump to label ‘fail’
  1924. vm/gen/primitives_glue.gen.cpp:5378: error: from here
  1925. vm/gen/primitives_glue.gen.cpp:5386: error: crosses initialization of ‘rubinius::MethodContext* current’
  1926. vm/gen/primitives_glue.gen.cpp:5391: error: jump to label ‘fail’
  1927. vm/gen/primitives_glue.gen.cpp:5374: error: from here
  1928. vm/gen/primitives_glue.gen.cpp:5386: error: crosses initialization of ‘rubinius::MethodContext* current’
  1929. vm/gen/primitives_glue.gen.cpp:5391: error: jump to label ‘fail’
  1930. vm/gen/primitives_glue.gen.cpp:5371: error: from here
  1931. vm/gen/primitives_glue.gen.cpp:5386: error: crosses initialization of ‘rubinius::MethodContext* current’
  1932. vm/gen/primitives_glue.gen.cpp:5373: error: crosses initialization of ‘rubinius::String* recv’
  1933. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_apply_and(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1934. vm/gen/primitives_glue.gen.cpp:5418: error: jump to label ‘fail’
  1935. vm/gen/primitives_glue.gen.cpp:5411: error: from here
  1936. vm/gen/primitives_glue.gen.cpp:5413: error: crosses initialization of ‘rubinius::MethodContext* current’
  1937. vm/gen/primitives_glue.gen.cpp:5418: error: jump to label ‘fail’
  1938. vm/gen/primitives_glue.gen.cpp:5405: error: from here
  1939. vm/gen/primitives_glue.gen.cpp:5413: error: crosses initialization of ‘rubinius::MethodContext* current’
  1940. vm/gen/primitives_glue.gen.cpp:5418: error: jump to label ‘fail’
  1941. vm/gen/primitives_glue.gen.cpp:5401: error: from here
  1942. vm/gen/primitives_glue.gen.cpp:5413: error: crosses initialization of ‘rubinius::MethodContext* current’
  1943. vm/gen/primitives_glue.gen.cpp:5418: error: jump to label ‘fail’
  1944. vm/gen/primitives_glue.gen.cpp:5398: error: from here
  1945. vm/gen/primitives_glue.gen.cpp:5413: error: crosses initialization of ‘rubinius::MethodContext* current’
  1946. vm/gen/primitives_glue.gen.cpp:5400: error: crosses initialization of ‘rubinius::String* recv’
  1947. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_compare_substring(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1948. vm/gen/primitives_glue.gen.cpp:5455: error: jump to label ‘fail’
  1949. vm/gen/primitives_glue.gen.cpp:5448: error: from here
  1950. vm/gen/primitives_glue.gen.cpp:5450: error: crosses initialization of ‘rubinius::MethodContext* current’
  1951. vm/gen/primitives_glue.gen.cpp:5455: error: jump to label ‘fail’
  1952. vm/gen/primitives_glue.gen.cpp:5442: error: from here
  1953. vm/gen/primitives_glue.gen.cpp:5450: error: crosses initialization of ‘rubinius::MethodContext* current’
  1954. vm/gen/primitives_glue.gen.cpp:5455: error: jump to label ‘fail’
  1955. vm/gen/primitives_glue.gen.cpp:5437: error: from here
  1956. vm/gen/primitives_glue.gen.cpp:5450: error: crosses initialization of ‘rubinius::MethodContext* current’
  1957. vm/gen/primitives_glue.gen.cpp:5455: error: jump to label ‘fail’
  1958. vm/gen/primitives_glue.gen.cpp:5432: error: from here
  1959. vm/gen/primitives_glue.gen.cpp:5450: error: crosses initialization of ‘rubinius::MethodContext* current’
  1960. vm/gen/primitives_glue.gen.cpp:5455: error: jump to label ‘fail’
  1961. vm/gen/primitives_glue.gen.cpp:5428: error: from here
  1962. vm/gen/primitives_glue.gen.cpp:5450: error: crosses initialization of ‘rubinius::MethodContext* current’
  1963. vm/gen/primitives_glue.gen.cpp:5455: error: jump to label ‘fail’
  1964. vm/gen/primitives_glue.gen.cpp:5425: error: from here
  1965. vm/gen/primitives_glue.gen.cpp:5450: error: crosses initialization of ‘rubinius::MethodContext* current’
  1966. vm/gen/primitives_glue.gen.cpp:5427: error: crosses initialization of ‘rubinius::String* recv’
  1967. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_copy_from(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1968. vm/gen/primitives_glue.gen.cpp:5497: error: jump to label ‘fail’
  1969. vm/gen/primitives_glue.gen.cpp:5490: error: from here
  1970. vm/gen/primitives_glue.gen.cpp:5492: error: crosses initialization of ‘rubinius::MethodContext* current’
  1971. vm/gen/primitives_glue.gen.cpp:5497: error: jump to label ‘fail’
  1972. vm/gen/primitives_glue.gen.cpp:5484: error: from here
  1973. vm/gen/primitives_glue.gen.cpp:5492: error: crosses initialization of ‘rubinius::MethodContext* current’
  1974. vm/gen/primitives_glue.gen.cpp:5497: error: jump to label ‘fail’
  1975. vm/gen/primitives_glue.gen.cpp:5479: error: from here
  1976. vm/gen/primitives_glue.gen.cpp:5492: error: crosses initialization of ‘rubinius::MethodContext* current’
  1977. vm/gen/primitives_glue.gen.cpp:5497: error: jump to label ‘fail’
  1978. vm/gen/primitives_glue.gen.cpp:5474: error: from here
  1979. vm/gen/primitives_glue.gen.cpp:5492: error: crosses initialization of ‘rubinius::MethodContext* current’
  1980. vm/gen/primitives_glue.gen.cpp:5497: error: jump to label ‘fail’
  1981. vm/gen/primitives_glue.gen.cpp:5469: error: from here
  1982. vm/gen/primitives_glue.gen.cpp:5492: error: crosses initialization of ‘rubinius::MethodContext* current’
  1983. vm/gen/primitives_glue.gen.cpp:5497: error: jump to label ‘fail’
  1984. vm/gen/primitives_glue.gen.cpp:5465: error: from here
  1985. vm/gen/primitives_glue.gen.cpp:5492: error: crosses initialization of ‘rubinius::MethodContext* current’
  1986. vm/gen/primitives_glue.gen.cpp:5497: error: jump to label ‘fail’
  1987. vm/gen/primitives_glue.gen.cpp:5462: error: from here
  1988. vm/gen/primitives_glue.gen.cpp:5492: error: crosses initialization of ‘rubinius::MethodContext* current’
  1989. vm/gen/primitives_glue.gen.cpp:5464: error: crosses initialization of ‘rubinius::String* recv’
  1990. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_crypt(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  1991. vm/gen/primitives_glue.gen.cpp:5524: error: jump to label ‘fail’
  1992. vm/gen/primitives_glue.gen.cpp:5517: error: from here
  1993. vm/gen/primitives_glue.gen.cpp:5519: error: crosses initialization of ‘rubinius::MethodContext* current’
  1994. vm/gen/primitives_glue.gen.cpp:5524: error: jump to label ‘fail’
  1995. vm/gen/primitives_glue.gen.cpp:5511: error: from here
  1996. vm/gen/primitives_glue.gen.cpp:5519: error: crosses initialization of ‘rubinius::MethodContext* current’
  1997. vm/gen/primitives_glue.gen.cpp:5524: error: jump to label ‘fail’
  1998. vm/gen/primitives_glue.gen.cpp:5507: error: from here
  1999. vm/gen/primitives_glue.gen.cpp:5519: error: crosses initialization of ‘rubinius::MethodContext* current’
  2000. vm/gen/primitives_glue.gen.cpp:5524: error: jump to label ‘fail’
  2001. vm/gen/primitives_glue.gen.cpp:5504: error: from here
  2002. vm/gen/primitives_glue.gen.cpp:5519: error: crosses initialization of ‘rubinius::MethodContext* current’
  2003. vm/gen/primitives_glue.gen.cpp:5506: error: crosses initialization of ‘rubinius::String* recv’
  2004. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_dup(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2005. vm/gen/primitives_glue.gen.cpp:5546: error: jump to label ‘fail’
  2006. vm/gen/primitives_glue.gen.cpp:5539: error: from here
  2007. vm/gen/primitives_glue.gen.cpp:5541: error: crosses initialization of ‘rubinius::MethodContext* current’
  2008. vm/gen/primitives_glue.gen.cpp:5546: error: jump to label ‘fail’
  2009. vm/gen/primitives_glue.gen.cpp:5534: error: from here
  2010. vm/gen/primitives_glue.gen.cpp:5541: error: crosses initialization of ‘rubinius::MethodContext* current’
  2011. vm/gen/primitives_glue.gen.cpp:5546: error: jump to label ‘fail’
  2012. vm/gen/primitives_glue.gen.cpp:5531: error: from here
  2013. vm/gen/primitives_glue.gen.cpp:5541: error: crosses initialization of ‘rubinius::MethodContext* current’
  2014. vm/gen/primitives_glue.gen.cpp:5533: error: crosses initialization of ‘rubinius::String* recv’
  2015. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_equal(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2016. vm/gen/primitives_glue.gen.cpp:5573: error: jump to label ‘fail’
  2017. vm/gen/primitives_glue.gen.cpp:5566: error: from here
  2018. vm/gen/primitives_glue.gen.cpp:5568: error: crosses initialization of ‘rubinius::MethodContext* current’
  2019. vm/gen/primitives_glue.gen.cpp:5573: error: jump to label ‘fail’
  2020. vm/gen/primitives_glue.gen.cpp:5560: error: from here
  2021. vm/gen/primitives_glue.gen.cpp:5568: error: crosses initialization of ‘rubinius::MethodContext* current’
  2022. vm/gen/primitives_glue.gen.cpp:5573: error: jump to label ‘fail’
  2023. vm/gen/primitives_glue.gen.cpp:5556: error: from here
  2024. vm/gen/primitives_glue.gen.cpp:5568: error: crosses initialization of ‘rubinius::MethodContext* current’
  2025. vm/gen/primitives_glue.gen.cpp:5573: error: jump to label ‘fail’
  2026. vm/gen/primitives_glue.gen.cpp:5553: error: from here
  2027. vm/gen/primitives_glue.gen.cpp:5568: error: crosses initialization of ‘rubinius::MethodContext* current’
  2028. vm/gen/primitives_glue.gen.cpp:5555: error: crosses initialization of ‘rubinius::String* recv’
  2029. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_from_bytearray(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2030. vm/gen/primitives_glue.gen.cpp:5608: error: jump to label ‘fail’
  2031. vm/gen/primitives_glue.gen.cpp:5601: error: from here
  2032. vm/gen/primitives_glue.gen.cpp:5603: error: crosses initialization of ‘rubinius::MethodContext* current’
  2033. vm/gen/primitives_glue.gen.cpp:5608: error: jump to label ‘fail’
  2034. vm/gen/primitives_glue.gen.cpp:5595: error: from here
  2035. vm/gen/primitives_glue.gen.cpp:5603: error: crosses initialization of ‘rubinius::MethodContext* current’
  2036. vm/gen/primitives_glue.gen.cpp:5608: error: jump to label ‘fail’
  2037. vm/gen/primitives_glue.gen.cpp:5590: error: from here
  2038. vm/gen/primitives_glue.gen.cpp:5603: error: crosses initialization of ‘rubinius::MethodContext* current’
  2039. vm/gen/primitives_glue.gen.cpp:5608: error: jump to label ‘fail’
  2040. vm/gen/primitives_glue.gen.cpp:5585: error: from here
  2041. vm/gen/primitives_glue.gen.cpp:5603: error: crosses initialization of ‘rubinius::MethodContext* current’
  2042. vm/gen/primitives_glue.gen.cpp:5608: error: jump to label ‘fail’
  2043. vm/gen/primitives_glue.gen.cpp:5580: error: from here
  2044. vm/gen/primitives_glue.gen.cpp:5603: error: crosses initialization of ‘rubinius::MethodContext* current’
  2045. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_pattern(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2046. vm/gen/primitives_glue.gen.cpp:5640: error: jump to label ‘fail’
  2047. vm/gen/primitives_glue.gen.cpp:5633: error: from here
  2048. vm/gen/primitives_glue.gen.cpp:5635: error: crosses initialization of ‘rubinius::MethodContext* current’
  2049. vm/gen/primitives_glue.gen.cpp:5640: error: jump to label ‘fail’
  2050. vm/gen/primitives_glue.gen.cpp:5626: error: from here
  2051. vm/gen/primitives_glue.gen.cpp:5635: error: crosses initialization of ‘rubinius::MethodContext* current’
  2052. vm/gen/primitives_glue.gen.cpp:5640: error: jump to label ‘fail’
  2053. vm/gen/primitives_glue.gen.cpp:5621: error: from here
  2054. vm/gen/primitives_glue.gen.cpp:5635: error: crosses initialization of ‘rubinius::MethodContext* current’
  2055. vm/gen/primitives_glue.gen.cpp:5640: error: jump to label ‘fail’
  2056. vm/gen/primitives_glue.gen.cpp:5616: error: from here
  2057. vm/gen/primitives_glue.gen.cpp:5635: error: crosses initialization of ‘rubinius::MethodContext* current’
  2058. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_to_f(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2059. vm/gen/primitives_glue.gen.cpp:5662: error: jump to label ‘fail’
  2060. vm/gen/primitives_glue.gen.cpp:5655: error: from here
  2061. vm/gen/primitives_glue.gen.cpp:5657: error: crosses initialization of ‘rubinius::MethodContext* current’
  2062. vm/gen/primitives_glue.gen.cpp:5662: error: jump to label ‘fail’
  2063. vm/gen/primitives_glue.gen.cpp:5650: error: from here
  2064. vm/gen/primitives_glue.gen.cpp:5657: error: crosses initialization of ‘rubinius::MethodContext* current’
  2065. vm/gen/primitives_glue.gen.cpp:5662: error: jump to label ‘fail’
  2066. vm/gen/primitives_glue.gen.cpp:5647: error: from here
  2067. vm/gen/primitives_glue.gen.cpp:5657: error: crosses initialization of ‘rubinius::MethodContext* current’
  2068. vm/gen/primitives_glue.gen.cpp:5649: error: crosses initialization of ‘rubinius::String* recv’
  2069. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_to_inum(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2070. vm/gen/primitives_glue.gen.cpp:5694: error: jump to label ‘fail’
  2071. vm/gen/primitives_glue.gen.cpp:5687: error: from here
  2072. vm/gen/primitives_glue.gen.cpp:5689: error: crosses initialization of ‘rubinius::MethodContext* current’
  2073. vm/gen/primitives_glue.gen.cpp:5694: error: jump to label ‘fail’
  2074. vm/gen/primitives_glue.gen.cpp:5681: error: from here
  2075. vm/gen/primitives_glue.gen.cpp:5689: error: crosses initialization of ‘rubinius::MethodContext* current’
  2076. vm/gen/primitives_glue.gen.cpp:5694: error: jump to label ‘fail’
  2077. vm/gen/primitives_glue.gen.cpp:5676: error: from here
  2078. vm/gen/primitives_glue.gen.cpp:5689: error: crosses initialization of ‘rubinius::MethodContext* current’
  2079. vm/gen/primitives_glue.gen.cpp:5694: error: jump to label ‘fail’
  2080. vm/gen/primitives_glue.gen.cpp:5672: error: from here
  2081. vm/gen/primitives_glue.gen.cpp:5689: error: crosses initialization of ‘rubinius::MethodContext* current’
  2082. vm/gen/primitives_glue.gen.cpp:5694: error: jump to label ‘fail’
  2083. vm/gen/primitives_glue.gen.cpp:5669: error: from here
  2084. vm/gen/primitives_glue.gen.cpp:5689: error: crosses initialization of ‘rubinius::MethodContext* current’
  2085. vm/gen/primitives_glue.gen.cpp:5671: error: crosses initialization of ‘rubinius::String* recv’
  2086. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::string_tr_expand(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2087. vm/gen/primitives_glue.gen.cpp:5721: error: jump to label ‘fail’
  2088. vm/gen/primitives_glue.gen.cpp:5714: error: from here
  2089. vm/gen/primitives_glue.gen.cpp:5716: error: crosses initialization of ‘rubinius::MethodContext* current’
  2090. vm/gen/primitives_glue.gen.cpp:5721: error: jump to label ‘fail’
  2091. vm/gen/primitives_glue.gen.cpp:5708: error: from here
  2092. vm/gen/primitives_glue.gen.cpp:5716: error: crosses initialization of ‘rubinius::MethodContext* current’
  2093. vm/gen/primitives_glue.gen.cpp:5721: error: jump to label ‘fail’
  2094. vm/gen/primitives_glue.gen.cpp:5704: error: from here
  2095. vm/gen/primitives_glue.gen.cpp:5716: error: crosses initialization of ‘rubinius::MethodContext* current’
  2096. vm/gen/primitives_glue.gen.cpp:5721: error: jump to label ‘fail’
  2097. vm/gen/primitives_glue.gen.cpp:5701: error: from here
  2098. vm/gen/primitives_glue.gen.cpp:5716: error: crosses initialization of ‘rubinius::MethodContext* current’
  2099. vm/gen/primitives_glue.gen.cpp:5703: error: crosses initialization of ‘rubinius::String* recv’
  2100. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::symbol_lookup(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2101. vm/gen/primitives_glue.gen.cpp:5743: error: jump to label ‘fail’
  2102. vm/gen/primitives_glue.gen.cpp:5736: error: from here
  2103. vm/gen/primitives_glue.gen.cpp:5738: error: crosses initialization of ‘rubinius::MethodContext* current’
  2104. vm/gen/primitives_glue.gen.cpp:5743: error: jump to label ‘fail’
  2105. vm/gen/primitives_glue.gen.cpp:5731: error: from here
  2106. vm/gen/primitives_glue.gen.cpp:5738: error: crosses initialization of ‘rubinius::MethodContext* current’
  2107. vm/gen/primitives_glue.gen.cpp:5743: error: jump to label ‘fail’
  2108. vm/gen/primitives_glue.gen.cpp:5728: error: from here
  2109. vm/gen/primitives_glue.gen.cpp:5738: error: crosses initialization of ‘rubinius::MethodContext* current’
  2110. vm/gen/primitives_glue.gen.cpp:5730: error: crosses initialization of ‘rubinius::String* recv’
  2111. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::symbol_all_symbols(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2112. vm/gen/primitives_glue.gen.cpp:5763: error: jump to label ‘fail’
  2113. vm/gen/primitives_glue.gen.cpp:5756: error: from here
  2114. vm/gen/primitives_glue.gen.cpp:5758: error: crosses initialization of ‘rubinius::MethodContext* current’
  2115. vm/gen/primitives_glue.gen.cpp:5763: error: jump to label ‘fail’
  2116. vm/gen/primitives_glue.gen.cpp:5750: error: from here
  2117. vm/gen/primitives_glue.gen.cpp:5758: error: crosses initialization of ‘rubinius::MethodContext* current’
  2118. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::symbol_index(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2119. vm/gen/primitives_glue.gen.cpp:5785: error: jump to label ‘fail’
  2120. vm/gen/primitives_glue.gen.cpp:5778: error: from here
  2121. vm/gen/primitives_glue.gen.cpp:5780: error: crosses initialization of ‘rubinius::MethodContext* current’
  2122. vm/gen/primitives_glue.gen.cpp:5785: error: jump to label ‘fail’
  2123. vm/gen/primitives_glue.gen.cpp:5773: error: from here
  2124. vm/gen/primitives_glue.gen.cpp:5780: error: crosses initialization of ‘rubinius::MethodContext* current’
  2125. vm/gen/primitives_glue.gen.cpp:5785: error: jump to label ‘fail’
  2126. vm/gen/primitives_glue.gen.cpp:5770: error: from here
  2127. vm/gen/primitives_glue.gen.cpp:5780: error: crosses initialization of ‘rubinius::MethodContext* current’
  2128. vm/gen/primitives_glue.gen.cpp:5772: error: crosses initialization of ‘rubinius::Symbol* recv’
  2129. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::symbol_to_s(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2130. vm/gen/primitives_glue.gen.cpp:5807: error: jump to label ‘fail’
  2131. vm/gen/primitives_glue.gen.cpp:5800: error: from here
  2132. vm/gen/primitives_glue.gen.cpp:5802: error: crosses initialization of ‘rubinius::MethodContext* current’
  2133. vm/gen/primitives_glue.gen.cpp:5807: error: jump to label ‘fail’
  2134. vm/gen/primitives_glue.gen.cpp:5795: error: from here
  2135. vm/gen/primitives_glue.gen.cpp:5802: error: crosses initialization of ‘rubinius::MethodContext* current’
  2136. vm/gen/primitives_glue.gen.cpp:5807: error: jump to label ‘fail’
  2137. vm/gen/primitives_glue.gen.cpp:5792: error: from here
  2138. vm/gen/primitives_glue.gen.cpp:5802: error: crosses initialization of ‘rubinius::MethodContext* current’
  2139. vm/gen/primitives_glue.gen.cpp:5794: error: crosses initialization of ‘rubinius::Symbol* recv’
  2140. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_exec(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2141. vm/gen/primitives_glue.gen.cpp:5837: error: jump to label ‘fail’
  2142. vm/gen/primitives_glue.gen.cpp:5830: error: from here
  2143. vm/gen/primitives_glue.gen.cpp:5832: error: crosses initialization of ‘rubinius::MethodContext* current’
  2144. vm/gen/primitives_glue.gen.cpp:5837: error: jump to label ‘fail’
  2145. vm/gen/primitives_glue.gen.cpp:5824: error: from here
  2146. vm/gen/primitives_glue.gen.cpp:5832: error: crosses initialization of ‘rubinius::MethodContext* current’
  2147. vm/gen/primitives_glue.gen.cpp:5837: error: jump to label ‘fail’
  2148. vm/gen/primitives_glue.gen.cpp:5819: error: from here
  2149. vm/gen/primitives_glue.gen.cpp:5832: error: crosses initialization of ‘rubinius::MethodContext* current’
  2150. vm/gen/primitives_glue.gen.cpp:5837: error: jump to label ‘fail’
  2151. vm/gen/primitives_glue.gen.cpp:5814: error: from here
  2152. vm/gen/primitives_glue.gen.cpp:5832: error: crosses initialization of ‘rubinius::MethodContext* current’
  2153. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::vm_fork(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2154. vm/gen/primitives_glue.gen.cpp:5857: error: jump to label ‘fail’
  2155. vm/gen/primitives_glue.gen.cpp:5850: error: from here
  2156. vm/gen/primitives_glue.gen.cpp:5852: error: crosses initialization of ‘rubinius::MethodContext* current’
  2157. vm/gen/primitives_glue.gen.cpp:5857: error: jump to label ‘fail’
  2158. vm/gen/primitives_glue.gen.cpp:5844: error: from here
  2159. vm/gen/primitives_glue.gen.cpp:5852: error: crosses initialization of ‘rubinius::MethodContext* current’
  2160. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::task_call_object(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2161. vm/gen/primitives_glue.gen.cpp:5894: error: jump to label ‘fail’
  2162. vm/gen/primitives_glue.gen.cpp:5887: error: from here
  2163. vm/gen/primitives_glue.gen.cpp:5889: error: crosses initialization of ‘rubinius::MethodContext* current’
  2164. vm/gen/primitives_glue.gen.cpp:5894: error: jump to label ‘fail’
  2165. vm/gen/primitives_glue.gen.cpp:5881: error: from here
  2166. vm/gen/primitives_glue.gen.cpp:5889: error: crosses initialization of ‘rubinius::MethodContext* current’
  2167. vm/gen/primitives_glue.gen.cpp:5894: error: jump to label ‘fail’
  2168. vm/gen/primitives_glue.gen.cpp:5876: error: from here
  2169. vm/gen/primitives_glue.gen.cpp:5889: error: crosses initialization of ‘rubinius::MethodContext* current’
  2170. vm/gen/primitives_glue.gen.cpp:5894: error: jump to label ‘fail’
  2171. vm/gen/primitives_glue.gen.cpp:5871: error: from here
  2172. vm/gen/primitives_glue.gen.cpp:5889: error: crosses initialization of ‘rubinius::MethodContext* current’
  2173. vm/gen/primitives_glue.gen.cpp:5894: error: jump to label ‘fail’
  2174. vm/gen/primitives_glue.gen.cpp:5867: error: from here
  2175. vm/gen/primitives_glue.gen.cpp:5889: error: crosses initialization of ‘rubinius::MethodContext* current’
  2176. vm/gen/primitives_glue.gen.cpp:5894: error: jump to label ‘fail’
  2177. vm/gen/primitives_glue.gen.cpp:5864: error: from here
  2178. vm/gen/primitives_glue.gen.cpp:5889: error: crosses initialization of ‘rubinius::MethodContext* current’
  2179. vm/gen/primitives_glue.gen.cpp:5866: error: crosses initialization of ‘rubinius::Task* recv’
  2180. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::task_control_channel(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2181. vm/gen/primitives_glue.gen.cpp:5916: error: jump to label ‘fail’
  2182. vm/gen/primitives_glue.gen.cpp:5909: error: from here
  2183. vm/gen/primitives_glue.gen.cpp:5911: error: crosses initialization of ‘rubinius::MethodContext* current’
  2184. vm/gen/primitives_glue.gen.cpp:5916: error: jump to label ‘fail’
  2185. vm/gen/primitives_glue.gen.cpp:5904: error: from here
  2186. vm/gen/primitives_glue.gen.cpp:5911: error: crosses initialization of ‘rubinius::MethodContext* current’
  2187. vm/gen/primitives_glue.gen.cpp:5916: error: jump to label ‘fail’
  2188. vm/gen/primitives_glue.gen.cpp:5901: error: from here
  2189. vm/gen/primitives_glue.gen.cpp:5911: error: crosses initialization of ‘rubinius::MethodContext* current’
  2190. vm/gen/primitives_glue.gen.cpp:5903: error: crosses initialization of ‘rubinius::Task* recv’
  2191. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::task_current(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2192. vm/gen/primitives_glue.gen.cpp:5936: error: jump to label ‘fail’
  2193. vm/gen/primitives_glue.gen.cpp:5929: error: from here
  2194. vm/gen/primitives_glue.gen.cpp:5931: error: crosses initialization of ‘rubinius::MethodContext* current’
  2195. vm/gen/primitives_glue.gen.cpp:5936: error: jump to label ‘fail’
  2196. vm/gen/primitives_glue.gen.cpp:5923: error: from here
  2197. vm/gen/primitives_glue.gen.cpp:5931: error: crosses initialization of ‘rubinius::MethodContext* current’
  2198. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::task_current_context(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2199. vm/gen/primitives_glue.gen.cpp:5958: error: jump to label ‘fail’
  2200. vm/gen/primitives_glue.gen.cpp:5951: error: from here
  2201. vm/gen/primitives_glue.gen.cpp:5953: error: crosses initialization of ‘rubinius::MethodContext* current’
  2202. vm/gen/primitives_glue.gen.cpp:5958: error: jump to label ‘fail’
  2203. vm/gen/primitives_glue.gen.cpp:5946: error: from here
  2204. vm/gen/primitives_glue.gen.cpp:5953: error: crosses initialization of ‘rubinius::MethodContext* current’
  2205. vm/gen/primitives_glue.gen.cpp:5958: error: jump to label ‘fail’
  2206. vm/gen/primitives_glue.gen.cpp:5943: error: from here
  2207. vm/gen/primitives_glue.gen.cpp:5953: error: crosses initialization of ‘rubinius::MethodContext* current’
  2208. vm/gen/primitives_glue.gen.cpp:5945: error: crosses initialization of ‘rubinius::Task* recv’
  2209. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::task_debug_channel(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2210. vm/gen/primitives_glue.gen.cpp:5980: error: jump to label ‘fail’
  2211. vm/gen/primitives_glue.gen.cpp:5973: error: from here
  2212. vm/gen/primitives_glue.gen.cpp:5975: error: crosses initialization of ‘rubinius::MethodContext* current’
  2213. vm/gen/primitives_glue.gen.cpp:5980: error: jump to label ‘fail’
  2214. vm/gen/primitives_glue.gen.cpp:5968: error: from here
  2215. vm/gen/primitives_glue.gen.cpp:5975: error: crosses initialization of ‘rubinius::MethodContext* current’
  2216. vm/gen/primitives_glue.gen.cpp:5980: error: jump to label ‘fail’
  2217. vm/gen/primitives_glue.gen.cpp:5965: error: from here
  2218. vm/gen/primitives_glue.gen.cpp:5975: error: crosses initialization of ‘rubinius::MethodContext* current’
  2219. vm/gen/primitives_glue.gen.cpp:5967: error: crosses initialization of ‘rubinius::Task* recv’
  2220. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::task_raise(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2221. vm/gen/primitives_glue.gen.cpp:6007: error: jump to label ‘fail’
  2222. vm/gen/primitives_glue.gen.cpp:6000: error: from here
  2223. vm/gen/primitives_glue.gen.cpp:6002: error: crosses initialization of ‘rubinius::MethodContext* current’
  2224. vm/gen/primitives_glue.gen.cpp:6007: error: jump to label ‘fail’
  2225. vm/gen/primitives_glue.gen.cpp:5994: error: from here
  2226. vm/gen/primitives_glue.gen.cpp:6002: error: crosses initialization of ‘rubinius::MethodContext* current’
  2227. vm/gen/primitives_glue.gen.cpp:6007: error: jump to label ‘fail’
  2228. vm/gen/primitives_glue.gen.cpp:5990: error: from here
  2229. vm/gen/primitives_glue.gen.cpp:6002: error: crosses initialization of ‘rubinius::MethodContext* current’
  2230. vm/gen/primitives_glue.gen.cpp:6007: error: jump to label ‘fail’
  2231. vm/gen/primitives_glue.gen.cpp:5987: error: from here
  2232. vm/gen/primitives_glue.gen.cpp:6002: error: crosses initialization of ‘rubinius::MethodContext* current’
  2233. vm/gen/primitives_glue.gen.cpp:5989: error: crosses initialization of ‘rubinius::Task* recv’
  2234. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::taskprobe_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2235. vm/gen/primitives_glue.gen.cpp:6027: error: jump to label ‘fail’
  2236. vm/gen/primitives_glue.gen.cpp:6020: error: from here
  2237. vm/gen/primitives_glue.gen.cpp:6022: error: crosses initialization of ‘rubinius::MethodContext* current’
  2238. vm/gen/primitives_glue.gen.cpp:6027: error: jump to label ‘fail’
  2239. vm/gen/primitives_glue.gen.cpp:6014: error: from here
  2240. vm/gen/primitives_glue.gen.cpp:6022: error: crosses initialization of ‘rubinius::MethodContext* current’
  2241. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::taskprobe_disable(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2242. vm/gen/primitives_glue.gen.cpp:6054: error: jump to label ‘fail’
  2243. vm/gen/primitives_glue.gen.cpp:6047: error: from here
  2244. vm/gen/primitives_glue.gen.cpp:6049: error: crosses initialization of ‘rubinius::MethodContext* current’
  2245. vm/gen/primitives_glue.gen.cpp:6054: error: jump to label ‘fail’
  2246. vm/gen/primitives_glue.gen.cpp:6041: error: from here
  2247. vm/gen/primitives_glue.gen.cpp:6049: error: crosses initialization of ‘rubinius::MethodContext* current’
  2248. vm/gen/primitives_glue.gen.cpp:6054: error: jump to label ‘fail’
  2249. vm/gen/primitives_glue.gen.cpp:6037: error: from here
  2250. vm/gen/primitives_glue.gen.cpp:6049: error: crosses initialization of ‘rubinius::MethodContext* current’
  2251. vm/gen/primitives_glue.gen.cpp:6054: error: jump to label ‘fail’
  2252. vm/gen/primitives_glue.gen.cpp:6034: error: from here
  2253. vm/gen/primitives_glue.gen.cpp:6049: error: crosses initialization of ‘rubinius::MethodContext* current’
  2254. vm/gen/primitives_glue.gen.cpp:6036: error: crosses initialization of ‘rubinius::TaskProbe* recv’
  2255. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::taskprobe_enable(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2256. vm/gen/primitives_glue.gen.cpp:6081: error: jump to label ‘fail’
  2257. vm/gen/primitives_glue.gen.cpp:6074: error: from here
  2258. vm/gen/primitives_glue.gen.cpp:6076: error: crosses initialization of ‘rubinius::MethodContext* current’
  2259. vm/gen/primitives_glue.gen.cpp:6081: error: jump to label ‘fail’
  2260. vm/gen/primitives_glue.gen.cpp:6068: error: from here
  2261. vm/gen/primitives_glue.gen.cpp:6076: error: crosses initialization of ‘rubinius::MethodContext* current’
  2262. vm/gen/primitives_glue.gen.cpp:6081: error: jump to label ‘fail’
  2263. vm/gen/primitives_glue.gen.cpp:6064: error: from here
  2264. vm/gen/primitives_glue.gen.cpp:6076: error: crosses initialization of ‘rubinius::MethodContext* current’
  2265. vm/gen/primitives_glue.gen.cpp:6081: error: jump to label ‘fail’
  2266. vm/gen/primitives_glue.gen.cpp:6061: error: from here
  2267. vm/gen/primitives_glue.gen.cpp:6076: error: crosses initialization of ‘rubinius::MethodContext* current’
  2268. vm/gen/primitives_glue.gen.cpp:6063: error: crosses initialization of ‘rubinius::TaskProbe* recv’
  2269. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::taskprobe_enabled_p(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2270. vm/gen/primitives_glue.gen.cpp:6108: error: jump to label ‘fail’
  2271. vm/gen/primitives_glue.gen.cpp:6101: error: from here
  2272. vm/gen/primitives_glue.gen.cpp:6103: error: crosses initialization of ‘rubinius::MethodContext* current’
  2273. vm/gen/primitives_glue.gen.cpp:6108: error: jump to label ‘fail’
  2274. vm/gen/primitives_glue.gen.cpp:6095: error: from here
  2275. vm/gen/primitives_glue.gen.cpp:6103: error: crosses initialization of ‘rubinius::MethodContext* current’
  2276. vm/gen/primitives_glue.gen.cpp:6108: error: jump to label ‘fail’
  2277. vm/gen/primitives_glue.gen.cpp:6091: error: from here
  2278. vm/gen/primitives_glue.gen.cpp:6103: error: crosses initialization of ‘rubinius::MethodContext* current’
  2279. vm/gen/primitives_glue.gen.cpp:6108: error: jump to label ‘fail’
  2280. vm/gen/primitives_glue.gen.cpp:6088: error: from here
  2281. vm/gen/primitives_glue.gen.cpp:6103: error: crosses initialization of ‘rubinius::MethodContext* current’
  2282. vm/gen/primitives_glue.gen.cpp:6090: error: crosses initialization of ‘rubinius::TaskProbe* recv’
  2283. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::thread_current(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2284. vm/gen/primitives_glue.gen.cpp:6128: error: jump to label ‘fail’
  2285. vm/gen/primitives_glue.gen.cpp:6121: error: from here
  2286. vm/gen/primitives_glue.gen.cpp:6123: error: crosses initialization of ‘rubinius::MethodContext* current’
  2287. vm/gen/primitives_glue.gen.cpp:6128: error: jump to label ‘fail’
  2288. vm/gen/primitives_glue.gen.cpp:6115: error: from here
  2289. vm/gen/primitives_glue.gen.cpp:6123: error: crosses initialization of ‘rubinius::MethodContext* current’
  2290. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::thread_new(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2291. vm/gen/primitives_glue.gen.cpp:6158: error: jump to label ‘fail’
  2292. vm/gen/primitives_glue.gen.cpp:6151: error: from here
  2293. vm/gen/primitives_glue.gen.cpp:6153: error: crosses initialization of ‘rubinius::MethodContext* current’
  2294. vm/gen/primitives_glue.gen.cpp:6158: error: jump to label ‘fail’
  2295. vm/gen/primitives_glue.gen.cpp:6145: error: from here
  2296. vm/gen/primitives_glue.gen.cpp:6153: error: crosses initialization of ‘rubinius::MethodContext* current’
  2297. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::thread_raise(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2298. vm/gen/primitives_glue.gen.cpp:6185: error: jump to label ‘fail’
  2299. vm/gen/primitives_glue.gen.cpp:6178: error: from here
  2300. vm/gen/primitives_glue.gen.cpp:6180: error: crosses initialization of ‘rubinius::MethodContext* current’
  2301. vm/gen/primitives_glue.gen.cpp:6185: error: jump to label ‘fail’
  2302. vm/gen/primitives_glue.gen.cpp:6172: error: from here
  2303. vm/gen/primitives_glue.gen.cpp:6180: error: crosses initialization of ‘rubinius::MethodContext* current’
  2304. vm/gen/primitives_glue.gen.cpp:6185: error: jump to label ‘fail’
  2305. vm/gen/primitives_glue.gen.cpp:6168: error: from here
  2306. vm/gen/primitives_glue.gen.cpp:6180: error: crosses initialization of ‘rubinius::MethodContext* current’
  2307. vm/gen/primitives_glue.gen.cpp:6185: error: jump to label ‘fail’
  2308. vm/gen/primitives_glue.gen.cpp:6165: error: from here
  2309. vm/gen/primitives_glue.gen.cpp:6180: error: crosses initialization of ‘rubinius::MethodContext* current’
  2310. vm/gen/primitives_glue.gen.cpp:6167: error: crosses initialization of ‘rubinius::Thread* recv’
  2311. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::thread_run(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2312. vm/gen/primitives_glue.gen.cpp:6207: error: jump to label ‘fail’
  2313. vm/gen/primitives_glue.gen.cpp:6200: error: from here
  2314. vm/gen/primitives_glue.gen.cpp:6202: error: crosses initialization of ‘rubinius::MethodContext* current’
  2315. vm/gen/primitives_glue.gen.cpp:6207: error: jump to label ‘fail’
  2316. vm/gen/primitives_glue.gen.cpp:6195: error: from here
  2317. vm/gen/primitives_glue.gen.cpp:6202: error: crosses initialization of ‘rubinius::MethodContext* current’
  2318. vm/gen/primitives_glue.gen.cpp:6207: error: jump to label ‘fail’
  2319. vm/gen/primitives_glue.gen.cpp:6192: error: from here
  2320. vm/gen/primitives_glue.gen.cpp:6202: error: crosses initialization of ‘rubinius::MethodContext* current’
  2321. vm/gen/primitives_glue.gen.cpp:6194: error: crosses initialization of ‘rubinius::Thread* recv’
  2322. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::thread_schedule(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2323. vm/gen/primitives_glue.gen.cpp:6229: error: jump to label ‘fail’
  2324. vm/gen/primitives_glue.gen.cpp:6222: error: from here
  2325. vm/gen/primitives_glue.gen.cpp:6224: error: crosses initialization of ‘rubinius::MethodContext* current’
  2326. vm/gen/primitives_glue.gen.cpp:6229: error: jump to label ‘fail’
  2327. vm/gen/primitives_glue.gen.cpp:6217: error: from here
  2328. vm/gen/primitives_glue.gen.cpp:6224: error: crosses initialization of ‘rubinius::MethodContext* current’
  2329. vm/gen/primitives_glue.gen.cpp:6229: error: jump to label ‘fail’
  2330. vm/gen/primitives_glue.gen.cpp:6214: error: from here
  2331. vm/gen/primitives_glue.gen.cpp:6224: error: crosses initialization of ‘rubinius::MethodContext* current’
  2332. vm/gen/primitives_glue.gen.cpp:6216: error: crosses initialization of ‘rubinius::Thread* recv’
  2333. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::thread_yield(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2334. vm/gen/primitives_glue.gen.cpp:6249: error: jump to label ‘fail’
  2335. vm/gen/primitives_glue.gen.cpp:6242: error: from here
  2336. vm/gen/primitives_glue.gen.cpp:6244: error: crosses initialization of ‘rubinius::MethodContext* current’
  2337. vm/gen/primitives_glue.gen.cpp:6249: error: jump to label ‘fail’
  2338. vm/gen/primitives_glue.gen.cpp:6236: error: from here
  2339. vm/gen/primitives_glue.gen.cpp:6244: error: crosses initialization of ‘rubinius::MethodContext* current’
  2340. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::time_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2341. vm/gen/primitives_glue.gen.cpp:6269: error: jump to label ‘fail’
  2342. vm/gen/primitives_glue.gen.cpp:6262: error: from here
  2343. vm/gen/primitives_glue.gen.cpp:6264: error: crosses initialization of ‘rubinius::MethodContext* current’
  2344. vm/gen/primitives_glue.gen.cpp:6269: error: jump to label ‘fail’
  2345. vm/gen/primitives_glue.gen.cpp:6256: error: from here
  2346. vm/gen/primitives_glue.gen.cpp:6264: error: crosses initialization of ‘rubinius::MethodContext* current’
  2347. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::time_gettimeofday(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2348. vm/gen/primitives_glue.gen.cpp:6291: error: jump to label ‘fail’
  2349. vm/gen/primitives_glue.gen.cpp:6284: error: from here
  2350. vm/gen/primitives_glue.gen.cpp:6286: error: crosses initialization of ‘rubinius::MethodContext* current’
  2351. vm/gen/primitives_glue.gen.cpp:6291: error: jump to label ‘fail’
  2352. vm/gen/primitives_glue.gen.cpp:6279: error: from here
  2353. vm/gen/primitives_glue.gen.cpp:6286: error: crosses initialization of ‘rubinius::MethodContext* current’
  2354. vm/gen/primitives_glue.gen.cpp:6291: error: jump to label ‘fail’
  2355. vm/gen/primitives_glue.gen.cpp:6276: error: from here
  2356. vm/gen/primitives_glue.gen.cpp:6286: error: crosses initialization of ‘rubinius::MethodContext* current’
  2357. vm/gen/primitives_glue.gen.cpp:6278: error: crosses initialization of ‘rubinius::Time* recv’
  2358. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::time_mktime(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2359. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2360. vm/gen/primitives_glue.gen.cpp:6349: error: from here
  2361. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2362. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2363. vm/gen/primitives_glue.gen.cpp:6343: error: from here
  2364. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2365. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2366. vm/gen/primitives_glue.gen.cpp:6338: error: from here
  2367. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2368. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2369. vm/gen/primitives_glue.gen.cpp:6333: error: from here
  2370. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2371. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2372. vm/gen/primitives_glue.gen.cpp:6328: error: from here
  2373. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2374. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2375. vm/gen/primitives_glue.gen.cpp:6323: error: from here
  2376. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2377. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2378. vm/gen/primitives_glue.gen.cpp:6318: error: from here
  2379. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2380. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2381. vm/gen/primitives_glue.gen.cpp:6313: error: from here
  2382. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2383. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2384. vm/gen/primitives_glue.gen.cpp:6308: error: from here
  2385. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2386. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2387. vm/gen/primitives_glue.gen.cpp:6303: error: from here
  2388. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2389. vm/gen/primitives_glue.gen.cpp:6356: error: jump to label ‘fail’
  2390. vm/gen/primitives_glue.gen.cpp:6298: error: from here
  2391. vm/gen/primitives_glue.gen.cpp:6351: error: crosses initialization of ‘rubinius::MethodContext* current’
  2392. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::time_strftime(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2393. vm/gen/primitives_glue.gen.cpp:6388: error: jump to label ‘fail’
  2394. vm/gen/primitives_glue.gen.cpp:6381: error: from here
  2395. vm/gen/primitives_glue.gen.cpp:6383: error: crosses initialization of ‘rubinius::MethodContext* current’
  2396. vm/gen/primitives_glue.gen.cpp:6388: error: jump to label ‘fail’
  2397. vm/gen/primitives_glue.gen.cpp:6375: error: from here
  2398. vm/gen/primitives_glue.gen.cpp:6383: error: crosses initialization of ‘rubinius::MethodContext* current’
  2399. vm/gen/primitives_glue.gen.cpp:6388: error: jump to label ‘fail’
  2400. vm/gen/primitives_glue.gen.cpp:6370: error: from here
  2401. vm/gen/primitives_glue.gen.cpp:6383: error: crosses initialization of ‘rubinius::MethodContext* current’
  2402. vm/gen/primitives_glue.gen.cpp:6388: error: jump to label ‘fail’
  2403. vm/gen/primitives_glue.gen.cpp:6366: error: from here
  2404. vm/gen/primitives_glue.gen.cpp:6383: error: crosses initialization of ‘rubinius::MethodContext* current’
  2405. vm/gen/primitives_glue.gen.cpp:6388: error: jump to label ‘fail’
  2406. vm/gen/primitives_glue.gen.cpp:6363: error: from here
  2407. vm/gen/primitives_glue.gen.cpp:6383: error: crosses initialization of ‘rubinius::MethodContext* current’
  2408. vm/gen/primitives_glue.gen.cpp:6365: error: crosses initialization of ‘rubinius::Time* recv’
  2409. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::time_switch(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2410. vm/gen/primitives_glue.gen.cpp:6415: error: jump to label ‘fail’
  2411. vm/gen/primitives_glue.gen.cpp:6408: error: from here
  2412. vm/gen/primitives_glue.gen.cpp:6410: error: crosses initialization of ‘rubinius::MethodContext* current’
  2413. vm/gen/primitives_glue.gen.cpp:6415: error: jump to label ‘fail’
  2414. vm/gen/primitives_glue.gen.cpp:6402: error: from here
  2415. vm/gen/primitives_glue.gen.cpp:6410: error: crosses initialization of ‘rubinius::MethodContext* current’
  2416. vm/gen/primitives_glue.gen.cpp:6415: error: jump to label ‘fail’
  2417. vm/gen/primitives_glue.gen.cpp:6398: error: from here
  2418. vm/gen/primitives_glue.gen.cpp:6410: error: crosses initialization of ‘rubinius::MethodContext* current’
  2419. vm/gen/primitives_glue.gen.cpp:6415: error: jump to label ‘fail’
  2420. vm/gen/primitives_glue.gen.cpp:6395: error: from here
  2421. vm/gen/primitives_glue.gen.cpp:6410: error: crosses initialization of ‘rubinius::MethodContext* current’
  2422. vm/gen/primitives_glue.gen.cpp:6397: error: crosses initialization of ‘rubinius::Time* recv’
  2423. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::tuple_allocate(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2424. vm/gen/primitives_glue.gen.cpp:6440: error: jump to label ‘fail’
  2425. vm/gen/primitives_glue.gen.cpp:6433: error: from here
  2426. vm/gen/primitives_glue.gen.cpp:6435: error: crosses initialization of ‘rubinius::MethodContext* current’
  2427. vm/gen/primitives_glue.gen.cpp:6440: error: jump to label ‘fail’
  2428. vm/gen/primitives_glue.gen.cpp:6427: error: from here
  2429. vm/gen/primitives_glue.gen.cpp:6435: error: crosses initialization of ‘rubinius::MethodContext* current’
  2430. vm/gen/primitives_glue.gen.cpp:6440: error: jump to label ‘fail’
  2431. vm/gen/primitives_glue.gen.cpp:6422: error: from here
  2432. vm/gen/primitives_glue.gen.cpp:6435: error: crosses initialization of ‘rubinius::MethodContext* current’
  2433. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::tuple_at(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2434. vm/gen/primitives_glue.gen.cpp:6467: error: jump to label ‘fail’
  2435. vm/gen/primitives_glue.gen.cpp:6460: error: from here
  2436. vm/gen/primitives_glue.gen.cpp:6462: error: crosses initialization of ‘rubinius::MethodContext* current’
  2437. vm/gen/primitives_glue.gen.cpp:6467: error: jump to label ‘fail’
  2438. vm/gen/primitives_glue.gen.cpp:6454: error: from here
  2439. vm/gen/primitives_glue.gen.cpp:6462: error: crosses initialization of ‘rubinius::MethodContext* current’
  2440. vm/gen/primitives_glue.gen.cpp:6467: error: jump to label ‘fail’
  2441. vm/gen/primitives_glue.gen.cpp:6450: error: from here
  2442. vm/gen/primitives_glue.gen.cpp:6462: error: crosses initialization of ‘rubinius::MethodContext* current’
  2443. vm/gen/primitives_glue.gen.cpp:6467: error: jump to label ‘fail’
  2444. vm/gen/primitives_glue.gen.cpp:6447: error: from here
  2445. vm/gen/primitives_glue.gen.cpp:6462: error: crosses initialization of ‘rubinius::MethodContext* current’
  2446. vm/gen/primitives_glue.gen.cpp:6449: error: crosses initialization of ‘rubinius::Tuple* recv’
  2447. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::tuple_copy_from(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2448. vm/gen/primitives_glue.gen.cpp:6504: error: jump to label ‘fail’
  2449. vm/gen/primitives_glue.gen.cpp:6497: error: from here
  2450. vm/gen/primitives_glue.gen.cpp:6499: error: crosses initialization of ‘rubinius::MethodContext* current’
  2451. vm/gen/primitives_glue.gen.cpp:6504: error: jump to label ‘fail’
  2452. vm/gen/primitives_glue.gen.cpp:6491: error: from here
  2453. vm/gen/primitives_glue.gen.cpp:6499: error: crosses initialization of ‘rubinius::MethodContext* current’
  2454. vm/gen/primitives_glue.gen.cpp:6504: error: jump to label ‘fail’
  2455. vm/gen/primitives_glue.gen.cpp:6486: error: from here
  2456. vm/gen/primitives_glue.gen.cpp:6499: error: crosses initialization of ‘rubinius::MethodContext* current’
  2457. vm/gen/primitives_glue.gen.cpp:6504: error: jump to label ‘fail’
  2458. vm/gen/primitives_glue.gen.cpp:6481: error: from here
  2459. vm/gen/primitives_glue.gen.cpp:6499: error: crosses initialization of ‘rubinius::MethodContext* current’
  2460. vm/gen/primitives_glue.gen.cpp:6504: error: jump to label ‘fail’
  2461. vm/gen/primitives_glue.gen.cpp:6477: error: from here
  2462. vm/gen/primitives_glue.gen.cpp:6499: error: crosses initialization of ‘rubinius::MethodContext* current’
  2463. vm/gen/primitives_glue.gen.cpp:6504: error: jump to label ‘fail’
  2464. vm/gen/primitives_glue.gen.cpp:6474: error: from here
  2465. vm/gen/primitives_glue.gen.cpp:6499: error: crosses initialization of ‘rubinius::MethodContext* current’
  2466. vm/gen/primitives_glue.gen.cpp:6476: error: crosses initialization of ‘rubinius::Tuple* recv’
  2467. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::tuple_create_weakref(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2468. vm/gen/primitives_glue.gen.cpp:6529: error: jump to label ‘fail’
  2469. vm/gen/primitives_glue.gen.cpp:6522: error: from here
  2470. vm/gen/primitives_glue.gen.cpp:6524: error: crosses initialization of ‘rubinius::MethodContext* current’
  2471. vm/gen/primitives_glue.gen.cpp:6529: error: jump to label ‘fail’
  2472. vm/gen/primitives_glue.gen.cpp:6516: error: from here
  2473. vm/gen/primitives_glue.gen.cpp:6524: error: crosses initialization of ‘rubinius::MethodContext* current’
  2474. vm/gen/primitives_glue.gen.cpp:6529: error: jump to label ‘fail’
  2475. vm/gen/primitives_glue.gen.cpp:6511: error: from here
  2476. vm/gen/primitives_glue.gen.cpp:6524: error: crosses initialization of ‘rubinius::MethodContext* current’
  2477. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::tuple_fields(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2478. vm/gen/primitives_glue.gen.cpp:6551: error: jump to label ‘fail’
  2479. vm/gen/primitives_glue.gen.cpp:6544: error: from here
  2480. vm/gen/primitives_glue.gen.cpp:6546: error: crosses initialization of ‘rubinius::MethodContext* current’
  2481. vm/gen/primitives_glue.gen.cpp:6551: error: jump to label ‘fail’
  2482. vm/gen/primitives_glue.gen.cpp:6539: error: from here
  2483. vm/gen/primitives_glue.gen.cpp:6546: error: crosses initialization of ‘rubinius::MethodContext* current’
  2484. vm/gen/primitives_glue.gen.cpp:6551: error: jump to label ‘fail’
  2485. vm/gen/primitives_glue.gen.cpp:6536: error: from here
  2486. vm/gen/primitives_glue.gen.cpp:6546: error: crosses initialization of ‘rubinius::MethodContext* current’
  2487. vm/gen/primitives_glue.gen.cpp:6538: error: crosses initialization of ‘rubinius::Tuple* recv’
  2488. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::tuple_pattern(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2489. vm/gen/primitives_glue.gen.cpp:6581: error: jump to label ‘fail’
  2490. vm/gen/primitives_glue.gen.cpp:6574: error: from here
  2491. vm/gen/primitives_glue.gen.cpp:6576: error: crosses initialization of ‘rubinius::MethodContext* current’
  2492. vm/gen/primitives_glue.gen.cpp:6581: error: jump to label ‘fail’
  2493. vm/gen/primitives_glue.gen.cpp:6568: error: from here
  2494. vm/gen/primitives_glue.gen.cpp:6576: error: crosses initialization of ‘rubinius::MethodContext* current’
  2495. vm/gen/primitives_glue.gen.cpp:6581: error: jump to label ‘fail’
  2496. vm/gen/primitives_glue.gen.cpp:6563: error: from here
  2497. vm/gen/primitives_glue.gen.cpp:6576: error: crosses initialization of ‘rubinius::MethodContext* current’
  2498. vm/gen/primitives_glue.gen.cpp:6581: error: jump to label ‘fail’
  2499. vm/gen/primitives_glue.gen.cpp:6558: error: from here
  2500. vm/gen/primitives_glue.gen.cpp:6576: error: crosses initialization of ‘rubinius::MethodContext* current’
  2501. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::tuple_put(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2502. vm/gen/primitives_glue.gen.cpp:6613: error: jump to label ‘fail’
  2503. vm/gen/primitives_glue.gen.cpp:6606: error: from here
  2504. vm/gen/primitives_glue.gen.cpp:6608: error: crosses initialization of ‘rubinius::MethodContext* current’
  2505. vm/gen/primitives_glue.gen.cpp:6613: error: jump to label ‘fail’
  2506. vm/gen/primitives_glue.gen.cpp:6600: error: from here
  2507. vm/gen/primitives_glue.gen.cpp:6608: error: crosses initialization of ‘rubinius::MethodContext* current’
  2508. vm/gen/primitives_glue.gen.cpp:6613: error: jump to label ‘fail’
  2509. vm/gen/primitives_glue.gen.cpp:6595: error: from here
  2510. vm/gen/primitives_glue.gen.cpp:6608: error: crosses initialization of ‘rubinius::MethodContext* current’
  2511. vm/gen/primitives_glue.gen.cpp:6613: error: jump to label ‘fail’
  2512. vm/gen/primitives_glue.gen.cpp:6591: error: from here
  2513. vm/gen/primitives_glue.gen.cpp:6608: error: crosses initialization of ‘rubinius::MethodContext* current’
  2514. vm/gen/primitives_glue.gen.cpp:6613: error: jump to label ‘fail’
  2515. vm/gen/primitives_glue.gen.cpp:6588: error: from here
  2516. vm/gen/primitives_glue.gen.cpp:6608: error: crosses initialization of ‘rubinius::MethodContext* current’
  2517. vm/gen/primitives_glue.gen.cpp:6590: error: crosses initialization of ‘rubinius::Tuple* recv’
  2518. vm/gen/primitives_glue.gen.cpp: In static member function ‘static bool rubinius::Primitives::tuple_shifted(rubinius::VM*, rubinius::Executable*, rubinius::Task*, rubinius::Message&)’:
  2519. vm/gen/primitives_glue.gen.cpp:6640: error: jump to label ‘fail’
  2520. vm/gen/primitives_glue.gen.cpp:6633: error: from here
  2521. vm/gen/primitives_glue.gen.cpp:6635: error: crosses initialization of ‘rubinius::MethodContext* current’
  2522. vm/gen/primitives_glue.gen.cpp:6640: error: jump to label ‘fail’
  2523. vm/gen/primitives_glue.gen.cpp:6627: error: from here
  2524. vm/gen/primitives_glue.gen.cpp:6635: error: crosses initialization of ‘rubinius::MethodContext* current’
  2525. vm/gen/primitives_glue.gen.cpp:6640: error: jump to label ‘fail’
  2526. vm/gen/primitives_glue.gen.cpp:6623: error: from here
  2527. vm/gen/primitives_glue.gen.cpp:6635: error: crosses initialization of ‘rubinius::MethodContext* current’
  2528. vm/gen/primitives_glue.gen.cpp:6640: error: jump to label ‘fail’
  2529. vm/gen/primitives_glue.gen.cpp:6620: error: from here
  2530. vm/gen/primitives_glue.gen.cpp:6635: error: crosses initialization of ‘rubinius::MethodContext* current’
  2531. vm/gen/primitives_glue.gen.cpp:6622: error: crosses initialization of ‘rubinius::Tuple* recv’
Add Comment
Please, Sign In to add comment