Re: [patch] Ad PR81487: More asprintf -> xasprintf replacements

2017-07-26 Thread Richard Biener
On Tue, Jul 25, 2017 at 10:01 PM, Georg-Johann Lay wrote: > Richard Biener schrieb: >> >> On Mon, Jul 24, 2017 at 10:19 AM, Georg-Johann Lay wrote: >>> >>> Hi, as proposed in >>> >>> https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01294.html >>> >>> this patch does more asprintf -> xasprintf replac

Re: [patch] Ad PR81487: More asprintf -> xasprintf replacements

2017-07-25 Thread Georg-Johann Lay
Richard Biener schrieb: On Mon, Jul 24, 2017 at 10:19 AM, Georg-Johann Lay wrote: Hi, as proposed in https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01294.html this patch does more asprintf -> xasprintf replacements. Bootstrapped + reg-tested on x86_64-linux. Ok for trunk? Ok. Thanks, Rich

Re: [patch] Ad PR81487: More asprintf -> xasprintf replacements

2017-07-25 Thread Richard Biener
On Mon, Jul 24, 2017 at 10:19 AM, Georg-Johann Lay wrote: > Hi, as proposed in > > https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01294.html > > this patch does more asprintf -> xasprintf replacements. > > Bootstrapped + reg-tested on x86_64-linux. > > Ok for trunk? Ok. Thanks, Richard. > Johann

[patch] Ad PR81487: More asprintf -> xasprintf replacements

2017-07-24 Thread Georg-Johann Lay
Hi, as proposed in https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01294.html this patch does more asprintf -> xasprintf replacements. Bootstrapped + reg-tested on x86_64-linux. Ok for trunk? Johann gcc/ PR 81487 * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.