]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/builtins.c
Comparison with an enum should mention enum value.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Dec 2018 08:51:14 +0000 (08:51 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Dec 2018 08:51:14 +0000 (08:51 +0000)
commit24c9d723f19a297788019ef070bb4c54c3b49c14
tree38af505644fd86939b4e0d4e5b8703c68753932a
parentfa576682ff040d6d7e63c7ed086c25dd08839c49
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267430 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/expr.c