]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/58603 (hash-table.h:962: error: anachronistic old-style base class initia)
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 19 Oct 2013 22:05:06 +0000 (22:05 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 19 Oct 2013 22:05:06 +0000 (22:05 +0000)
PR target/58603
* system.h: Undef m_slot.

From-SVN: r203864

gcc/ChangeLog
gcc/system.h

index 198b0958c9b2fa3db60beb017ed51ae55daa1691..1915f095b522a49c6c50114856cac14b7e01d60f 100644 (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
index fab1c7bb32fea26098ffe9177a3ab1f40fb35cad..ce817d4ec96ee261abd882fe0910ddd35fcd31f2 100644 (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