aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2017-03-19 13:07:03 -0700
committerPaul Eggert2017-03-19 13:09:31 -0700
commitfa90c5e86e2b11e89c6a1d709e25003a60656f0d (patch)
tree278612addfeefebe9318afd6d052f54accacb108 /etc/PROBLEMS
parent20ccaa63dbf20c0a64e0df360800ee61423252b7 (diff)
downloademacs-fa90c5e86e2b11e89c6a1d709e25003a60656f0d.tar.gz
emacs-fa90c5e86e2b11e89c6a1d709e25003a60656f0d.zip
Merge from gnulib
This gets Emacs working again with HP-UX Itanium cc. It incorporates: 2017-03-19 stdalign: tweak version# and test for HP-UX IA64 2017-03-18 stdalign: restore previous behavior for HP-UX IA64 2017-03-17 stat-time, timespec: Support header files in C++ mode 2017-03-17 stdalign: Make it work with HP-UX cc 2017-03-17 flexmember: try to detect HP-UX 11.31 cc bug 2017-03-16 stdint: Fix test compilation failure with HP-UX 11 cc. 2017-03-14 gnulib-tool: don't produce tests with only snippets 2017-03-14 limits-h: Make it work with HP-UX cc. * etc/PROBLEMS: Remove now-obsolete entry for HP-UX 11.31. * lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate. * lib/limits.in.h, lib/stat-time.h, lib/stdalign.in.h: * lib/stdint.in.h, lib/timespec.h, m4/flexmember.m4, m4/stdalign.m4: Copy from gnulib.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 145dd140093..e415887a4d8 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1959,13 +1959,6 @@ EOF
1959 1959
1960This is a bug in HPUX; HPUX patch PHKL_16260 is said to fix it. 1960This is a bug in HPUX; HPUX patch PHKL_16260 is said to fix it.
1961 1961
1962*** HP-UX 11.31 cc: Emacs does not build.
1963
1964HP-UX 11.31 cc has bugs in its implementation of flexible array
1965members, a C99 feature that Emacs relies on. To work around the
1966problem, install GCC and use it to build Emacs. For details, see:
1967http://lists.gnu.org/archive/html/bug-gnulib/2017-03/msg00066.html
1968
1969** AIX 1962** AIX
1970 1963
1971*** AIX: Trouble using ptys. 1964*** AIX: Trouble using ptys.