This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Assembler Error: orerand out of rage (145 not between -128 and 127) for m32r target
- From: Mike Stump <mrs at apple dot com>
- To: Kazuhiro Inaoka <inaoka dot kazuhiro at renesas dot com>
- Cc: Nick Clifton <nickc at redhat dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 25 Jul 2006 11:02:29 -0700
- Subject: Re: Assembler Error: orerand out of rage (145 not between -128 and 127) for m32r target
- References: <44C59728.3030107@renesas.com>
On Jul 24, 2006, at 8:59 PM, Kazuhiro Inaoka wrote:
[(set_attr "type" "branch")
- ; We use 400/800 instead of 512,1024 to account for inaccurate
insn
+ ; We use 300/600 instead of 512,1024 to account for inaccurate
insn
; lengths and insn alignments that are complex to track.
Gross. :-) I'd have a preference for finding the most inaccurate
part of the estimate and then improving just that one spot.