Re: [PATCH] Don't create non zero terminated string constant
On Fri, 20 Jul 2018, Bernd Edlinger wrote: > Hi! > > This fixes a not NUL terminated STRING_CST object. > > Bootstrapped and reg-tested on x86_64-pc-linux-gnu. > Is it OK for trunk? OK. Richard.
[PATCH] Don't create non zero terminated string constant
Hi! This fixes a not NUL terminated STRING_CST object. Bootstrapped and reg-tested on x86_64-pc-linux-gnu. Is it OK for trunk? Thanks Bernd. 2018-07-20 Bernd Edlinger * gimple-fold.c (gimple_fold_builtin_printf): Don't create a not NUL terminated STRING_CST object. --- gimple-fol