OK.
On Wed, Dec 13, 2017 at 5:32 AM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > Hi, > > in this simple error recovery regression we ICE during gimplification after > sensible diagnostic about assigning to a read-only location. The problem can > be avoided by simply returning immediately error_mark_node upon > cxx_readonly_error - the rest of the function does the same, ie, doesn't try > to proceed when complain & tf_error. I also noticed that clang appears to > behave in the same way for this error. Tested x86_64-linux. > > Thanks, Paolo > > //////////////////////// >