Bug 65737 - [5/6 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
Summary: [5/6 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 5.0
: P3 normal
Target Milestone: 5.3
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
: 65738 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-10 21:56 UTC by Matthias Klose
Modified: 2015-08-31 11:37 UTC (History)
1 user (show)

See Also:
Host:
Target: arm-linux-gnueabihf
Build:
Known to work: 4.9.2
Known to fail: 5.0
Last reconfirmed: 2015-04-10 00:00:00


Attachments
preprocessed source (126.24 KB, application/x-xz)
2015-04-10 21:56 UTC, Matthias Klose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2015-04-10 21:56:27 UTC
Created attachment 35292 [details]
preprocessed source

seen building the mp4v2 package on arm-linux-gnueabihf, reproducible, however building the preprocessed source doesn't show the issue.

$ /usr/lib/gcc/arm-linux-gnueabihf/5/cc1plus -quiet -I ./include -I ./include -I . -I . -imultiarch arm-linux-gnueabihf -D_GNU_SOURCE -D HAVE_CONFIG_H -D _FORTIFY_SOURCE=2 -D PIC src/bmff/typebmff.cpp -quiet -dumpbase typebmff.cpp -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb -mtls-dialect=gnu -auxbase-strip src/bmff/.libs/typebmff.o -g -Wall -Wformat=1 -Wformat=1 -Werror=format-security -fstack-protector-strong -fvisibility=hidden -fPIC -fstack-protector-strong -Wformat-security -o - -frandom-seed=0 -fdump-noaddr
        .syntax unified
        .arch armv7-a
        .eabi_attribute 28, 1
        .fpu vfpv3-d16
        .eabi_attribute 20, 1
        .eabi_attribute 21, 1
        .eabi_attribute 23, 3
        .eabi_attribute 24, 1
        .eabi_attribute 25, 1
        .eabi_attribute 26, 2
        .eabi_attribute 30, 6
        .eabi_attribute 34, 1
        .eabi_attribute 18, 4
        .thumb
        .syntax unified
        .file   "typebmff.cpp"
        .text
.Ltext0:
src/bmff/impl.h:126:5: internal compiler error: Aborted
0x67415b crash_signal
        ../../src/gcc/toplev.c:383
Please submit a full bug report,
with preprocessed source if appropriate.

$ g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/5/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5-20150404-0ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=c++98 --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-werror --enable-multilib --enable-checking=yes --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 5.0.0 20150404 (experimental) [trunk revision 221867] (Ubuntu 5-20150404-0ubuntu11)
Comment 1 Matthias Klose 2015-04-10 22:00:56 UTC
*** Bug 65738 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Jelinek 2015-04-10 23:38:06 UTC
Thus waiting for a reproducer.
Comment 3 Jakub Jelinek 2015-04-22 11:59:42 UTC
GCC 5.1 has been released.
Comment 4 Richard Biener 2015-07-16 09:12:18 UTC
GCC 5.2 is being released, adjusting target milestone to 5.3.
Comment 5 Yvan Roux 2015-08-31 11:21:34 UTC
Can't reproduce with today's gcc-5-branch head (r227328)
Comment 6 Matthias Klose 2015-08-31 11:37:43 UTC
can't reproduce it anymore. closing.