https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69187
--- Comment #5 from Vladimir Smirnov ---
If that'll help:
katje ~ # gcc-6.0.0-alpha20160103 -c -mfpu=neon ./bug.c -wrapper valgrind
==25016== Memcheck, a memory error detector
==25016== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69187
--- Comment #3 from Vladimir Smirnov ---
GCC 5.3:
katje ~ # gcc -v
Using built-in specs.
COLLECT_GCC=/usr/armv7a-hardfloat-linux-gnueabi/gcc-bin/5.3.0/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv7a-hardfloat-linux-gnueabi/5.3.0/lto-wrapper
Targe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69187
--- Comment #1 from Vladimir Smirnov ---
I've also tried to test gcc 6.0, snapshot 20160103 but still getting this:
root@katje ~ # gcc-6.0.0-alpha20160103 -mfpu=neon ./bug.c
./bug.c: In function 'bug':
./bug.c:3:9: internal compiler error: Segmen
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: civil.over at gmail dot com
Target Milestone: ---
Created attachment 37256
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37256&action=edit
bug.c - minimal te