https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101562

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
669     /* Insert WIDTH bits from Y into X starting at START.  */
670     wide_int
671     wi::insert (const wide_int &x, const wide_int &y, unsigned int start,
672                 unsigned int width)
673     {
674       wide_int result;
675       wide_int mask;
676       wide_int tmp;
(gdb) p precision
$11 = 8
(gdb) p width
$12 = 16

Reply via email to