Commit 84935d25 by John David Anglin

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
parent d7d1451a
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> 2013-10-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (vspltis_constant): Make sure we check * config/rs6000/rs6000.c (vspltis_constant): Make sure we check
......
...@@ -264,8 +264,9 @@ extern int errno; ...@@ -264,8 +264,9 @@ extern int errno;
#ifdef HAVE_SYS_PARAM_H #ifdef HAVE_SYS_PARAM_H
# include <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 PREFETCH
# undef m_slot
#endif #endif
#if HAVE_LIMITS_H #if HAVE_LIMITS_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment