Regarding gcc PR target/61662: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61662 http://gcc.gnu.org/viewcvs/gcc?view=revision&sortby=date&revision=212826
In our intrin.h (and stdlib.h), we are overriding the definitions from ia32intrin.h possibly the original definition from gcc used to be wrong with relation to _LLP64? Even if that were the case, what we have is wrong because _lrotl and _lrotr accept and return unsigned long for both win32 _and_ win64, and for windows that is strictly 32 bits. We need to fix this. -- O.S. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
