This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/19084] [4.0 Regression] ICE: internal consistency failure


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]