help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help on assembler messages.


From: Paul Pluzhnikov
Subject: Re: Help on assembler messages.
Date: 14 Oct 2004 17:50:02 -0700
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

hsphuah@usa.com (Hon Seng Phuah) writes:

> /var/tmp//ccLY1WEv.s:6744: Error: Field out of range [-262144..262143]

Apparently there is a bug in gcc code generation: it wrote an
invalid assembly instruction, and your assemble refused to
compile it.

You need to create a reduced test case, and submit a bug report to
gcc maintainers.

Begin by compiling your code to assembly:
g++ -S rf1r1w6tnet.cc
g++ -c rf1r1w6tnet.s  # should report the same as error

Now you can look inside rf1r1w6tnet.s and find out which function
is mis-compiled.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]