C++ template instantiation aliasing problem
Geoff Keating
geoffk@geoffk.org
Mon Feb 4 18:49:00 GMT 2002
More information about the Binutils mailing list
Mon Feb 4 18:49:00 GMT 2002
- Previous message (by thread): C++ template instantiation aliasing problem
- Next message (by thread): C++ template instantiation aliasing problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> From: "Stephen D. Holland" <sdh4@tam.cornell.edu> > Date: 04 Feb 2002 21:03:12 -0500 > To solve this, the linker should > -- Issue a warning when multiply defined symbols do not map to > identical code The problem with this is that often they don't map to identical code even though they behave the same way, because (for instance) they are compiled with different optimisation options. -- - Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>
- Previous message (by thread): C++ template instantiation aliasing problem
- Next message (by thread): C++ template instantiation aliasing problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list