> This PR isn't really a C++ issue; it affects C as well, and presumably
> all other languages. A comment a few lines down says
>
> /* Avoid returning a negative bitpos as this may wreak havoc later. */
>
> but we were failing to avoid that in this case.
>
> Tested x86_64-pc-linux-gnu. OK for
This PR isn't really a C++ issue; it affects C as well, and presumably
all other languages. A comment a few lines down says
/* Avoid returning a negative bitpos as this may wreak havoc later. */
but we were failing to avoid that in this case.
Tested x86_64-pc-linux-gnu. OK for trunk/4.8?
co