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]

Re: c++/6611: [PATCH] Non-weak emission of `std::__default_alloc_template[...]'on platform(s) where it should be weak


On Sat, 18 May 2002, Jason Merrill wrote:
> Tested i686-pc-linux-gnu, applied to trunk.  I'll come up with a testcase
> soon, but I want to get this in now so it stops interfering with libstdc++
> work.

Thanks!  I can confirm this fixes the bug I have been experiencing (and
which was destilled into the testcase in PR c++/6611).

One way to come up with a testcase, as suggested by Loren, would be to
duplicate the file in the PR and simply rename all classes in that copy;
if linking both object files fails, this is due to this/a bug.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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