[Development] "error: ran out of registers during register allocation" when building qlibrary.cpp on macOS 11.6 with Clang 13

Thiago Macieira thiago.macieira at intel.com
Mon Nov 22 18:07:20 CET 2021


On Monday, 22 November 2021 05:47:04 PST Mitch Curtis wrote:
> error: ran out of registers during register allocation

Unless it's complaining about inline assembly, I don't see how this could be 
our fault. I don't see any inline assembly in qlibrary.cpp or in headers it 
includes, so my guess is it's a compiler bug.

Register allocation failures are more common in debug builds.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel DPG Cloud Engineering





More information about the Development mailing list