]> git.ipfire.org Git - thirdparty/gcc.git/commit
options: fix concat of options.
authorMartin Liska <mliska@suse.cz>
Fri, 1 Oct 2021 13:37:59 +0000 (15:37 +0200)
committerMartin Liska <mliska@suse.cz>
Fri, 1 Oct 2021 13:56:25 +0000 (15:56 +0200)
commit5051fad8582fcbdd0844232b5a8c4e856be5e5a4
tree7bdbb5c69b473c8e13c75c3e1b97e5b833a4ef97
parent0acdc7fc07fc0e7ef111be7ae946743234e66d78
options: fix concat of options.

PR target/102552

gcc/c-family/ChangeLog:

* c-common.c (parse_optimize_options): decoded_options[0] is
  used for program name, so merged_decoded_options should also
  respect that.
gcc/c-family/c-common.c