[Bug target/43745] [avr] g++ puts VTABLES in SRAM

gjl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 21 16:18:00 GMT 2011


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?



More information about the Gcc-bugs mailing list