------- Comment #3 from redi at gcc dot gnu dot org 2010-08-17 09:42 ------- Looking at the diagnostics issued when -pedantic is added, I think the right conversion is
(void*)(plain_foobar_t)&Foo::foobar That still uses the G++ extension, and doesn't give the asm error even without optimisation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45303