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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2019-09-26
                 CC|                            |rsandifo at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I can't get the test to even vectorize.

> ./cc1 -quiet -I include vect-cond-4.c -fdump-tree-vect-details 
> -fdump-tree-optimized -O2 -ftree-vectorize -mfpu=neon -fopt-info-vec -w

using a cc1-cross configured as

/tmp/trunk/configure --target=armeb-none-linux-gnueabihf --with-mode=arm
--with-cpu=cortex-a9 --with-fpu=neon-fp16

So you have to provide more detail (preferably at least the cc1 command-line
used if that is enough and also exposes configure-time choices).

Maybe Richard is also set up for actual make check on armeb ...

Reply via email to