[Gambas-user] Internal compiler error: Bad stack drop!

Jussi Lahtinen jussi.lahtinen at ...626...
Sun Jun 6 18:45:39 CEST 2010


Hi!
I run into error with Gambas3 rev 2994 on Ubuntu 10.04 64bit.
Bug with byref command can be reproduced example with this code:

Dim a As Integer
nonsensesub(ByRef a) <--- error here!

Public Sub nonsensesub(ByRef n As Integer)
Inc n
End

Jussi




More information about the User mailing list