On Tue, Oct 23, 2018 at 08:17:43AM -0500, Martin Liška wrote: > Hello. > > As a follow up patch I would like to remove redundant string allocation > on string which is not needed in my opinion. > > That bootstrap on aarch64-linux.
OK, Thanks, James > From a21a626055442635057985323bb42ef29526e182 Mon Sep 17 00:00:00 2001 > From: marxin <mli...@suse.cz> > Date: Mon, 22 Oct 2018 15:18:23 +0200 > Subject: [PATCH] Remove extra memory allocation of strings. > > gcc/ChangeLog: > > 2018-10-22 Martin Liska <mli...@suse.cz> > > * config/aarch64/aarch64.c (aarch64_parse_arch): Do not copy > string to a stack buffer. > (aarch64_parse_cpu): Likewise. > (aarch64_parse_tune): Likewise.