[Bug c++/24686] [4.0/4.1 Regression] ICE when building a variation of NMSTL

jason at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Nov 11 15:19:00 GMT 2005



------- Comment #9 from jason at gcc dot gnu dot org  2005-11-11 15:19 -------
Further reduced:

struct A
{
  ~A();
};
bool h(int, const A&);
int f();
int i;
void g()
{
  i && h (({ static int l = f(); l; }),
          A());
}


-- 


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



More information about the Gcc-bugs mailing list