5 Oct
2012
5 Oct
'12
12:56
https://bugzilla.novell.com/show_bug.cgi?id=773569 https://bugzilla.novell.com/show_bug.cgi?id=773569#c16 --- Comment #16 from Torsten Duwe <duwe@suse.com> 2012-10-05 12:55:57 UTC --- The bug is triggered by a different register allocation. gcc-4.6 uses ebp for the volatile ulong *start (remember, -fomit-frame-pointer), where gcc-4.7 prefers ecx. ECX is, AFAIK "caller-save" by the ABI calling convention; and the asm inline calls rand(), which it does not declare. Rand() is free to clobber ecx. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.