diff options
| author | Paul Eggert | 2014-10-08 23:54:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-10-08 23:54:10 -0700 |
| commit | 8881986b3e227f46d8a7d6766b41802bcfc2517c (patch) | |
| tree | 89554207e1e0b778a7ba75ca23e39238333289a5 /src/ChangeLog | |
| parent | 32ade3f01a0185f2a836c313d9d50564abe4e254 (diff) | |
| download | emacs-8881986b3e227f46d8a7d6766b41802bcfc2517c.tar.gz emacs-8881986b3e227f46d8a7d6766b41802bcfc2517c.zip | |
* lisp.h (USE_STACK_STRING): Now true only if USE_STACK CONS.
On x86 platforms this works around GCC bug 63495
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63495>,
and more generally should fix a portability problem in Emacs.
Problem reported by Stefan Monnier in:
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00261.html
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e01c70f3dce..a38df05518d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-10-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lisp.h (USE_STACK_STRING): Now true only if USE_STACK CONS. | ||
| 4 | On x86 platforms this works around GCC bug 63495 | ||
| 5 | <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63495>, | ||
| 6 | and more generally should fix a portability problem in Emacs. | ||
| 7 | Problem reported by Stefan Monnier in: | ||
| 8 | http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00261.html | ||
| 9 | |||
| 1 | 2014-10-08 Leo Liu <sdl.web@gmail.com> | 10 | 2014-10-08 Leo Liu <sdl.web@gmail.com> |
| 2 | 11 | ||
| 3 | Enhance terpri to allow conditionally output a newline. (Bug#18652) | 12 | Enhance terpri to allow conditionally output a newline. (Bug#18652) |