http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43745
Georg-Johann Lay <gjl at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |missed-optimization Priority|P3 |P4 --- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-11-21 15:50:11 UTC --- (In reply to comment #0) > Class test > { > virtual void example(); > }; Would you please post some real code that shows the problem and actually *compiles* with, e.g. avr-g++ -c vtable.cpp instead of the lines above that trigger syntax error?