aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-11 11:36:33 -0700
committerPaul Eggert2011-07-11 11:36:33 -0700
commite3c25c689524aa85ce37840fff344cc297cf42ec (patch)
treed15969303dba67c2bc8da1ba5a37a39035765045 /src/ChangeLog
parentda85a02af7585384008d3ebec836a7b8571f175d (diff)
downloademacs-e3c25c689524aa85ce37840fff344cc297cf42ec.tar.gz
emacs-e3c25c689524aa85ce37840fff344cc297cf42ec.zip
* dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
The plain *_OVERFLOW macros run afoul of GCC bug 49705 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705> and therefore cause GCC to emit a bogus diagnostic in some cases.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4e69399154d..c519100b2f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-07-11 Paul Eggert <eggert@cs.ucla.edu> 12011-07-11 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
4 The plain *_OVERFLOW macros run afoul of GCC bug 49705
5 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
6 and therefore cause GCC to emit a bogus diagnostic in some cases.
7
3 * image.c: Integer signedness and overflow and related fixes. 8 * image.c: Integer signedness and overflow and related fixes.
4 This is not an exhaustive set of fixes, but it's time to 9 This is not an exhaustive set of fixes, but it's time to
5 record what I've got. 10 record what I've got.