Re: [PATCHv2] Handle overlength strings in the C FE

2018-09-13 Thread Jeff Law
On 8/24/18 1:59 PM, Bernd Edlinger wrote: > Hi! > > > This is an alternative approach handle overlength strings in the C FE. > > The difference to the previous version is that overlength > STRING_CST never have a longer TREE_STRING_LENGTH than the TYPE_DOMAIN. > And those STRING_CSTs are thus no

[PATCHv2] Handle overlength strings in the C FE

2018-08-24 Thread Bernd Edlinger
Hi! This is an alternative approach handle overlength strings in the C FE. The difference to the previous version is that overlength STRING_CST never have a longer TREE_STRING_LENGTH than the TYPE_DOMAIN. And those STRING_CSTs are thus no longer zero terminated. Bootstrapped and reg-tested on x