https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80928

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to r...@cebitec.uni-bielefeld.de from comment #6)
> ... and also on sparc-sun-solaris2.12:
> 
> +FAIL: gcc.dg/vect/slp-13-big-array.c -flto -ffat-lto-objects 
> scan-tree-dump-ti
> mes vect "vectorizing stmts using SLP" 3
> +FAIL: gcc.dg/vect/slp-13-big-array.c scan-tree-dump-times vect "vectorizing
> stm
> ts using SLP" 3
> +FAIL: gcc.dg/vect/slp-13.c -flto -ffat-lto-objects  scan-tree-dump-times
> vect "
> vectorizing stmts using SLP" 3
> +FAIL: gcc.dg/vect/slp-13.c scan-tree-dump-times vect "vectorizing stmts
> using S
> LP" 3
> 
>   32 and 64-bit sparc

/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/slp-13.c:18:3: note: not
vectorized: relevant stmt not supported: _3 = (short unsigned int) i_316;
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/slp-13.c:18:3: note:
removing SLP instance operations starting from: out[_1] = _4;

ok, it needs demotion, will fix.

Reply via email to