kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

37_tail_sret.cbackend.gcc.skip (177B)


      1 gcc tail-call checker rejects __attribute__((musttail)) on an sret-returning call ('return value used after call'); clang honors it. C backend emit is clang-portable only here.