This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16636] Unable to emit vtable info


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-19 20:58 -------
No it is not legal as the classes have to the same defintion for all translational units, aka types are also 
exported.
The C++ standard say no diagnostic is required in this case (and we cannot find this problem until link 
time so we cannot diagnostic it at all).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16636


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]