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

            Bug ID: 68132
           Summary: internal compiler error,unrecognizable insn
           Product: gcc
           Version: 4.8.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jeremy.rutman at gmail dot com
  Target Milestone: ---

Created attachment 36603
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36603&action=edit
preprocessed source requested by error output

Hi , I have run into an error whose output requested a full bug report which I
am attempting to do following the various guidelines (short of installing
another compiler. ) I am unsure if this repeats some other reports of
'unrecognizable insn', my apologies. 

Error was:

gcc ccv_memory.c -o ccv_memory.o -c -O3 -ffast-math -Wall -Wextra -msse2 -D
HAVE_CBLAS -D HAVE_LIBPNG -D HAVE_LIBJPEG -D HAVE_AVCODEC -D HAVE_AVFORMAT -D
HAVE_SWSCALE -D HAVE_SSE2 -I/usr/local/include -fPIC -shared -mcmodel=large
-save-temps -fno-strict-aliasing -fwrapv
ccv_memory.c: In function ‘ccv_sparse_matrix_new’:
ccv_memory.c:115:94: warning: unused parameter ‘sig’ [-Wunused-parameter]
 ccv_sparse_matrix_t* ccv_sparse_matrix_new(int rows, int cols, int type, int
major, uint64_t sig)
                                                                               
              ^
ccv_memory.c: In function ‘ccv_dense_matrix_new’:
ccv_memory.c:57:1: error: unrecognizable insn:
 }
 ^
(call_insn/u 15 7 16 2 (parallel [
            (set (reg:DI 0 ax)
                (call:DI (mem:QI (symbol_ref:DI ("__tls_get_addr")) [0  S1 A8])
                    (const_int 0 [0])))
            (unspec:DI [
                    (const_int 0 [0])
                ] UNSPEC_TLS_LD_BASE)
        ]) ccv_memory.c:28 -1
     (expr_list:REG_EH_REGION (const_int -2147483648 [0xffffffff80000000])
        (nil))
    (nil))
ccv_memory.c:57:1: internal compiler error: in extract_insn, at recog.c:2154

I apologize in advance if this is known or due to my own ignorance; I was
unable to find this on the list of known / common bugs/problems.  The -fPIC and
-shared and -mcmodel=large flags were all attempts to fix the error "relocation
R_X86_64_32S against `.rodata' can not be used when making a shared object;
recompile with -fPIC" (I am trying to build this code into a .so library).

Reply via email to