[Bug target/41019] Variate_generator with mt19937 and normal_distribution produces wrong sequence for "-O3".

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Aug 13 12:32:00 GMT 2009



------- Comment #14 from rguenth at gcc dot gnu dot org  2009-08-13 12:32 -------
ix86_expand_int_vcond fails because the operation is not supported with SSE2,
but
gen_vcondv2di doesn't handle the failure, but ignores it.

The vcond patterns are not properly reflecting the restrictions.


-- 


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



More information about the Gcc-bugs mailing list