Re: RFA: PATCH to get_inner_reference for c++/57793

2013-07-10 Thread Eric Botcazou
> 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

RFA: PATCH to get_inner_reference for c++/57793

2013-07-08 Thread Jason Merrill
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