aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl-tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl-tests.cc')
-rw-r--r--gcc/rtl-tests.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl-tests.cc b/gcc/rtl-tests.cc
index ae86694..96656c5 100644
--- a/gcc/rtl-tests.cc
+++ b/gcc/rtl-tests.cc
@@ -246,6 +246,7 @@ template<unsigned int N>
void
const_poly_int_tests<N>::run ()
{
+ using poly_int64 = poly_int<N, HOST_WIDE_INT>;
rtx x1 = gen_int_mode (poly_int64 (1, 1), QImode);
rtx x255 = gen_int_mode (poly_int64 (1, 255), QImode);