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/26490] [4.2 Regression] ICE in verify_ssa, with structs pointers and globals



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


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