Re: [PATCH 1/1] trace: build with c++17 if building against llvm 16+

2023-09-24 Thread Chris Johns
On 22/9/2023 2:47 pm, Sebastian Huber wrote: > On 22.09.23 04:36, Joel Sherrill wrote: >> Are we doing something that particularly requires C++17? AFAIK we haven't >> needed it yet and why wouldn't it also be needed with gcc? If the default on >> recent gcc versions is that, ok but we should be pre

Re: [PATCH] tests: Add header for RTEMS test printer

2023-09-24 Thread Chris Johns
Looks good Thanks Chris On 22/9/2023 10:40 pm, Sebastian Huber wrote: > The header file is required for every RTEMS test > program. Move the RTEMS test printer support to a dedicated header file > . This removes an unnecessary dependency to the > RTEMS printer support in . > > Tests using the