This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/56662] New: ICE in gcc.dg/vect/vect-outer-5.c


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

             Bug #: 56662
           Summary: ICE in gcc.dg/vect/vect-outer-5.c
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: rguenther@suse.de
        ReportedBy: ktkachov@gcc.gnu.org
            Target: arm-none-eabi


$SOURCE/gcc/gcc/testsuite/gcc.dg/vect/vect-outer-5.c:13:5: internal compiler
error: in vect_do_peeling_for_loop_bound, at tree-vect-loop-manip.c:1798
0xaa4439 vect_do_peeling_for_loop_bound(_loop_vec_info*, tree_node**, unsigned
int, bool)
        $SOURCE/gcc/gcc/tree-vect-loop-manip.c:1798
0xaadea1 vectorize_loops()
        $SOURCE/gcc/gcc/tree-vectorizer.c:123
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

FAIL: gcc.dg/vect/vect-outer-5.c (internal compiler error)

Compiler configured with:

Configured with: $SOURCE/gcc/configure --target=arm-none-eabi
--prefix=$SOURCE/build/install --with-gmp=$SOURCE/build/host-tools
--with-mpfr=$SOURCE/build/host-tools --with-mpc=$SOURCE/build/host-tools
--with-pkgversion=unknown --disable-shared --disable-nls --disable-threads
--disable-tls --enable-checking=yes --enable-languages=c,c++,fortran
--with-newlib --with-fpu=neon-fp16 --with-float=hard --with-arch=armv7-a

ICE triggered for me with the command:
arm-none-eabi-gcc -fno-diagnostics-show-caret -ffast-math -ftree-vectorize
-fno-vect-cost-model -fno-common -O2 -fdump-tree-vect-details -S vect-outer-5.i

caused by r196770.

I believe Richard already has a patch queued to fix this


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]