h8300-elf build error with gcc-3.5-20040704

Jim Wilson wilson@specifixinc.com
Thu Jul 15 02:48:00 GMT 2004


Nitin Shah wrote:
> insn 510 126 443 7 (set (mem:SI (pre_dec:HI (reg/f:HI 7 sp)) [0 S4 A32])
>         (reg:SI 7 sp)) -1 (nil)
>     (nil))

You chopped off some of the info we need, such as the full error 
message, and the compiler command that generated it.

You can either try to debug this yourself, or submit a bugzilla bug 
report, and hope that someone looks at it.

Try adding the -da option to the compiler command, and figure out where 
the bad instruction is coming from.  Then debug the optimization pass 
that created it to figure out why it was created.  Then figure out how 
to fix it.

You probably also need to figure out why the insn doesn't match a 
pattern in the md file.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



More information about the Gcc-bugs mailing list