* tests/test-nl_langinfo-mt.c: Ignore -Wreturn-type, to work
around a GCC bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44511>.
Problem reported for GNU grep by Andreas Schwab
<https://bugs.gnu.org/44535>.
2020-11-21 Paul Eggert <eggert@cs.ucla.edu>
+ nl_langinfo-tests: work around GCC bug 44511
+ * tests/test-nl_langinfo-mt.c: Ignore -Wreturn-type, to work
+ around a GCC bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44511>.
+ Problem reported for GNU grep by Andreas Schwab
+ <https://bugs.gnu.org/44535>.
+
selinux-h: add stubs for selabel_open etc.
Coreutils with --enable-gcc-warnings does not build on Ubuntu 20.10
because matchpathcon is deprecated in favor of selabel_open etc.,
#include <config.h>
+/* Work around GCC bug 44511. */
+#if 4 < __GNUC__ + (3 <= __GNUC_MINOR__)
+# pragma GCC diagnostic ignored "-Wreturn-type"
+#endif
+
#if USE_ISOC_THREADS || USE_POSIX_THREADS || USE_ISOC_AND_POSIX_THREADS || USE_WINDOWS_THREADS
/* Specification. */