Am Thu, 14 May 2015 19:02:48 +0200 schrieb Johannes Pfau <nospam at example.com>: > ... TLDR As a workaround replace globalSum += otherFunc(); which GDC currently treats as globalSum = globalSum + otherFunc(); with globalSum = otherFunc() + globalSum;