On Mon, 2 Feb 2026 at 04:04, Richard Henderson
<[email protected]> wrote:
>
> On 1/30/26 04:41, Pierrick Bouvier wrote:
> > On 1/29/26 9:37 AM, Pierrick Bouvier wrote:
> >> contrib/plugins: add empty cpp plugin
Hi; this fails to build for me on Linux (Ubuntu 24.04) with clang:
In file included from ../../contrib/plugins/cpp.cpp:33:
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/coroutine:38:3:
error: "the <coroutine> header requires -fcoroutines"
38 | # error "the <coroutine> header requires -fcoroutines"
| ^
1 error generated.
thanks
-- PMM