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 longer zero terminated. > > Bootstrapped and reg-tested on x86_64-pc-linux-gnu. > Is it OK for trunk? > > > Thanks > Bernd. > > > patch-c-fe-v2.diff > > 2018-08-01 Bernd Edlinger <bernd.edlin...@hotmail.de> > > * c-typeck.c (digest_init): Shorten overlength strings. I've installed this on the the trunk. As we know this will regress pr87053 temporarily.
Jeff