]> git.ipfire.org Git - thirdparty/gcc.git/commit
options: Prevent multidimensional arrays [PR111664]
authorKito Cheng <kito.cheng@sifive.com>
Mon, 2 Oct 2023 02:50:42 +0000 (10:50 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Wed, 4 Oct 2023 13:37:40 +0000 (21:37 +0800)
commit027a94cf32be0b53d163e252e3c9e4800ad8f5f4
tree817984ee49575eb77edc2b8de205fa02891b48b9
parent75e3773b7094409c722c732beea28fa7e16d74dd
options: Prevent multidimensional arrays [PR111664]

Multidimensional arrary is gawk extension, and we accidentally
introduced that in recent commit[1].

[1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=e4a4b8e983bac865eb435b11798e38d633b98942

gcc/ChangeLog:

PR bootstrap/111664
* opt-read.awk: Drop multidimensional arrays.
* opth-gen.awk: Ditto.
gcc/opt-read.awk
gcc/opth-gen.awk