[Vm-dev] Compilation on GCC 5.1.1

Pavel Krivanek pavel.krivanek at gmail.com
Tue Dec 1 17:15:10 UTC 2015


Hi,

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].

We have declaration:

static sqInt compileAbstractInstructionsFromthrough(sqInt start, sqInt end)
NoDbgRegParms;

but the definition is:

static sqInt compileAbstractInstructionsFromthrough(sqInt start, sqInt end)
{

They must be the same so we need to fix the generator.

It is debugging code so the next add-hoc option is to simply set
-DPRODUCTION=1

[1] http://fpaste.org/296294/44898789/

Cheers,
-- Pavel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20151201/c159a3cd/attachment.htm


More information about the Vm-dev mailing list