Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/external/gpl3/gcc/dist/gcc/cp Pull up following revisio...
details: https://anonhg.NetBSD.org/src/rev/1aae5b2f043a
branches: netbsd-6-1
changeset: 776166:1aae5b2f043a
user: snj <snj%NetBSD.org@localhost>
date: Sun Nov 13 06:44:44 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 1a30037b2af6 -r 1aae5b2f043a external/gpl3/gcc/dist/gcc/cp/cfns.gperf
--- a/external/gpl3/gcc/dist/gcc/cp/cfns.gperf Fri Nov 11 07:07:34 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/cp/cfns.gperf Sun Nov 13 06:44:44 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 1a30037b2af6 -r 1aae5b2f043a external/gpl3/gcc/dist/gcc/cp/cfns.h
--- a/external/gpl3/gcc/dist/gcc/cp/cfns.h Fri Nov 11 07:07:34 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/cp/cfns.h Sun Nov 13 06:44:44 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