<div dir="ltr">Hi, <div><br></div><div>I asked Jaroslav Škarvada from Red Hat to shortly look at VM compilation problems on GCC 5 (5.1.1) and he sent me the patch [1].</div><div><br></div><div>We have declaration:</div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">static sqInt compileAbstractInstructionsFromthrough(sqInt start, sqInt end) NoDbgRegParms;</font><br></div><div><br></div><div>but the definition is:</div><div><br></div><div><font face="monospace, monospace">static sqInt compileAbstractInstructionsFromthrough(sqInt start, sqInt end) {<br></font></div><div><br></div><div>They must be the same so we need to fix the generator.</div><div><br></div><div>It is debugging code so the next add-hoc option is to simply set <font face="monospace, monospace">-DPRODUCTION=1</font><br></div><div><br></div><div>[1] <a href="http://fpaste.org/296294/44898789/">http://fpaste.org/296294/44898789/</a></div><div><br></div><div>Cheers,</div><div>-- Pavel</div><div><br></div></div>