re PR target/58603 (hash-table.h:962: error: anachronistic old-style base class initia)

PR target/58603
	* system.h: Undef m_slot.

From-SVN: r203864
This commit is contained in:
John David Anglin 2013-10-19 22:05:06 +00:00
parent d7d1451a79
commit 84935d2519
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-10-19 John David Anglin <danglin@gcc.gnu.org>
PR target/58603
* system.h: Undef m_slot.
2013-10-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (vspltis_constant): Make sure we check

View File

@ -264,8 +264,9 @@ extern int errno;
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
/* We use this identifier later and it appears in some vendor param.h's. */
/* We use these identifiers later and they appear in some vendor param.h's. */
# undef PREFETCH
# undef m_slot
#endif
#if HAVE_LIMITS_H