This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 64 bit GCC failing



On 26/10/17 08:17, vikram1729 wrote:
HI
We are cross building 64 bit version of GCC. But it is giving following ICE

.~# ./cc1  t.c
 foo
t.c: In function ‘foo’:
t.c:3: error: unrecognizable insn:
(insn 22 21 23 (set:SI (reg:SI 19 r19)
        (lo_sum:SI (reg:SI 19 r19)
            (const_int 4294967280 [0xfffffff0]))) -1 (nil)
    (nil))
t.c:3: internal compiler error: in insn_default_length, at
insn-attrtab.c:1553
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


This is an internal compiler error and is thus a compiler bug.
However, more information is needed. What GCC version are you using, what target, what is the configuration etc? If this is from a supported GCC version (6.4 or later) please file a bug report on bugzilla following the instructions at https://gcc.gnu.org/bugs/

Thanks,
Kyrill

~# cat t.c
foo()
{
}

We don't seem to understand the problem.

Please help

_Vikram



--
Sent from: http://gcc.1065356.n8.nabble.com/gcc-Help-f629689.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]