------- Additional Comments From belyshev at depni dot sinp dot msu dot ru  
2005-07-20 14:46 -------
// even smaller testcase, compile with -O1:

int foo (char k)
{
  int i = 0, j;
  for (j = 0; j < 10; j++)
    i += k;
  return i;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|x86_64-*-linux-gnu          |
   Last reconfirmed|2005-07-12 22:13:17         |2005-07-20 14:46:59
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22438
  • [Bug tree-optimization/22438] [4... belyshev at depni dot sinp dot msu dot ru

Reply via email to