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

            Bug ID: 60773
           Summary: FAIL: gcc.dg/vect/pr60656.c -flto -ffat-lto-objects
                    scan-tree-dump-times vect "vectorized 1 loops" 1
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sch...@linux-m68k.org
            Target: powerpc64-*-*

configure flags: --prefix=/usr --build=powerpc64-linux
--enable-checking=release --enable-shared --with-system-zlib CFLAGS='-O2 -g'
CXXFLAGS='-O2 -g' --with-cpu-64=power4 --enable-secureplt
--with-long-double-128

$ gcc/xgcc -Bgcc/ ../gcc/testsuite/gcc.dg/vect/pr60656.c
-fno-diagnostics-show-caret -fdiagnostics-color=never -flto -ffat-lto-objects
-maltivec -ftree-vectorize -fno-vect-cost-model -fno-common -O2
-fdump-tree-vect-details -lm -m64 -o ./pr60656.exe
$ grep vectorized pr60656.c.114t.vect 
../gcc/testsuite/gcc.dg/vect/pr60656.c:12:3: note: ===
vect_mark_stmts_to_be_vectorized ===
../gcc/testsuite/gcc.dg/vect/pr60656.c:12:3: note: not vectorized: relevant
stmt not supported: P_6 = (long int) _5;
../gcc/testsuite/gcc.dg/vect/pr60656.c:6:1: note: vectorized 0 loops in
function.
../gcc/testsuite/gcc.dg/vect/pr60656.c:27:3: note: not vectorized: loop
contains function calls or data references that cannot be analyzed
../gcc/testsuite/gcc.dg/vect/pr60656.c:21:1: note: vectorized 0 loops in
function.
../gcc/testsuite/gcc.dg/vect/pr60656.c:27:3: note: not vectorized: loop
contains function calls or data references that cannot be analyzed
../gcc/testsuite/gcc.dg/vect/pr60656.c:36:5: note: vectorized 0 loops in
function.

Reply via email to