------- Comment #4 from pinskia at gcc dot gnu dot org  2008-09-11 21:15 -------
Here is a simple reduced testcase for the first one:
typedef unsigned long long int uint64_t;
uint64_t Ushr( unsigned count,int i)
{
  uint64_t value;
  if (i==0)
    value = (value & 0xFFFFFFFF) >> count;
   return value;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-09-11 21:15:14
               date|                            |


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

Reply via email to