Re: [C++ Patch] Fix grokbitfield location

2018-12-05 Thread Jason Merrill
On 12/5/18 5:34 PM, Paolo Carlini wrote: Hi, On 05/12/18 20:31, Jason Merrill wrote: On 12/5/18 7:45 AM, Paolo Carlini wrote: Hi, as mentioned in one of my last patches, we can now improve this location. Note: in the same function there are a few further issues which I mean to incrementally

Re: [C++ Patch] Fix grokbitfield location

2018-12-05 Thread Paolo Carlini
Hi, On 05/12/18 20:31, Jason Merrill wrote: On 12/5/18 7:45 AM, Paolo Carlini wrote: Hi, as mentioned in one of my last patches, we can now improve this location. Note: in the same function there are a few further issues which I mean to incrementally fix (eg, the diagnostics for warn_if_not

Re: [C++ Patch] Fix grokbitfield location

2018-12-05 Thread Jason Merrill
On 12/5/18 7:45 AM, Paolo Carlini wrote: Hi, as mentioned in one of my last patches, we can now improve this location. Note: in the same function there are a few further issues which I mean to incrementally fix (eg, the diagnostics for warn_if_not_aligned ICEs for unnamed bit-fields). Tested

[C++ Patch] Fix grokbitfield location

2018-12-05 Thread Paolo Carlini
Hi, as mentioned in one of my last patches, we can now improve this location. Note: in the same function there are a few further issues which I mean to incrementally fix (eg, the diagnostics for warn_if_not_aligned ICEs for unnamed bit-fields). Tested x86_64-linux. Thanks, Paolo. //