diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2010-06-29 20:54:53 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2010-06-29 20:54:53 +0000 |
commit | 4d64faec41ba5da430b37ddfdf6bfdafa5cf6d83 (patch) | |
tree | ad530cec98b875fbe153ab933253170695696120 /gcc/ChangeLog | |
parent | 087fa34bad4ee46be9cd53314161239ad75b0743 (diff) | |
download | gcc-4d64faec41ba5da430b37ddfdf6bfdafa5cf6d83.tar.gz |
genhooks.c (emit_findices): Cast field precision to int.
* genhooks.c (emit_findices): Cast field precision to int.
(emit_documentation): Likewise.
From-SVN: r161568
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 11d901d8f61..ee6c6fabea3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-06-29 Nathan Froyd <froydnj@codesourcery.com> + + * genhooks.c (emit_findices): Cast field precision to int. + (emit_documentation): Likewise. + 2010-06-29 Jakub Jelinek <jakub@redhat.com> PR tree-optimization/43801 |