http://bugzilla.opensuse.org/show_bug.cgi?id=1067478 http://bugzilla.opensuse.org/show_bug.cgi?id=1067478#c1 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |toddrme2178@gmail.com --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> --- Also interesting: for i in $(seq 10000) ; do clang -c t.m 2>/dev/null ; md5sum t.o ; done | sort | uniq -c 1212 01330c1131ef305a6a6f1f4816d51bb3 t.o 1281 1754107a6b0a79584a4e2ddf4016a968 t.o 1283 5190ab8e0038376968d66379277e710b t.o 1229 5c1f40dc0874460958b0b05ed3a55f70 t.o 1215 9b2561d9d898b2058ffe8436f809d681 t.o 1262 af35c53170b6d118e1e78ed5b8f2529c t.o 1246 ba7ea2ea80b9cec0f37bf6d5a8eee633 t.o 1272 de320e239b0feb5431a889ff187389a9 t.o shows just 8 different results with pretty even distribution, so there are just 3 bits of randomness involved in this case. -- You are receiving this mail because: You are on the CC list for the bug.