------- Comment #3 from pinskia at gcc dot gnu dot org  2006-12-18 19:02 -------
Reduced testcase:
struct xpv {
    int xpv_cur;
};
bool m_all_methods;
void f(bool a)
{
  m_all_methods = ( a ? (({struct xpv *nxpv = 0;(nxpv->xpv_cur > 1  ); }) ? 1 :
0) :1);
}


-- 


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

Reply via email to