GNOME Bugzilla – Bug 631781
Compiler segfaults
Last modified: 2016-10-11 20:42:33 UTC
Hello, attaching a minimal testcase showing a compiler segfault with valac 0.10, when trying to use the "++" operator on an HashMap with int values. Kindly, David
Created attachment 172028 [details] Compiler segfault
*** This bug has been marked as a duplicate of bug 631787 ***
Sorry, not a duplicate of bug 631787. This bug is about the compiler segfaulting when using map["foo"]++, that one is about wrong generated code with map["foo"] += 1. So, really, they're different bugs :)