[Bug tree-optimization/26490] [4.2 Regression] ICE in verify_ssa, with structs pointers and globals

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Mar 26 12:27:00 GMT 2006



------- Comment #6 from reichelt at gcc dot gnu dot org  2006-03-26 12:27 -------
Even shorter testcase:

===============================================
struct A
{
  int i;
  struct {} s;
};

int N;

void foo(struct A *p)
{
  while (N && bar((++p)->s))
    p->i = 0;
}
===============================================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


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



More information about the Gcc-bugs mailing list