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 #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-09 10:20:45 UTC ---
Can also be something even more trivial, because I bet we didn't exercise much
the codepath for __SSE2__ undefined before committing the code.

Actually - and this is a question for Ulrich - is the code actually useful when
__SSE2__ is undefined?


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