GNOME Bugzilla – Bug 606725
declaration of variable in for is not temporary
Last modified: 2010-01-12 20:45:43 UTC
Hello, if you write this code in an async method: for (int i=0; ...)... for (int i=0; ...)... In the data struct created for async the member "i" is duplicated. This is the C error: classes.c:96: error: duplicate member ‘i’ This also happens for all the variables declared in the for.
*** This bug has been marked as a duplicate of bug 596861 ***