------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-09 
18:45 -------
Confirmed.
: Search converges between 2004-09-12-trunk (#538) and 2004-09-14-trunk (#539).
Reduced testcase:
unsigned int encode_float(unsigned long long value)
{
 unsigned u;

 if (value==0) return 0;
 u = (unsigned int)(value >> 32);
 return u;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
 GCC target triplet|i386-linux (actually x86_64 |i686-linux
                   |-m32)                       |
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-09 18:45:09
               date|                            |
            Summary|internal consistency error  |[4.0 Regression] internal
                   |while compiling linux kernel|consistency error while
                   |                            |compiling linux kernel
   Target Milestone|---                         |4.0.0


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

Reply via email to