public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/65737] New: [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
@ 2015-04-10 21:56 doko at gcc dot gnu.org
  2015-04-10 22:01 ` [Bug other/65737] " doko at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at gcc dot gnu.org @ 2015-04-10 21:56 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65737
           Summary: [5 Regression] ICE (Aborted in crash_signal) on
                    arm-linux-gnueabihf
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

Created attachment 35292
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35292&action=edit
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)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/65737] [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
  2015-04-10 21:56 [Bug other/65737] New: [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf doko at gcc dot gnu.org
@ 2015-04-10 22:01 ` doko at gcc dot gnu.org
  2015-04-10 23:38 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: doko at gcc dot gnu.org @ 2015-04-10 22:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Matthias Klose <doko at gcc dot gnu.org> ---
*** Bug 65738 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/65737] [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
  2015-04-10 21:56 [Bug other/65737] New: [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf doko at gcc dot gnu.org
  2015-04-10 22:01 ` [Bug other/65737] " doko at gcc dot gnu.org
@ 2015-04-10 23:38 ` jakub at gcc dot gnu.org
  2015-04-13  8:20 ` [Bug other/65737] [5/6 " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-04-10 23:38 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2015-04-10
                 CC|                            |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Thus waiting for a reproducer.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/65737] [5/6 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
  2015-04-10 21:56 [Bug other/65737] New: [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf doko at gcc dot gnu.org
  2015-04-10 22:01 ` [Bug other/65737] " doko at gcc dot gnu.org
  2015-04-10 23:38 ` jakub at gcc dot gnu.org
@ 2015-04-13  8:20 ` rguenth at gcc dot gnu.org
  2015-04-22 12:01 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-04-13  8:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/65737] [5/6 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
  2015-04-10 21:56 [Bug other/65737] New: [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-04-13  8:20 ` [Bug other/65737] [5/6 " rguenth at gcc dot gnu.org
@ 2015-04-22 12:01 ` jakub at gcc dot gnu.org
  2015-07-16  9:14 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-04-22 12:01 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.0                         |5.2

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 5.1 has been released.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/65737] [5/6 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
  2015-04-10 21:56 [Bug other/65737] New: [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-04-22 12:01 ` jakub at gcc dot gnu.org
@ 2015-07-16  9:14 ` rguenth at gcc dot gnu.org
  2015-08-31 11:21 ` yroux at gcc dot gnu.org
  2015-08-31 11:37 ` doko at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-16  9:14 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.2                         |5.3

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 5.2 is being released, adjusting target milestone to 5.3.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/65737] [5/6 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
  2015-04-10 21:56 [Bug other/65737] New: [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2015-07-16  9:14 ` rguenth at gcc dot gnu.org
@ 2015-08-31 11:21 ` yroux at gcc dot gnu.org
  2015-08-31 11:37 ` doko at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: yroux at gcc dot gnu.org @ 2015-08-31 11:21 UTC (permalink / raw)
  To: gcc-bugs

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

Yvan Roux <yroux at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yroux at gcc dot gnu.org

--- Comment #5 from Yvan Roux <yroux at gcc dot gnu.org> ---
Can't reproduce with today's gcc-5-branch head (r227328)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/65737] [5/6 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf
  2015-04-10 21:56 [Bug other/65737] New: [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2015-08-31 11:21 ` yroux at gcc dot gnu.org
@ 2015-08-31 11:37 ` doko at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: doko at gcc dot gnu.org @ 2015-08-31 11:37 UTC (permalink / raw)
  To: gcc-bugs

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

Matthias Klose <doko at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Matthias Klose <doko at gcc dot gnu.org> ---
can't reproduce it anymore. closing.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-08-31 11:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10 21:56 [Bug other/65737] New: [5 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf doko at gcc dot gnu.org
2015-04-10 22:01 ` [Bug other/65737] " doko at gcc dot gnu.org
2015-04-10 23:38 ` jakub at gcc dot gnu.org
2015-04-13  8:20 ` [Bug other/65737] [5/6 " rguenth at gcc dot gnu.org
2015-04-22 12:01 ` jakub at gcc dot gnu.org
2015-07-16  9:14 ` rguenth at gcc dot gnu.org
2015-08-31 11:21 ` yroux at gcc dot gnu.org
2015-08-31 11:37 ` doko at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).