Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-0]: src/external/gpl3/gcc/dist/gcc/cp Pull up following revisio...



details:   https://anonhg.NetBSD.org/src/rev/002e1c6ece4e
branches:  netbsd-6-0
changeset: 775166:002e1c6ece4e
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Nov 13 06:42:07 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 c689f9949391 -r 002e1c6ece4e external/gpl3/gcc/dist/gcc/cp/cfns.gperf
--- a/external/gpl3/gcc/dist/gcc/cp/cfns.gperf  Fri Nov 11 07:06:39 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/cp/cfns.gperf  Sun Nov 13 06:42:07 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 c689f9949391 -r 002e1c6ece4e external/gpl3/gcc/dist/gcc/cp/cfns.h
--- a/external/gpl3/gcc/dist/gcc/cp/cfns.h      Fri Nov 11 07:06:39 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/cp/cfns.h      Sun Nov 13 06:42:07 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