------- Comment #3 from ubizjak at gmail dot com  2008-03-05 10:14 -------
Confirmed with

--cut here--
unsigned long long a;
unsigned int b;
unsigned short c;

unsigned long long mul32()
{
  return a * b;
}

unsigned long long mul16()
{
  return a * c;
}
--cut here--

Setting milestone to 4.3.0


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to fail|                            |4.3.0
      Known to work|                            |4.1.2 4.2.3
   Last reconfirmed|0000-00-00 00:00:00         |2008-03-05 10:14:59
               date|                            |
   Target Milestone|---                         |4.3.0


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

Reply via email to