]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
authorMike Stump <mikestump@comcast.net>
Tue, 6 May 2014 23:50:35 +0000 (23:50 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 6 May 2014 23:50:35 +0000 (23:50 +0000)
From-SVN: r210128

gcc/ChangeLog
gcc/wide-int.h

index a0526f211b55d604dae570969435d36fa0348c69..bd83c31019010f77d38850efa89ed3bc65d59cd1 100644 (file)
@@ -1,3 +1,7 @@
+2014-05-06  Mike Stump  <mikestump@comcast.net>
+
+       * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
+
 2014-05-06  Joseph Myers  <joseph@codesourcery.com>
 
        * config/i386/sse.md (*mov<mode>_internal)
index 6860af95be447520d486058536de91f561504f0a..46a1c22998fa7b5c6970725f8db7faf35f2354a9 100644 (file)
@@ -1442,7 +1442,6 @@ namespace wi
   struct int_traits <unsigned int>
     : public primitive_int_traits <unsigned int, false> {};
 
-#if HOST_BITS_PER_INT != HOST_BITS_PER_WIDE_INT
   template <>
   struct int_traits <HOST_WIDE_INT>
     : public primitive_int_traits <HOST_WIDE_INT, true> {};
@@ -1450,7 +1449,6 @@ namespace wi
   template <>
   struct int_traits <unsigned HOST_WIDE_INT>
     : public primitive_int_traits <unsigned HOST_WIDE_INT, false> {};
-#endif
 }
 
 namespace wi