]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/genflags.c: Improve error message
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 30 Apr 2021 12:13:55 +0000 (12:13 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Fri, 30 Apr 2021 12:19:07 +0000 (12:19 +0000)
commit74fe10aedbee6251ef700c72a9d09937a6e45aac
treee3bc1c50d89f3e5b96d9ed0d14fe42b9855ddc47
parentdfc70841eb0ca42637826177f329cf6c98ee00ad
gcc/genflags.c: Improve error message

When an iterator cannot be expanded, it is helpful to see the expanded
name which is causing problems.  It would be better to also print the
current iterator value (which couldn't match), but I couldn't find
how.

2021-04-30  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/
* genflags.c (gen_insn): Print failed expansion string.
gcc/genflags.c