[RS6000] Bootstrap failure compiling xcoffout.c
commit1accb46c587cb7f2d24cad8d63efb34c378f0c5b
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Nov 2018 12:54:44 +0000 (28 12:54 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Nov 2018 12:54:44 +0000 (28 12:54 +0000)
treedbdd563ad8263fa556389ecda39716ebecbd336c
parent8ba23dc9a1877198094dcf38009129b59039b0ce
[RS6000] Bootstrap failure compiling xcoffout.c

git commit 41f70262f (svn rev 264868) exposed a signed/unsigned
comparison.  Fixed by matching the type of the local var to that of
the tree field.

* xcoffout.c (do_block): Signed/unsigned warning fix.

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