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/17766] [4.0 Regression] cc1 hangs in with -O3, works with -O2


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-10-08 00:46 -------
Even shorter:

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

void foo(struct A* p, int *q)
{
  for (;; p->i || &p->i > 0 || p->i )
    if (q && *q)
      break;
}
======================================


-- 


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


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