This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/19084] [4.0 Regression] ICE: internal consistency failure
- 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:53:53 -0000
- Subject: [Bug middle-end/19084] [4.0 Regression] ICE: internal consistency failure
- References: <20041219210253.19084.aj@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-09 18:53 -------
Confirmed, I don't know if this is a regression or not but I am going to assume so as I could not
reproduce this before.
Reduced testcase:
unsigned long long
__lcong48_r (unsigned short param)
{
return ((unsigned long long) param << 32);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-01-09 18:53:53
date| |
Summary|ICE: internal consistency |[4.0 Regression] ICE:
|failure |internal consistency failure
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19084