[Bug c++/36563] g++ compiling virtual method
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-06-18 11:51 --- That is if the vtable for B's a3 is not in the same place as A3's a3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36563
[Bug c++/36563] g++ compiling virtual method
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-06-18 11:50 --- This is undefined code as B does not inherit from A3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---