GNOME Bugzilla – Bug 477326
Incorrect C code generated for function inputting and outputting an array
Last modified: 2007-09-18 21:16:26 UTC
Please describe the problem: This http://pastie.textmate.org/97528 vala code produces this http://pastie.textmate.org/97529 C code, which fails to compile because result_length1 is used in two places with different definitions. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. You can workaround the issue by renaming the local variable `result' to something different. *** This bug has been marked as a duplicate of 469335 ***
Thanks for the info! Luckily I didn't lose any sleep over it ;)