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

Maxim Kuvyrkov <mkuvyrkov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mkuvyrkov at gcc dot
                   |                            |gnu.org

--- Comment #6 from Maxim Kuvyrkov <mkuvyrkov at gcc dot gnu.org> 2011-09-28 
00:10:25 UTC ---
I'm also getting this failure with yesterday mainline.  

Isn't the problem here that SRC3 is used uninitialized in _mm_blend_ps? 

The test case is buggy, and Tom's patch initializes SRC3 to a value that
triggers the bug reliably.  I really want to fix this to avoid someone else
(beyond Tom, Andrew and myself) wasting their time on debugging a
non-deterministic test case.

H.J., as you the author of the test case, would you please look into what
changes are need to fix it?  Is it intended that SRC3.X is used uninitialized?

Thank you.

Reply via email to