* Martin Liška:
> On 4/26/23 20:31, Florian Weimer wrote:
>> * Martin Liška:
>>
>>> On 11/15/22 16:47, Martin Liška wrote:
Hi.
I've just pushed libsanitizer update that was tested on x86_64-linux and
ppc64le-linux systems.
Moreover, I run bootstrap on x86_64-linux and ch
* Martin Liška:
> On 11/15/22 16:47, Martin Liška wrote:
>> Hi.
>>
>> I've just pushed libsanitizer update that was tested on x86_64-linux and
>> ppc64le-linux systems.
>> Moreover, I run bootstrap on x86_64-linux and checked ABI difference with
>> abidiff.
>
> Hello.
>
> And I've done the same
* Jakub Jelinek:
> On Wed, Feb 01, 2023 at 11:56:42AM +0100, Florian Weimer via Gcc wrote:
>> I recently discovered that libquadmath registers custom printf callbacks
>> on load. As far as I can tell, this is done so that the Q format flag
>> can be used to print floating point numbers, using for
I recently discovered that libquadmath registers custom printf callbacks
on load. As far as I can tell, this is done so that the Q format flag
can be used to print floating point numbers, using format strings such
as "%Qf". To enable Q flag processing, libquadmath has to register
replacements for
* Thomas Koenig via Gcc:
> ... in
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103476, a very
> strange error where an invalid Makefile is generated with
> --enable-maintainer-mode on POWER.
>
> I'm not sure how to proceed from here. Maybe somebody
> with more make debug fu could take a look?