http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140
--- Comment #13 from Sébastien Kunz-Jacques <grokbrsm at free dot fr> 2011-07-20 06:07:39 UTC --- (In reply to comment #12) > Created attachment 24794 [details] > the preprocessed source of Salsa20 from Crypto++, with gcc 4.6.0, option -O2 I just discovered that the bug is present only when crypto++ is compiled with NDEBUG defined, which is not the case in the preprocessed files above. I will re-post updated files (output of the whole compilation of test case with -save-temps).