Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/external/gpl3/gcc/dist/gcc/cp Pull up following revision(...
details: https://anonhg.NetBSD.org/src/rev/5f6a95611c8c
branches: netbsd-6
changeset: 777121:5f6a95611c8c
user: snj <snj%NetBSD.org@localhost>
date: Sun Nov 13 06:49:49 2016 +0000
description:
Pull up following revision(s) (requested by pgoyette in ticket #1417):
external/gpl3/gcc/dist/gcc/cp/cfns.gper: patch
external/gpl3/gcc/dist/gcc/cp/cfns.h: patch
Fix build with gcc5.
diffstat:
external/gpl3/gcc/dist/gcc/cp/cfns.gperf | 3 +++
external/gpl3/gcc/dist/gcc/cp/cfns.h | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diffs (26 lines):
diff -r af8a760c8591 -r 5f6a95611c8c external/gpl3/gcc/dist/gcc/cp/cfns.gperf
--- a/external/gpl3/gcc/dist/gcc/cp/cfns.gperf Fri Nov 11 07:08:37 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/cp/cfns.gperf Sun Nov 13 06:49:49 2016 +0000
@@ -22,6 +22,9 @@
static unsigned int hash (const char *, unsigned int);
#ifdef __GNUC__
__inline
+#ifdef __GNUC_STDC_INLINE__
+__attribute__ ((__gnu_inline__))
+#endif
#endif
const char * libc_name_p (const char *, unsigned int);
%}
diff -r af8a760c8591 -r 5f6a95611c8c external/gpl3/gcc/dist/gcc/cp/cfns.h
--- a/external/gpl3/gcc/dist/gcc/cp/cfns.h Fri Nov 11 07:08:37 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/cp/cfns.h Sun Nov 13 06:49:49 2016 +0000
@@ -53,6 +53,9 @@
static unsigned int hash (const char *, unsigned int);
#ifdef __GNUC__
__inline
+#ifdef __GNUC_STDC_INLINE__
+__attribute__ ((__gnu_inline__))
+#endif
#endif
const char * libc_name_p (const char *, unsigned int);
/* maximum key range = 391, duplicates = 0 */
Home |
Main Index |
Thread Index |
Old Index