You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
When compiling our MUI sources with -O1 we are receiving compiler error like:
The text was updated successfully, but these errors were encountered: