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

            Bug ID: 60882
           Summary: [ARM] Execution fail on spec2K/197.parser
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: izamyatin at gmail dot com

Looks like the infinite recursion of read_dict.c/insert_list routine

Options:
-Ofast -funroll-loops -flto  -marm -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon

Compiler:

Target: arm-linux-gnueabihf
Configured with: /configure --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin
--enable-objc-gc --disable-sjlj-exceptions --with-arch=armv7-a
--with-float=hard --with-mode=thumb --with-fpu=vfpv3-d16
--target=arm-linux-gnueabihf --host=arm-linux-gnueabihf
--build=arm-linux-gnueabihf --with-multiarch-defaults=arm-linux-gnueabihf
--enable-bootstrap=no --enable-languages=c,c++,fortran --enable-shared
--enable-linker-build-id --disable-werror
Thread model: posix
gcc version 4.10.0 20140416 (experimental) (GCC) 

I believe 4.9.0 also has this fail

Reply via email to