- Original Message -
> Hi
>
> This isn't the perfect place to ask this but someone here may have
> insight.
> And getting help with Coverity Scan directly isn't easy. I'm hoping
> someone
> here has some insight or can point me to someone who does.
>
> We have been using Coverity Scan a l
- Original Message -
> You should look at https://en.cppreference.com/w/cpp/utility/format
> and the reference implementation https://fmt.dev/
>
> There's no need for compiler magic.
This is fairly common. Qt just uses placeholders %1 %2 etc.
Also from memory, Stroustup's C++ Programm
- Original Message -
> Hi Paul,
[snip - lots of .rodata sections]
>
> those sections are in libstdc++.so. They can be found in the input
> objects used to created libstdc++.so on Linux and Solaris alike, due
> to
> the use of -fdata-sections (via SECTION_FLAGS) in libstdc++.
>
> Howev
- Original Message -
> Hi Paul,
>
[Build issue on Solaris]
>
> this is PR target/85994. For the moment, you can just touch compare
> and
> resume the build. Trivial patch forthcoming...
Hi Rainer
This worked a treat, thanks.
A+
Paul