From 84935d2519f2bfa99ed7fa6224e6e20e049b8042 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 19 Oct 2013 22:05:06 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/system.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 198b0958c9b2..1915f095b522 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-10-19 John David Anglin + + PR target/58603 + * system.h: Undef m_slot. + 2013-10-19 Bill Schmidt * config/rs6000/rs6000.c (vspltis_constant): Make sure we check diff --git a/gcc/system.h b/gcc/system.h index fab1c7bb32fe..ce817d4ec96e 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -264,8 +264,9 @@ extern int errno; #ifdef HAVE_SYS_PARAM_H # include -/* 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 -- 2.47.2