https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106907
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by jeevitha <jeevi...@gcc.gnu.org>: https://gcc.gnu.org/g:c4deccd44655c5d748dfed200a37f2b678c32fe8 commit r14-1567-gc4deccd44655c5d748dfed200a37f2b678c32fe8 Author: Jeevitha Palanisamy <jeevi...@linux.ibm.com> Date: Tue Jun 6 06:19:02 2023 -0500 rs6000: Remove duplicate expression [PR106907] PR106907 has few warnings spotted from cppcheck. In that addressing duplicate expression issue here. Here the same expression is used twice in logical AND(&&) operation which result in same result so removing that. 2023-06-06 Jeevitha Palanisamy <jeevi...@linux.ibm.com> gcc/ PR target/106907 * config/rs6000/rs6000.cc (vec_const_128bit_to_bytes): Remove duplicate expression.