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

2010-06-06 Thread Jussi Lahtinen
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

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

2010-06-06 Thread Benoît Minisini
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

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

2010-06-06 Thread Benoît Minisini
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!