[Bug rtl-optimization/46034] [4.6 regression] internal compiler error: Segmentation fault

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 27 22:34:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46034

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-10-27 22:34:40 UTC ---
The most reduced testcase I could get:
intersect_al(int n, int k)
{
  int i;
  for (i = 0; i < n; i++)
  {
    k = __builtin_abs(k);
    set_x_next(k / 2);
  }
}



More information about the Gcc-bugs mailing list