]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory accesses where...
authorAndrew Pinski <apinski@cavium.com>
Tue, 25 Jul 2017 17:17:46 +0000 (17:17 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 25 Jul 2017 17:17:46 +0000 (10:17 -0700)
commit6d20bf1870484e659b3cb744ee627dafc902b491
treecdaddc7c631c819d11c4bdbc84936697d50fc29c
parent50ca694de2a2f3ffc7583f53c6a1c1e0f40c5045
tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory accesses where the use is for the first operand of a...

2017-07-25  Andrew Pinski  <apinski@cavium.com>

        * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
        accesses where the use is for the first operand of a BIT_INSERT.

From-SVN: r250530
gcc/ChangeLog
gcc/tree-ssa-uninit.c