Re: [PATCH] Fix up diagnostics in gimple-ssa-warn-alloca.c

2019-03-08 Thread Richard Biener
On Thu, 7 Mar 2019, Jakub Jelinek wrote: > Hi! > > When looking at the diagnostics PRs, I've noticed that several diagnostic > calls > in gimple-ssa-warn-alloca.c use G_(...) uselessly, it is only needed if the > argument is not a string literal. > > Fixed thusly, bootstrapped/regtested on x86_

[PATCH] Fix up diagnostics in gimple-ssa-warn-alloca.c

2019-03-07 Thread Jakub Jelinek
Hi! When looking at the diagnostics PRs, I've noticed that several diagnostic calls in gimple-ssa-warn-alloca.c use G_(...) uselessly, it is only needed if the argument is not a string literal. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, verified the messages are unmodifi