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

Benoît Minisini gambas at ...1...
Sun Jun 6 21:32:53 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
> 

Eeerk... I hate ByRef!

-- 
Benoît Minisini




More information about the User mailing list