From: John David Anglin Date: Sat, 19 Oct 2013 22:05:06 +0000 (+0000) Subject: re PR target/58603 (hash-table.h:962: error: anachronistic old-style base class initia) X-Git-Tag: releases/gcc-4.9.0~3341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84935d2519f2bfa99ed7fa6224e6e20e049b8042;p=thirdparty%2Fgcc.git 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 --- 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