public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/57727] New: RaspberryPi gcc internal compiler error unrecognisable insn
@ 2013-06-26 13:47 themos.tsikas at gmail dot com
  2013-06-26 15:56 ` [Bug c/57727] " themos.tsikas at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: themos.tsikas at gmail dot com @ 2013-06-26 13:47 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 4215 bytes --]

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

            Bug ID: 57727
           Summary: RaspberryPi gcc internal compiler error unrecognisable
                    insn
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: themos.tsikas at gmail dot com

$ gcc -v 
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1'
--with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.6 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object
--enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6
--with-fpu=vfp --with-float=hard --enable-checking=release
--build=arm-linux-gnueabihf --host=arm-linux-gnueabihf
--target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1) 


$ gcc -O3 -funroll-loops -finline-functions -march=armv6 -mfpu=vfp
-mfloat-abi=hard -fsigned-char   -c bugbug.c 
../src/semintr.c: In function ‘reduce_mul_i8’:
../src/semintr.c:17873:1: error: unrecognizable insn:
(insn 2317 2316 2318 224 (set (subreg:SI (reg:DI 715 [ MEM[base: a_265, offset:
0B] ]) 0)
        (sign_extend:SI (mem:QI (plus:SI (mult:SI (reg/v:SI 196 [ astep ])
                        (const_int 2 [0x2]))
                    (reg/v/f:SI 290 [ a ])) [0 MEM[base: a_265, offset: 0B]+0
S1 A8]))) ../src/semintr.c:17859 -1
     (nil))
../src/semintr.c:17873:1: internal compiler error: in extract_insn, at
recog.c:2109
Please submit a full bug report,
with preprocessed source if appropriate.
>From gcc-bugs-return-425206-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Jun 26 13:49:35 2013
Return-Path: <gcc-bugs-return-425206-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 5667 invoked by alias); 26 Jun 2013 13:49:35 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 5625 invoked by uid 48); 26 Jun 2013 13:49:30 -0000
From: "themos.tsikas at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/57727] RaspberryPi gcc internal compiler error unrecognisable insn
Date: Wed, 26 Jun 2013 13:49:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c
X-Bugzilla-Version: 4.6.3
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: themos.tsikas at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: attachments.created
Message-ID: <bug-57727-4-Z3vrkPF6qE@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57727-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57727-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-06/txt/msg01585.txt.bz2
Content-length: 252

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW727

--- Comment #1 from Themos Tsikas <themos.tsikas at gmail dot com> ---
Created attachment 30376
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id0376&actioníit
preprocessed source exhibting bug


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

end of thread, other threads:[~2013-06-26 17:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-26 13:47 [Bug c/57727] New: RaspberryPi gcc internal compiler error unrecognisable insn themos.tsikas at gmail dot com
2013-06-26 15:56 ` [Bug c/57727] " themos.tsikas at gmail dot com
2013-06-26 16:00 ` [Bug target/57727] " pinskia at gcc dot gnu.org
2013-06-26 16:40 ` themos.tsikas at gmail dot com
2013-06-26 16:43 ` pinskia at gcc dot gnu.org
2013-06-26 17:14 ` themos.tsikas at gmail dot com

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).