Re: GCC 10 and Coverity Scan

2020-10-28 Thread paulf
- 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

Re: printf-like function.

2020-03-20 Thread paulf
- 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

Re: Solaris issues

2018-06-05 Thread paulf
- 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

Re: Solaris issues

2018-06-04 Thread paulf
- 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