This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17338] Linker error message is a triumph of misdirection
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2004 08:16:06 -0000
- Subject: [Bug c++/17338] Linker error message is a triumph of misdirection
- References: <20040906172654.17338.eddy@opera.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-07 08:16 -------
no we cannot do this because the error is outputted by ld (which is owned by different people and is
not part of GCC). Also the defintion of Base::Method could be in a different translational unit so GCC
cannot say that it is undefined when compiling to assembly.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17338