------- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-16 18:01 ------- You forgot to declare it, you only defined it. Add: bool const volatile A::doit;
to your code and it will work. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31226