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 c/37931] [4.4 Regression] ice: verify_gimple failed



------- Comment #1 from jakub at gcc dot gnu dot org  2008-10-28 07:47 -------
Smaller testcase:
int
foo (void)
{
  int a = 0, b = 0;
  unsigned int c = 0;
  return (a | b == b) & (c | 1);
}


-- 

jakub 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-10-28 07:47:39
               date|                            |
            Summary|ice: verify_gimple failed   |[4.4 Regression] ice:
                   |                            |verify_gimple failed
   Target Milestone|---                         |4.4.0


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


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