public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/58394] New: unrecognizable insn
@ 2013-09-11 16:47 xperience at interia dot pl
  2013-09-12 14:14 ` [Bug target/58394] " rearnsha at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xperience at interia dot pl @ 2013-09-11 16:47 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58394
           Summary: unrecognizable insn
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: xperience at interia dot pl

When I try to compile firefox under gentoo I have following error:


/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/celt/rate.c:
In function 'compute_allocation':
/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/celt/rate.c:642:1:
error: unrecognizable insn:
 }
 ^
(insn 1411 1410 1412 195 (set (reg:V4SI 1247)
        (unspec:V4SI [
                (const_vector:V4SI [
                        (const_int 0 [0])
                        (const_int 0 [0])
                        (const_int 0 [0])
                        (const_int 0 [0])
                    ])
                (reg:V4SI 1243 [ vect_var_.67 ])
                (const_int 1 [0x1])
            ] UNSPEC_VCGE))
/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/celt/rate.c:525
-1
     (nil))
/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/celt/rate.c:642:1:
internal compiler error: in extract_insn, at recog.c:2150


full command line:
armv7a-hardfloat-linux-gnueabi-gcc -o rate.o -c -fvisibility=hidden
-DOPUS_BUILD -DOPUS_VERSION='"draft-11-mozilla"' -DUSE_ALLOCA -Drestrict= 
-DHAVE_LRINTF -DMOZ_GLUE_IN_PROGRAM
-I/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/include
-I/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/celt
-I/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/silk
-I/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/src

-I/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/silk/float
-I/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus
-I. -I../../dist/include  -I/usr/include/nspr -I/usr/include/nss      -fPIC 
-Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type
-Wtype-limits -Wempty-body -Wno-unused -Wno-overlength-strings -pipe
-fomit-frame-pointer -mtune=native -mcpu=native -mfpu=neon-vfpv4
-mfloat-abi=hard -fPIC -fno-strict-aliasing -ffunction-sections -fdata-sections
-pthread -pipe  -DNDEBUG -DTRIMMED -O3 -fomit-frame-pointer   -include
../../mozilla-config.h -DMOZILLA_CLIENT -MD -MF .deps/rate.o.pp
/var/tmp/portage/www-client/firefox-17.0.8/work/mozilla-esr17/media/libopus/celt/rate.c

It happends only when -O3 is used


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

* [Bug target/58394] unrecognizable insn
  2013-09-11 16:47 [Bug target/58394] New: unrecognizable insn xperience at interia dot pl
@ 2013-09-12 14:14 ` rearnsha at gcc dot gnu.org
  2013-09-18 18:38 ` xperience at interia dot pl
  2013-09-19  8:57 ` rearnsha at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2013-09-12 14:14 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-09-12
     Ever confirmed|0                           |1

--- Comment #1 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
Please attach a pre-processed testcase that we can use to reproduce the issue.


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

* [Bug target/58394] unrecognizable insn
  2013-09-11 16:47 [Bug target/58394] New: unrecognizable insn xperience at interia dot pl
  2013-09-12 14:14 ` [Bug target/58394] " rearnsha at gcc dot gnu.org
@ 2013-09-18 18:38 ` xperience at interia dot pl
  2013-09-19  8:57 ` rearnsha at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: xperience at interia dot pl @ 2013-09-18 18:38 UTC (permalink / raw)
  To: gcc-bugs

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

xperience at interia dot pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xperience at interia dot pl

--- Comment #2 from xperience at interia dot pl ---
Created attachment 30860
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30860&action=edit
preprocessed source


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

* [Bug target/58394] unrecognizable insn
  2013-09-11 16:47 [Bug target/58394] New: unrecognizable insn xperience at interia dot pl
  2013-09-12 14:14 ` [Bug target/58394] " rearnsha at gcc dot gnu.org
  2013-09-18 18:38 ` xperience at interia dot pl
@ 2013-09-19  8:57 ` rearnsha at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2013-09-19  8:57 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.8.2

--- Comment #3 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
Fixed with:

http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00003.html


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

end of thread, other threads:[~2013-09-19  8:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-11 16:47 [Bug target/58394] New: unrecognizable insn xperience at interia dot pl
2013-09-12 14:14 ` [Bug target/58394] " rearnsha at gcc dot gnu.org
2013-09-18 18:38 ` xperience at interia dot pl
2013-09-19  8:57 ` rearnsha 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).