Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation with -O1: fixed or forbidden register 8 (a0) was spilled for class ADDR_REGS #64

Open
jens-maus opened this issue Oct 26, 2016 · 2 comments

Comments

@jens-maus
Copy link
Member

When compiling our MUI sources with -O1 we are receiving compiler error like:

Area.c:2747: fixed or forbidden register 8 (a0) was spilled for class ADDR_REGS.
Area.c:2747: This may be due to a compiler bug or to impossible asm
Area.c:2747: statements or clauses.
Area.c:2747: This is the instruction:
(insn/i 1548 1547 1549 (set (reg/v:SI 12 a4)
        (mem/s:SI (plus:SI (reg/v:SI 5 d5)
                (const_int 16 [0x10])) 0)) 42 {movsi+1} (nil)
    (nil))
@cahirwpz
Copy link
Member

Can you compile MUI with -O1 with your old handcrafted toolchain ?

@jens-maus
Copy link
Member Author

Yes, of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants