]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove extra memory allocation of strings.
authorMartin Liska <mliska@suse.cz>
Fri, 9 Nov 2018 13:01:19 +0000 (14:01 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 9 Nov 2018 13:01:19 +0000 (13:01 +0000)
commitff150bc478180c2814136df3edd976059157cc18
tree500341e85f5fe485d0bbb545caaa03c87daa36ea
parent89939ff85a7c2ed0c1eb33e51d241f2a6dda0695
Remove extra memory allocation of strings.

2018-11-09  Martin Liska  <mliska@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.

From-SVN: r265966
gcc/ChangeLog
gcc/config/aarch64/aarch64.c