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++/46449] Class in a CPP override a class from another CPP


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

--- Comment #6 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2010-11-12 13:26:40 UTC ---
>From the user point of view, linker and assembler are part of the compiler. So
the question is whether the linker could detect this case. But I guess the
standard answer is that GCC does not provide its own linker, so there is
nothing GCC can do.

On the other hand, since LLVM has its own linker, it would be interesting to
know whether they detect this case (or whether they aim to detect it).


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