all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#27346: module tests fail to compile with gcc 4.8.5
@ 2017-06-12 17:37 Glenn Morris
  2017-06-12 18:25 ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Glenn Morris @ 2017-06-12 17:37 UTC (permalink / raw)
  To: 27346

Package: emacs
Version: 26.0.50

Current master on rhel7.3.
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)

After building with-modules:
    cd test/data/emacs-module
    make
    
    gcc -std=gnu11 -I../../../src -fPIC -g3 -O2 -c -o mod-test.o mod-test.c
    In file included from mod-test.c:23:0:
    ../../../src/emacs-module.h:38:47: error: missing binary operator before token "("
     #if defined __has_attribute && __has_attribute(__nonnull__)
                                                   ^
    make: *** [mod-test.o] Error 1





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-06-13 18:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 17:37 bug#27346: module tests fail to compile with gcc 4.8.5 Glenn Morris
2017-06-12 18:25 ` Eli Zaretskii
2017-06-12 20:28   ` Glenn Morris
2017-06-12 21:33     ` Philipp Stephani
2017-06-12 21:46       ` Glenn Morris
2017-06-12 22:00         ` Philipp Stephani
2017-06-12 22:10           ` Glenn Morris
2017-06-13  7:59             ` Philipp Stephani
2017-06-13 17:04               ` Glenn Morris
2017-06-13 18:50                 ` Philipp Stephani
2017-06-13  8:03         ` Philipp Stephani

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.