]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix bits/bytes confusion in latest change to expand_unop
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 2 Jun 2020 11:14:55 +0000 (13:14 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 2 Jun 2020 11:16:59 +0000 (13:16 +0200)
commit0bd4508f86889995f6864bf50773bd6859951007
tree9eabad1e825531434fda4dc3c78217b5b114e08f
parent5fe28857febfdbce0e0d4a2b26260629bb6bf3f3
Fix bits/bytes confusion in latest change to expand_unop

gcc/ChangeLog:
PR middle-end/95395
* optabs.c (expand_unop): Fix bits/bytes confusion in latest change.

* tree-pretty-print.c (dump_generic_node) <ARRAY_TYPE>: Print quals.
gcc/optabs.c
gcc/tree-pretty-print.c