https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106907

--- Comment #9 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:1669fad496ed6cc7ddea142e12af15e0b9f7f3b4

commit r14-2336-g1669fad496ed6cc7ddea142e12af15e0b9f7f3b4
Author: Jeevitha Palanisamy <jeevi...@linux.ibm.com>
Date:   Wed Jul 5 23:46:15 2023 -0500

    rs6000: Remove redundant initialization [PR106907]

    PR106907 has few warnings spotted from cppcheck. In that addressing
    redundant initialization issue. Here the initialized value of 'new_addr'
    was overwritten before it was read. Updated the source by removing the
    unnecessary initialization of 'new_addr'.

    2023-07-06  Jeevitha Palanisamy  <jeevi...@linux.ibm.com>

    gcc/
            PR target/106907
            * config/rs6000/rs6000.cc (rs6000_expand_vector_extract): Remove
redundant
            initialization of new_addr.

Reply via email to