Re: Warnings in RTS

2012-09-03 Thread Gabor Greif
Hi Simon, yes, they seem to be a bogus gcc3.4.3 warning with VLAs involved. When I set the dimension of those arrays to a fixed value the warning vanishes. I tried with clang too and no warnings appeared on this file. Cheers, Gabor On 9/3/12, Simon Marlow wrote: > On 31/08/2012 13:57, Gabo

Re: Warnings in RTS

2012-09-03 Thread Simon Marlow
On 31/08/2012 13:57, Gabor Greif wrote: I am seeing these warnings: rts/Interpreter.c: In function `interpretBCO': rts/Interpreter.c:1410:0: warning: value computed is not used rts/Interpreter.c:1411:0: warning: value computed is not used the first one corresponds to W_ *argumen

Warnings in RTS

2012-08-31 Thread Gabor Greif
I am seeing these warnings: rts/Interpreter.c: In function `interpretBCO': rts/Interpreter.c:1410:0: warning: value computed is not used rts/Interpreter.c:1411:0: warning: value computed is not used rts/sm/Sanity.c: In function `memInventory': rts/sm/Sanity.c:857:0: warning: value computed is