This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/54869] ext/random/simd_fast_mersenne_twister_engine/cons/default.cc FAILs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54869

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-09 11:28:45 UTC ---
Ok, thanks, I missed that remark of yours. Well, at present nothing prevents
people with big endian machines to try to use the code, and we unconditionally
run the testsuite. That's not Ok.

Let's keep the PR open for a while in case somebody wants to try your
suggestion, otherwise, as far as I'm concerned, for 4.8.0, I will just disable
the code and its tests on big endian.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]