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 tree-optimization/17635] [4.0 regression] ICE in verify_ssa: type mismatch


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-09-24 00:08 -------
Here's a reduced testcase:

========================
void foo(int i)
{
  while (1)
    if (i) ++i;
}
========================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |monitored


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


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