]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/55035 (reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitial...
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 13 Aug 2015 20:22:34 +0000 (20:22 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 13 Aug 2015 20:22:34 +0000 (20:22 +0000)
commit9016329382f7824f7a9f5b7198ff47327797bbdf
tree81a554cdea6f0fb537937af65669b60659e112c9
parentc4f855e939f4d5ec5f0689148416c4e5a9c65f12
re PR middle-end/55035 (reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78))

gcc/
PR bootstrap/55035
* reload1.c (elimination_costs_in_insn): Make it obvious to the
compiler that the n_dups and n_operands loop bounds are invariant.

From-SVN: r226874
gcc/ChangeLog
gcc/reload1.c