aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>2013-12-31 08:48:09 +0000
committerNick Clifton <nickc@gcc.gnu.org>2013-12-31 08:48:09 +0000
commit41a828454e0f161d970298be6d7c29ac8f11b66b (patch)
tree6d69615ea0f6913c13b0fa72032b0325aaa0a585 /gcc
parentf121b81d26220d9b3131fb732725290d536967c3 (diff)
downloadgcc-41a828454e0f161d970298be6d7c29ac8f11b66b.zip
gcc-41a828454e0f161d970298be6d7c29ac8f11b66b.tar.gz
gcc-41a828454e0f161d970298be6d7c29ac8f11b66b.tar.bz2
Fix typo in PR number (59613) of recent commit.
From-SVN: r206258
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cdd781d..33946f2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -37,7 +37,7 @@
2013-12-30 Nick Clifton <nickc@redhat.com>
Peter Bigot <bigotp@acm.org>
- PR target/59631
+ PR target/59613
* stor-layout.c (get_mode_bounds): Use GET_MODE_PRECISION instead
of GET_MODE_BITSIZE.