Comparison with an enum should mention enum value.
commit42bdb8f24940aa932e73feda2750e0e80c018441
authorMartin Liska <mliska@suse.cz>
Thu, 27 Dec 2018 08:51:14 +0000 (27 09:51 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 27 Dec 2018 08:51:14 +0000 (27 08:51 +0000)
tree38af505644fd86939b4e0d4e5b8703c68753932a
parent44787584dea62b5368235f3d9d38431fd902fb40
Comparison with an enum should mention enum value.

2018-12-27  Martin Liska  <mliska@suse.cz>

* builtins.c (expand_movstr): Compare with RETURN_BEGIN.
* expr.c (move_by_pieces): Likewise.
(store_by_pieces): Likewise.
(store_expr): Fix GNU coding style.

From-SVN: r267430
gcc/ChangeLog
gcc/builtins.c
gcc/expr.c