]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/explow.c
ipa-chkp.c: New.
[thirdparty/gcc.git] / gcc / explow.c
index 44a1223b131dfd5758812c29ff66ba4ffc01545a..6ae015cea66d53e2e219d5b156773f7e285c1a64 100644 (file)
@@ -59,7 +59,8 @@ trunc_int_for_mode (HOST_WIDE_INT c, machine_mode mode)
   int width = GET_MODE_PRECISION (mode);
 
   /* You want to truncate to a _what_?  */
-  gcc_assert (SCALAR_INT_MODE_P (mode));
+  gcc_assert (SCALAR_INT_MODE_P (mode)
+             || POINTER_BOUNDS_MODE_P (mode));
 
   /* Canonicalize BImode to 0 and STORE_FLAG_VALUE.  */
   if (mode == BImode)