This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/19348] [4.0 Regression] internal consistency error while compiling linux kernel
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2005 18:45:10 -0000
- Subject: [Bug rtl-optimization/19348] [4.0 Regression] internal consistency error while compiling linux kernel
- References: <20050109173851.19348.ak@muc.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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