This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] nptl: Add compiler barrier in nptl/tst-pthread-getattr
* Andreas Schwab:
> On Jul 30 2019, Florian Weimer <fweimer@redhat.com> wrote:
>
>> But we need that uintptr_t value to print the diagnostic anyway. I do
>> not see what we gain if we move the check of the value into
>> allocate_and_test. If printing the value is fine according to the C
>> semantics, using it in computations should be defined, too.
>
> Then I guess it was a dumb suggestion. Sorry.
No problem, I will use the second patch with Carlos' comment update.
Thanks,
Florian