]> git.ipfire.org Git - thirdparty/gcc.git/commit
[RS6000] Bootstrap failure compiling xcoffout.c
authorAlan Modra <amodra@gmail.com>
Wed, 28 Nov 2018 12:54:44 +0000 (23:24 +1030)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 28 Nov 2018 12:54:44 +0000 (23:24 +1030)
commit20f65b5607d4cf5b4b61e8d1923bb922abadf1ba
treedbdd563ad8263fa556389ecda39716ebecbd336c
parentdc7ca394656f9bd56dbe5e4e0e102a09adf28efd
[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.

From-SVN: r266555
gcc/ChangeLog
gcc/xcoffout.c