Re: [PATCH] compiler_types: mark __compiletime_assert failure as __noreturn

From: Miguel Ojeda
Date: Thu Oct 21 2021 - 19:20:46 EST


On Thu, Oct 14, 2021 at 3:25 PM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> `__compiletime_assert` declares a fake `extern` function
> which appears (to the compiler) to be called when the test fails.

Queuing this one through my tree.

Cheers,
Miguel